summaryrefslogtreecommitdiffstats
path: root/notmuch-reply.c
AgeCommit message (Expand)Author
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
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