aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
* cli: notmuch-show.c fix whitespace errorMark Walters2012-06-29
* cli: make --entire-thread=false work for format=json.Mark Walters2012-06-29
* cli: Let json output "null" messages for non --entire-threadMark Walters2012-06-29
* cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationJameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structJameson Graef Rollins2012-06-10
* lib/cli: Make notmuch_database_open return a status codeAustin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter2012-04-28
* show: Remove empty message_set_{start,sep,end} fieldsAustin Clements2012-04-15
* show: Support NULL values for message_set_{start, sep, end}Austin Clements2012-04-15
* show: Remove support for old-style formatters in show_messageAustin Clements2012-04-15
* cli: move show to the new --exclude= option naming scheme.Mark Walters2012-04-07
* show/reply: Unify the code that extracts text partsAustin Clements2012-03-31
* reply: Add a JSON reply format.Adam Wolfe Gordon2012-03-19
* show: Convert raw format to the new self-recursive style, properly support in...Austin Clements2012-03-18
* show: Move format_part_content_raw with the other new-style formatsAustin Clements2012-03-18
* show: Convert mbox format to new self-recursive styleAustin Clements2012-03-18
* show: Move format_message_mbox with the other new-style formatsAustin Clements2012-03-18
* show: Allow formatters to return errorsAustin Clements2012-03-18
* cli: omit excluded messages in results where appropriate.Mark Walters2012-03-02
* cli: Make notmuch-show respect excludes.Mark Walters2012-03-02
* show: Further general simplifications of the JSON formatterAustin Clements2012-03-01
* show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6Austin Clements2012-03-01
* show: Make JSON helper functions print complete objectsAustin Clements2012-03-01
* show: Simplify talloc use in format_headers_jsonAustin Clements2012-03-01
* show: Unify JSON header output for messages and message partsAustin Clements2012-03-01
* show: Use consistent header ordering in the JSON formatAustin Clements2012-03-01
* show: Convert JSON format to the new self-recursive styleAustin Clements2012-03-01
* Document the JSON schemata used by show and searchAustin Clements2012-02-27
* cli: reach previously unreachable cleanup code in "notmuch show"Jani Nikula2012-02-12
* cli: convert "notmuch show" to use the new argument parserJani Nikula2012-02-12
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula2012-02-12
* show: Simplify new text formatter codeAustin Clements2012-02-12
* show: Convert text format to the new self-recursive styleAustin Clements2012-02-12
* show: Introduce mime_node formatter callbackAustin Clements2012-01-25
* show: Use consistent header ordering in the text formatAustin Clements2012-01-23
* show: don't use hex literals in JSON outputThomas Jost2012-01-22
* Add compatibility with gmime 2.6Thomas Jost2012-01-21
* show: Handle read and write errorsAustin Clements2012-01-21
* Fix build warning: "/*" within commentAustin Clements2012-01-14
* notmuch/emacs: Observe the charset of text/html parts, where known.David Edmondson2012-01-13
* show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements2011-12-25
* notmuch: Quiet buildbot warnings.David Edmondson2011-12-21
* notmuch: unref charset_filter to fix one memory leakTomi Ollila2011-12-15
* Release memory allocated by internet_address_list_parse_string()Tomi Ollila2011-12-11
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* Do not attempt to output part raw if part is not GMimePart.Jameson Graef Rollins2011-09-07
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Jameson Graef Rollins2011-09-05
* Add part filename and content-id in notmuch show output if available.Dmitry Kurochkin2011-06-28