aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* cli: add --include-html option to notmuch showGravatar John Lenz2013-08-27
* cli: conform to same conditional build style as elsewhere in notmuch-showGravatar Jani Nikula2013-04-01
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* show: indicate length, encoding of omitted body contentGravatar Peter Wang2012-12-17
* show: indicate charset for all omitted partsGravatar Peter Wang2012-12-17
* show: Support --format-versionGravatar Austin Clements2012-12-16
* Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...Gravatar Peter Feigl2012-12-08
* Rename the -json printer functions in notmuch-reply and notmuch-show to gener...Gravatar Peter Feigl2012-12-08
* show: More aggressively document the presence of devel/schemataGravatar Austin Clements2012-11-08
* show: include Reply-To header in json outputGravatar Peter Wang2012-11-07
* notmuch-show: include Bcc header in json outputGravatar Michal Nazarewicz2012-10-22
* show: Remove now unused fields from notmuch_show_formatGravatar Austin Clements2012-08-03
* show: Convert do_show to use sprinterGravatar Austin Clements2012-08-03
* show: Convert show_message to use sprinterGravatar Austin Clements2012-08-03
* show: Convert envelope format_part_json to use sprinterGravatar Austin Clements2012-08-03
* show: Convert non-envelope format_part_json to use sprinterGravatar Austin Clements2012-08-03
* show: Convert format_part_sigstatus_json to use sprinterGravatar Austin Clements2012-08-03
* show: Convert format_headers_json to use sprinterGravatar Austin Clements2012-08-03
* show: Feed the sprinter down to part formattersGravatar Austin Clements2012-08-03
* show: Associate an sprinter with each formatGravatar Austin Clements2012-08-03
* cli: add --body=true|false option to notmuch-show.cGravatar Mark Walters2012-07-24
* cli: notmuch-show.c fix whitespace errorGravatar Mark Walters2012-06-29
* cli: make --entire-thread=false work for format=json.Gravatar Mark Walters2012-06-29
* cli: Let json output "null" messages for non --entire-threadGravatar Mark Walters2012-06-29
* cli: use new notmuch_crypto_get_context in mime-node.cGravatar Jameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationGravatar Jameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentGravatar Jameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structGravatar Jameson Graef Rollins2012-06-10
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* show: Remove empty message_set_{start,sep,end} fieldsGravatar Austin Clements2012-04-15
* show: Support NULL values for message_set_{start, sep, end}Gravatar Austin Clements2012-04-15
* show: Remove support for old-style formatters in show_messageGravatar Austin Clements2012-04-15
* cli: move show to the new --exclude= option naming scheme.Gravatar Mark Walters2012-04-07
* show/reply: Unify the code that extracts text partsGravatar Austin Clements2012-03-31
* reply: Add a JSON reply format.Gravatar Adam Wolfe Gordon2012-03-19
* show: Convert raw format to the new self-recursive style, properly support in...Gravatar Austin Clements2012-03-18
* show: Move format_part_content_raw with the other new-style formatsGravatar Austin Clements2012-03-18
* show: Convert mbox format to new self-recursive styleGravatar Austin Clements2012-03-18
* show: Move format_message_mbox with the other new-style formatsGravatar Austin Clements2012-03-18
* show: Allow formatters to return errorsGravatar Austin Clements2012-03-18
* cli: omit excluded messages in results where appropriate.Gravatar Mark Walters2012-03-02
* cli: Make notmuch-show respect excludes.Gravatar Mark Walters2012-03-02
* show: Further general simplifications of the JSON formatterGravatar Austin Clements2012-03-01
* show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6Gravatar Austin Clements2012-03-01
* show: Make JSON helper functions print complete objectsGravatar Austin Clements2012-03-01
* show: Simplify talloc use in format_headers_jsonGravatar Austin Clements2012-03-01
* show: Unify JSON header output for messages and message partsGravatar Austin Clements2012-03-01