summaryrefslogtreecommitdiffstats
path: root/notmuch-show.c
AgeCommit message (Expand)Author
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2017-03-22lib: replace n_query_search_threads with status returning versionDavid Bremner
2017-03-18Merge branch 'release'David Bremner
2017-03-18cli/show: unref crlf filter.David Bremner
2017-03-18cli/show: fix usage of g_mime_content_type_to_stringDavid Bremner
2017-03-18cli/show: fix some memory leaks in format_part_textDavid Bremner
2017-03-18fix memory leaks in notmuch-show.c:format_headers_sprinter()Jeffrey Stedfast
2017-03-10cli: do not initialize zero values with designated initializersJani Nikula
2017-03-10cli/show: move formatter structs closer to where they're neededJani Nikula
2017-03-10cli/show: group --entire-thread option handling into one placeJani Nikula
2017-03-10cli/show: rename format_sel to simply formatJani Nikula
2017-03-10cli/show: use a table for choosing the formatterJani Nikula
2017-03-10cli/show: consistently use format_sel for checking the formatJani Nikula
2017-03-10cli/show: remove unused raw member from show parameters structJani Nikula
2017-03-10cli/show: detangle overloading of params.part for single message displayJani Nikula
2017-02-28cli/show: add content-disposition to structured output message partsJani Nikula
2017-02-28cli/show: abstract get content dispositionJani Nikula
2017-02-26cli/show: list all filenames of a message in the formatted outputJani Nikula
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-19cli: tell how many messages were precisely matched when expected 1 matchTomi Ollila
2015-11-19cli: content disposition values are not case-sensitiveJani Nikula
2015-10-05cli: update to use new count APIDavid Bremner
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-08-26cli/lib: remove support for GMime 2.4David Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-03-11CLI: make gpg binary used by libgmime configurable.David Bremner
2015-03-09CLI: set up infrastructure to make path to gpg configurable.David Bremner
2014-01-24notmuch-show: detect NULL pointer returned from notmuch_query_search_threadsDavid Bremner
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-08-27cli: add --include-html option to notmuch showJohn Lenz
2013-04-01cli: conform to same conditional build style as elsewhere in notmuch-showJani Nikula
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2012-12-17show: indicate length, encoding of omitted body contentPeter Wang
2012-12-17show: indicate charset for all omitted partsPeter Wang
2012-12-16show: Support --format-versionAustin Clements
2012-12-08Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...Peter Feigl
2012-12-08Rename the -json printer functions in notmuch-reply and notmuch-show to gener...Peter Feigl
2012-11-08show: More aggressively document the presence of devel/schemataAustin Clements
2012-11-07show: include Reply-To header in json outputPeter Wang
2012-10-22notmuch-show: include Bcc header in json outputMichal Nazarewicz
2012-08-03show: Remove now unused fields from notmuch_show_formatAustin Clements
2012-08-03show: Convert do_show to use sprinterAustin Clements
2012-08-03show: Convert show_message to use sprinterAustin Clements
2012-08-03show: Convert envelope format_part_json to use sprinterAustin Clements
2012-08-03show: Convert non-envelope format_part_json to use sprinterAustin Clements
2012-08-03show: Convert format_part_sigstatus_json to use sprinterAustin Clements
2012-08-03show: Convert format_headers_json to use sprinterAustin Clements
2012-08-03show: Feed the sprinter down to part formattersAustin Clements