summaryrefslogtreecommitdiffstats
path: root/notmuch-reply.c
AgeCommit message (Expand)Author
2021-09-04CLI/{count, dump, reindex, reply, show}: enable sexp queriesDavid Bremner
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-08-29lib: consider all instances of Delivered-To headerHannu Hartikainen
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06CLI/reply: convert to new config frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2020-05-22cli/reply: Ignore PKCS#7 wrapper parts when replyingDaniel Kahn Gillmor
2019-06-14cli: run uncrustifyuncrustify
2019-05-29cli/reply: pull proposed subject line from the message, not the indexDaniel Kahn Gillmor
2019-05-29cli/show: emit payload subject instead of outside subjectDaniel Kahn Gillmor
2019-05-03gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects itDaniel Kahn Gillmor
2019-05-03gmime-cleanup: use GMime 3.0 function namesDaniel Kahn Gillmor
2019-05-03gmime-cleanup: use GMime 3.0 data typesDaniel Kahn Gillmor
2019-05-03gmime-cleanup: drop g_mime_2_6_unrefDaniel Kahn Gillmor
2019-05-03gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor
2019-05-03build: drop support for gmime-2.6David Bremner
2018-12-07reply: Include sender as recipient if they were the original recipientDavid Edmondson
2017-12-29cli/reply: make --decrypt take a keywordDaniel Kahn Gillmor
2017-12-08crypto: add --decrypt=nostash to avoid stashing session keysDaniel Kahn Gillmor
2017-12-08cli/reply: use decryption policy "auto" by default.Daniel Kahn Gillmor
2017-12-08lib: convert notmuch decryption policy to an enumDaniel Kahn Gillmor
2017-10-12crypto: rename notmuch_crypto_t to _notmuch_crypto_tDaniel Kahn Gillmor
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-16remove boolean "first" argument from format_part_sprinterDaniel Kahn Gillmor
2017-07-14config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0Daniel Kahn Gillmor
2017-07-14lib: paper over allocation differenceDavid Bremner
2017-07-14cli: replace use of g_mime_message_get_recipientsDavid Bremner
2017-07-14lib/cli: replace use of g_mime_message_get_senderDavid Bremner
2017-07-14cli: replace use of g_mime_message_get_reply_toDavid Bremner
2017-07-14cli: replace use of g_mime_message_get_date_as_stringDavid Bremner
2017-06-25fix wrong printf formatting of signed/unsigned integersPiotr Trojanek
2017-05-30cli/reply: fix two memory leaks, document a thirdDavid Bremner
2017-05-30cli/reply: direct all output for text format to gmime streamDavid Bremner
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2017-03-10cli: do not initialize zero values with designated initializersJani Nikula
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