]> git.notmuchmail.org Git - notmuch/history - notmuch-reply.c
cli: add support for --output parameter in notmuch count
[notmuch] / notmuch-reply.c
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-10-06 Jameson Graef RollinsIgnore "application/pgp-*" parts in reply.
2011-10-06 Jameson Graef RollinsFix notmuch-reply to not output "Non-text part:" lines...
2011-09-06 Jameson Graef RollinsImprove handling of message/rfc822 parts by adding...
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [comments in source code]
2011-06-15 Dmitry KurochkinFix indentation in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix memory leak in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix double free in guess_from_received_header().
2011-06-04 Daniel Kahn GillmorUse stock GMimeSession by default
2011-05-27 Jameson Graef RollinsAdd decryption of PGP/MIME-encrypted parts with --decrypt.
2011-05-27 Jameson Graef RollinsAdd signature verification of PGP/MIME-signed parts...
2011-05-27 Jameson Graef RollinsBreak up format->part function into part_start and...
2011-05-27 Jameson Graef RollinsUse empty strings instead of NULL in format_reply struc...
2011-05-27 Jameson Graef RollinsIntegrate reply_part_content function into reply_part...
2011-05-27 Jameson Graef RollinsSimplify reply_part function to eliminate redundant...
2011-05-23 Jameson Graef RollinsNew part output handling as option to notmuch-show.
2011-05-23 Jameson Graef Rollinsadd part_sep formatter to replace "first" argument...
2011-05-20 Jameson Graef Rollinspass entire format structure to various show_message...
2011-05-17 Carl Worthnotmuch show: Properly nest MIME parts within mulipart...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Carl Worthnotmuch: Eliminate some const-correctness warnings.
2010-10-28 Jameson RollinsRemove bcc header from notmuch reply.
2010-04-27 Aneesh Kumar K.VRename already used counter var i
2010-04-27 Aneesh Kumar K.VRename already used counter var i
2010-04-26 Dirk HohndelRearchitect From: header guessing code for replies
2010-04-24 Carl Worthnotmuch reply: Handle notmuch_message_get_header return...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-13 Michal SojkaDecode headers in reply
2010-04-07 Dirk HohndelFix code extracting the MTA from Received: headers
2010-04-07 Carl Worthnotmuch-reply: Remove stray brace.
2010-04-07 Carl Worthnotmuch-reply: Remove a useless level of nesting.
2010-04-07 Carl Worthnotmuch-reply: Fix some whitespace issues.
2010-04-07 Dirk Hohndelguess From address from Received headers
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-04 Carl Worthnotmuch reply: Rename the mailing_list_munged_reply_to...
2010-02-04 Carl Worthnotmuch reply: Prevent GMIME assertion complaints for...
2010-02-04 Carl Worthnotmuch reply: Use strstr instead of strcasestr for...
2010-02-04 Carl Worthnotmuch reply: Fix the support for reply-to un-munging.
2010-02-04 Carl Worthnotmuch-reply: Add missing whitespace.
2010-02-04 Jed Brownnotmuch-reply.c: Handle munged `Reply-To' headers.
2010-02-04 Jed Brownnotmuch-reply.c: Factor adding recipients into common...
2009-12-05 Jameson Graef Rollinsmerge changes from upstream
2009-12-04 Kan-Ru Chennotmuch-reply: Display reply message part using UTF-8.
2009-11-28 Carl WorthMerge remote branch 'jukie/vim'
2009-11-28 Jed Brownreply --format=headers-only: set In-Reply-To header...
2009-11-28 Jed Brownnotmuch-reply.c: implement notmuch_reply_format_headers...
2009-11-28 Jed Brownnotmuch-reply.c: accept the --format=default default...
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthlib/query: Drop the first and max_messages arguments...
2009-11-24 Jed BrownMake addresses case insensitive for the purpose of...
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-21 Carl Worthnotmuch reply: Include text parts in reply, even with...
2009-11-18 Chris Wilsonreply: Pointer mismatch.
2009-11-18 Keith PackardMake reply/show/tag all require at least one search...
2009-11-17 Keith Packardnotmuch_message_file_get_header returns "" for missing...
2009-11-16 Carl WorthMinor whitespace touchup.
2009-11-13 Carl Worthnotmuch reply: Prefer "Reply-To" header over "From...
2009-11-13 Carl Worthlibnotmuch: Underlying support for doing partial-result...
2009-11-12 Carl Worthnotmuch reply: Add Bcc to the user's primary email...
2009-11-12 Carl Worthnotmuch reply: Fish out user's address from recipient...
2009-11-12 Carl Worthnotmuch reply: Don't reply to address belonging to...
2009-11-12 Carl WorthUnbreak several notmuch commands after the addition...
2009-11-11 Carl Worthnotmuch reply: Use GMime to construct the header for...
2009-11-11 Carl Worthnotmuch reply: Process headers a bit more accurately.
2009-11-10 Keith Packardnotmuch reply: Add (incomplete) reply command