summaryrefslogtreecommitdiff
path: root/notmuch-reply.c
Commit message (Expand)AuthorAge
* cli/reply: Ignore PKCS#7 wrapper parts when replyingDaniel Kahn Gillmor2020-05-22
* cli: run uncrustifyuncrustify2019-06-14
* cli/reply: pull proposed subject line from the message, not the indexDaniel Kahn Gillmor2019-05-29
* cli/show: emit payload subject instead of outside subjectDaniel Kahn Gillmor2019-05-29
* gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects itDaniel Kahn Gillmor2019-05-03
* gmime-cleanup: use GMime 3.0 function namesDaniel Kahn Gillmor2019-05-03
* gmime-cleanup: use GMime 3.0 data typesDaniel Kahn Gillmor2019-05-03
* gmime-cleanup: drop g_mime_2_6_unrefDaniel Kahn Gillmor2019-05-03
* gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor2019-05-03
* build: drop support for gmime-2.6David Bremner2019-05-03
* reply: Include sender as recipient if they were the original recipientDavid Edmondson2018-12-07
* cli/reply: make --decrypt take a keywordDaniel Kahn Gillmor2017-12-29
* crypto: add --decrypt=nostash to avoid stashing session keysDaniel Kahn Gillmor2017-12-08
* cli/reply: use decryption policy "auto" by default.Daniel Kahn Gillmor2017-12-08
* lib: convert notmuch decryption policy to an enumDaniel Kahn Gillmor2017-12-08
* crypto: rename notmuch_crypto_t to _notmuch_crypto_tDaniel Kahn Gillmor2017-10-12
* cli: convert notmuch_bool_t to stdboolJani Nikula2017-10-09
* cli: use designated initializers for opt descJani Nikula2017-10-04
* remove boolean "first" argument from format_part_sprinterDaniel Kahn Gillmor2017-08-16
* config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0Daniel Kahn Gillmor2017-07-14
* lib: paper over allocation differenceDavid Bremner2017-07-14
* cli: replace use of g_mime_message_get_recipientsDavid Bremner2017-07-14
* lib/cli: replace use of g_mime_message_get_senderDavid Bremner2017-07-14
* cli: replace use of g_mime_message_get_reply_toDavid Bremner2017-07-14
* cli: replace use of g_mime_message_get_date_as_stringDavid Bremner2017-07-14
* fix wrong printf formatting of signed/unsigned integersPiotr Trojanek2017-06-25
* cli/reply: fix two memory leaks, document a thirdDavid Bremner2017-05-30
* cli/reply: direct all output for text format to gmime streamDavid Bremner2017-05-30
* lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner2017-03-22
* lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner2017-03-22
* cli: do not initialize zero values with designated initializersJani Nikula2017-03-10
* cli/reply: only pass gmime message to add recipients to reply messageJani Nikula2016-09-17
* cli/reply: pass gmime message to Reply-To: redundancy detectionJani Nikula2016-09-17
* cli/reply: do not parse Reply-To: header into internet address list twiceJani Nikula2016-09-17
* cli/reply: return internet address list from get header funcsJani Nikula2016-09-17
* cli/reply: check for NULL list first in scan_address_list()Jani Nikula2016-09-17
* cli/reply: use dedicated functions for reply to mappingJani Nikula2016-09-17
* cli/reply: reduce the reply format abstractionsJani Nikula2016-09-17
* cli/reply: reuse create_reply_message() also for headers-only formatJani Nikula2016-09-17
* cli/reply: make references header creation easier to followJani Nikula2016-09-17
* cli/reply: reorganize create_reply_message()Jani Nikula2016-09-17
* cli/reply: unify reply format functionsJani Nikula2016-09-17
* cli/reply: reuse show_reply_headers() in headers-only formatJani Nikula2016-09-17
* cli/reply: push notmuch reply format abstraction lower in the stackJani Nikula2016-09-17
* Use https instead of http where possibleDaniel Kahn Gillmor2016-06-05
* update link to Chip Rosenthal article about reply-to mungingDaniel Kahn Gillmor2016-06-05
* cli: tell how many messages were precisely matched when expected 1 matchTomi Ollila2016-05-19
* doc/reply: Clarify how reply-to header is handledMichal Sojka2016-03-14
* cli: content disposition values are not case-sensitiveJani Nikula2015-11-19
* cli: update to use new count APIDavid Bremner2015-10-05