aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
Commit message (Expand)AuthorAge
* cli: sanitize the received header before scanning for repliesGravatar Jani Nikula2014-03-25
* cli: refactor reply from guessingGravatar Jani Nikula2014-03-09
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* cli: add --include-html option to notmuch showGravatar John Lenz2013-08-27
* reply: Use RFC 2822/MIME wholly for text format templateGravatar Austin Clements2013-08-17
* reply: Remove extraneous space from generated ReferencesGravatar Austin Clements2013-08-17
* reply: Document the reason for g_mime_filter_headersGravatar Austin Clements2013-08-13
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* reply: Support --format-versionGravatar Austin Clements2012-12-16
* Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...Gravatar Peter Feigl2012-12-08
* Rename the -json printer functions in notmuch-reply and notmuch-show to gener...Gravatar Peter Feigl2012-12-08
* reply: Convert JSON format to use sprinterGravatar Austin Clements2012-08-12
* show: Convert format_headers_json to use sprinterGravatar Austin Clements2012-08-03
* show: Feed the sprinter down to part formattersGravatar Austin Clements2012-08-03
* reply: Create a JSON sprinterGravatar Austin Clements2012-08-03
* cli: add --body=true|false option to notmuch-show.cGravatar Mark Walters2012-07-24
* cli: use new notmuch_crypto_get_context in mime-node.cGravatar Jameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationGravatar Jameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentGravatar Jameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structGravatar Jameson Graef Rollins2012-06-10
* cli: also use Delivered-To header to figure out the reply from addressGravatar Jani Nikula2012-05-24
* cli: clean up user address matching code in guess_from_received_header()Gravatar Jani Nikula2012-05-23
* cli: add user address matching helpers for notmuch replyGravatar Jani Nikula2012-05-23
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* reply: Move reply citation printing to the recursive MIME walkGravatar Austin Clements2012-03-31
* reply: Convert default reply format to self-recursive styleGravatar Austin Clements2012-03-31
* show/reply: Unify the code that extracts text partsGravatar Austin Clements2012-03-31
* reply: Add a JSON reply format.Gravatar Adam Wolfe Gordon2012-03-19
* reply: Factor out reply creationGravatar Adam Wolfe Gordon2012-03-19
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tGravatar Jani Nikula2012-02-12
* show: Introduce mime_node formatter callbackGravatar Austin Clements2012-01-25
* Add compatibility with gmime 2.6Gravatar Thomas Jost2012-01-21
* cli: pick the user's address in a group list as from addressGravatar Jani Nikula2012-01-16
* cli: add support for replying just to the sender in "notmuch reply"Gravatar Jani Nikula2012-01-14
* cli: slightly refactor "notmuch reply" address scanning functionsGravatar Jani Nikula2012-01-14
* cli: convert "notmuch reply" to use the new argument parserGravatar Jani Nikula2012-01-09
* cli: fix use of uninitialized variable in "notmuch reply"Gravatar Jani Nikula2012-01-09
* show: Pass notmuch_message_t instead of path to show_message_body.Gravatar Austin Clements2011-12-25
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* Ignore "application/pgp-*" parts in reply.Gravatar Jameson Graef Rollins2011-10-06
* Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.Gravatar Jameson Graef Rollins2011-10-06
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Gravatar Jameson Graef Rollins2011-09-05
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* Fix indentation in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Fix memory leak in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Fix double free in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Use stock GMimeSession by defaultGravatar Daniel Kahn Gillmor2011-06-03
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Gravatar Jameson Graef Rollins2011-05-27