]> git.notmuchmail.org Git - notmuch/history - notmuch-reply.c
doc: Emacs manual improvements and expansions
[notmuch] / notmuch-reply.c
2014-03-26 Jani Nikulacli: sanitize the received header before scanning for...
2014-03-09 Jani Nikulacli: refactor reply from guessing
2014-03-03 David BremnerMerge tag 'debian/0.17-5'
2014-02-22 David BremnerMerge tag 'debian/0.17-4'
2014-01-18 Jani Nikulacli: clean up exit status code returned by the cli...
2013-08-27 John Lenzcli: add --include-html option to notmuch show
2013-08-17 Austin Clementsreply: Use RFC 2822/MIME wholly for text format template
2013-08-17 Austin Clementsreply: Remove extraneous space from generated References
2013-08-13 Austin Clementsreply: Document the reason for g_mime_filter_headers
2013-05-26 David BremnerMerge branch 'release'
2013-03-08 Jani Nikulacli: move config open/close to main() from subcommands
2013-03-07 Jani Nikulacli: config: make notmuch_config_open() "is new" parame...
2012-12-16 Austin Clementsreply: Support --format-version
2012-12-08 Peter FeiglUse the S-Expression structured printer in notmuch...
2012-12-08 Peter FeiglRename the -json printer functions in notmuch-reply...
2012-08-12 Austin Clementsreply: Convert JSON format to use sprinter
2012-08-03 Austin Clementsshow: Convert format_headers_json to use sprinter
2012-08-03 Austin Clementsshow: Feed the sprinter down to part formatters
2012-08-03 Austin Clementsreply: Create a JSON sprinter
2012-07-24 Mark Walterscli: add --body=true|false option to notmuch-show.c
2012-06-10 Jameson Graef Rollinscli: use new notmuch_crypto_get_context in mime-node.c
2012-06-10 Jameson Graef Rollinscli: new crypto verify flag to handle verification
2012-06-10 Jameson Graef Rollinscli: modify mime_node_open to take new crypto struct...
2012-06-10 Jameson Graef Rollinscli: modify show and reply to use new crypto struct
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-25 Jani Nikulacli: also use Delivered-To header to figure out the...
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Jani Nikulacli: clean up user address matching code in guess_from_...
2012-05-24 Jani Nikulacli: add user address matching helpers for notmuch...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterUse notmuch_database_destroy instead of notmuch_databas...
2012-03-31 Austin Clementsreply: Move reply citation printing to the recursive...
2012-03-31 Austin Clementsreply: Convert default reply format to self-recursive...
2012-03-31 Austin Clementsshow/reply: Unify the code that extracts text parts
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-20 Adam Wolfe Gordonreply: Add a JSON reply format.
2012-03-20 Adam Wolfe Gordonreply: Factor out reply creation
2012-02-12 Jani Nikulacli: use notmuch_bool_t for boolean fields in notmuch_s...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-25 Austin Clementsshow: Introduce mime_node formatter callback
2012-01-21 Thomas JostAdd compatibility with gmime 2.6
2012-01-17 Jani Nikulacli: pick the user's address in a group list as from...
2012-01-14 Jani Nikulacli: add support for replying just to the sender in...
2012-01-14 Jani Nikulacli: slightly refactor "notmuch reply" address scanning...
2012-01-14 David BremnerMerge branch 'release'
2012-01-09 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2012-01-09 Jani Nikulacli: fix use of uninitialized variable in "notmuch...
2012-01-09 Jani Nikulacli: convert "notmuch reply" to use the new argument...
2012-01-09 Jani Nikulacli: fix use of uninitialized variable in "notmuch...
2011-12-26 Austin Clementsshow: Pass notmuch_message_t instead of path to show_me...
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.
next