summaryrefslogtreecommitdiffstats
path: root/notmuch-show.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-07-03CLI/show: accept --sortjao
2021-06-26cli/show: produce "email" element in sigstatusDaniel Kahn Gillmor
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-19CLI/show: complete conversion to new configuration framework.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06CLI/show: mostly switch show to new config frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2021-02-05notmuch-show: use correct format specifier for ssize_tĐoàn Trần Công Danh
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