aboutsummaryrefslogtreecommitdiff
path: root/notmuch-reply.c
Commit message (Expand)AuthorAge
* show: Convert format_headers_json to use sprinterAustin Clements2012-08-03
* show: Feed the sprinter down to part formattersAustin Clements2012-08-03
* reply: Create a JSON sprinterAustin Clements2012-08-03
* cli: add --body=true|false option to notmuch-show.cMark Walters2012-07-24
* cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationJameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structJameson Graef Rollins2012-06-10
* cli: also use Delivered-To header to figure out the reply from addressJani Nikula2012-05-24
* cli: clean up user address matching code in guess_from_received_header()Jani Nikula2012-05-23
* cli: add user address matching helpers for notmuch replyJani Nikula2012-05-23
* lib/cli: Make notmuch_database_open return a status codeAustin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter2012-04-28
* reply: Move reply citation printing to the recursive MIME walkAustin Clements2012-03-31
* reply: Convert default reply format to self-recursive styleAustin Clements2012-03-31
* show/reply: Unify the code that extracts text partsAustin Clements2012-03-31
* reply: Add a JSON reply format.Adam Wolfe Gordon2012-03-19
* reply: Factor out reply creationAdam Wolfe Gordon2012-03-19
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula2012-02-12
* show: Introduce mime_node formatter callbackAustin Clements2012-01-25
* Add compatibility with gmime 2.6Thomas Jost2012-01-21
* cli: pick the user's address in a group list as from addressJani Nikula2012-01-16
* cli: add support for replying just to the sender in "notmuch reply"Jani Nikula2012-01-14
* cli: slightly refactor "notmuch reply" address scanning functionsJani Nikula2012-01-14
* cli: convert "notmuch reply" to use the new argument parserJani Nikula2012-01-09
* cli: fix use of uninitialized variable in "notmuch reply"Jani Nikula2012-01-09
* show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements2011-12-25
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* Ignore "application/pgp-*" parts in reply.Jameson Graef Rollins2011-10-06
* Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.Jameson Graef Rollins2011-10-06
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Jameson Graef Rollins2011-09-05
* fix sum moar typos [comments in source code]Pieter Praet2011-06-23
* Fix indentation in guess_from_received_header().Dmitry Kurochkin2011-06-15
* Fix memory leak in guess_from_received_header().Dmitry Kurochkin2011-06-15
* Fix double free in guess_from_received_header().Dmitry Kurochkin2011-06-15
* Use stock GMimeSession by defaultDaniel Kahn Gillmor2011-06-03
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins2011-05-27
* Break up format->part function into part_start and part_content functions.Jameson Graef Rollins2011-05-27
* Use empty strings instead of NULL in format_reply structure.Jameson Graef Rollins2011-05-27
* Integrate reply_part_content function into reply_part function.Jameson Graef Rollins2011-05-27
* Simplify reply_part function to eliminate redundant code paths.Jameson Graef Rollins2011-05-27
* New part output handling as option to notmuch-show.Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins2011-05-23
* pass entire format structure to various show_message functionsJameson Graef Rollins2011-05-20
* notmuch show: Properly nest MIME parts within mulipart partsCarl Worth2011-05-17
* notmuch: Eliminate some const-correctness warnings.Carl Worth2010-10-27
* Remove bcc header from notmuch reply.Jameson Rollins2010-10-27
* Rename already used counter var iAneesh Kumar K.V2010-04-27
* Rearchitect From: header guessing code for repliesDirk Hohndel2010-04-26