aboutsummaryrefslogtreecommitdiff
path: root/notmuch-reply.c
AgeCommit message (Expand)Author
2016-09-17cli/reply: only pass gmime message to add recipients to reply messageJani Nikula
2016-09-17cli/reply: pass gmime message to Reply-To: redundancy detectionJani Nikula
2016-09-17cli/reply: do not parse Reply-To: header into internet address list twiceJani Nikula
2016-09-17cli/reply: return internet address list from get header funcsJani Nikula
2016-09-17cli/reply: check for NULL list first in scan_address_list()Jani Nikula
2016-09-17cli/reply: use dedicated functions for reply to mappingJani Nikula
2016-09-17cli/reply: reduce the reply format abstractionsJani Nikula
2016-09-17cli/reply: reuse create_reply_message() also for headers-only formatJani Nikula
2016-09-17cli/reply: make references header creation easier to followJani Nikula
2016-09-17cli/reply: reorganize create_reply_message()Jani Nikula
2016-09-17cli/reply: unify reply format functionsJani Nikula
2016-09-17cli/reply: reuse show_reply_headers() in headers-only formatJani Nikula
2016-09-17cli/reply: push notmuch reply format abstraction lower in the stackJani Nikula
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05update link to Chip Rosenthal article about reply-to mungingDaniel Kahn Gillmor
2016-05-19cli: tell how many messages were precisely matched when expected 1 matchTomi Ollila
2016-03-14doc/reply: Clarify how reply-to header is handledMichal Sojka
2015-11-19cli: content disposition values are not case-sensitiveJani Nikula
2015-10-05cli: update to use new count APIDavid Bremner
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-03-11CLI: make gpg binary used by libgmime configurable.David Bremner
2015-03-09CLI: set up infrastructure to make path to gpg configurable.David Bremner
2014-03-25cli: sanitize the received header before scanning for repliesJani Nikula
2014-03-09cli: refactor reply from guessingJani Nikula
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-08-27cli: add --include-html option to notmuch showJohn Lenz
2013-08-17reply: Use RFC 2822/MIME wholly for text format templateAustin Clements
2013-08-17reply: Remove extraneous space from generated ReferencesAustin Clements
2013-08-13reply: Document the reason for g_mime_filter_headersAustin Clements
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2012-12-16reply: Support --format-versionAustin Clements
2012-12-08Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search.Peter Feigl
2012-12-08Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions.Peter Feigl
2012-08-12reply: Convert JSON format to use sprinterAustin Clements
2012-08-03show: Convert format_headers_json to use sprinterAustin Clements
2012-08-03show: Feed the sprinter down to part formattersAustin Clements
2012-08-03reply: Create a JSON sprinterAustin Clements
2012-07-24cli: add --body=true|false option to notmuch-show.cMark Walters
2012-06-10cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins
2012-06-10cli: new crypto verify flag to handle verificationJameson Graef Rollins
2012-06-10cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins
2012-06-10cli: modify show and reply to use new crypto structJameson Graef Rollins
2012-05-24cli: also use Delivered-To header to figure out the reply from addressJani Nikula
2012-05-23cli: clean up user address matching code in guess_from_received_header()Jani Nikula
2012-05-23cli: add user address matching helpers for notmuch replyJani Nikula
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter