summaryrefslogtreecommitdiffstats
path: root/notmuch-show.c
AgeCommit message (Expand)Author
2020-07-18cli/show: replace deprecated notmuch_message_get_flagDavid Bremner
2020-05-22cli/show: If a leaf part has children, show them instead of omittingDaniel Kahn Gillmor
2020-03-19notmuch-show.c: add an option for messages to be returned unthreadedMark Walters
2019-07-05notmuch-show: run uncrustifyDaniel Kahn Gillmor
2019-06-14cli: run uncrustifyuncrustify
2019-06-14CLI: replace some constructs with more uncrustify friendly onesDavid Bremner
2019-05-29cli/show: add information about which headers were protectedDaniel Kahn Gillmor
2019-05-29cli/show: emit payload subject instead of outside subjectDaniel Kahn Gillmor
2019-05-29cli/show: emit headers after emitting bodyDaniel Kahn Gillmor
2019-05-26cli/show: emit new whole-message crypto status outputDaniel Kahn Gillmor
2019-05-03cli/notmuch-show: support gzipped filesDavid Bremner
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: always support session keysDaniel Kahn Gillmor
2019-05-03gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor
2019-05-03gmime-cleanup: remove GMime 2.6 variant codeblocksDaniel Kahn Gillmor
2019-05-03build: drop support for gmime-2.6David Bremner
2019-04-24cli/show: pass the siglist directly to the sigstatus sprinterDaniel Kahn Gillmor
2018-11-24cli: notmuch show support for --include-html with --format=textMaxime Coste
2018-11-24cli: notmuch show support for --body=false with --format=textMaxime Coste
2018-08-29lib: detect mislabeled Windows-1252 partsSebastian Poeplau
2018-05-26cli/show: enable --decrypt=stashDaniel Kahn Gillmor
2018-05-26cli/show: reindex when we learned new session keys about a messageDaniel Kahn Gillmor
2017-12-29cli/show: make --decrypt take a keyword.Daniel Kahn Gillmor
2017-12-08Merge branch 'release'David Bremner
2017-12-08crypto: signature verification reports valid User IDsDaniel Kahn Gillmor
2017-12-08crypto: add --decrypt=nostash to avoid stashing session keysDaniel Kahn Gillmor
2017-12-08cli/show: 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 notmuch_bool_t for boolean argument in showJani Nikula
2017-10-04cli: use the arg parser .present feature to handle show --entire-threadJani 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-14cli: wrap getting uidDavid Bremner
2017-07-14cli: make keyid from fingerprint in gmime 3.0David Bremner
2017-07-14cli: generalize use of GMIME_SIGNATURE_{ERROR,STATUS} to gmime-3David 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-07-12cli/show: convert keyword options to booleansDavid Bremner
2017-07-04cli: implement structured output version 4David Bremner
2017-06-25fix wrong printf formatting of signed/unsigned integersPiotr Trojanek
2017-05-30cli/show: use single stream for printf / gmime object outputDavid Bremner
2017-03-22lib: make notmuch_query_add_tag_exclude return a status valueDavid Bremner
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner