aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
* 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
* show: Use consistent header ordering in the JSON formatGravatar Austin Clements2012-03-01
* show: Convert JSON format to the new self-recursive styleGravatar Austin Clements2012-03-01
* Document the JSON schemata used by show and searchGravatar Austin Clements2012-02-27
* cli: reach previously unreachable cleanup code in "notmuch show"Gravatar Jani Nikula2012-02-12
* cli: convert "notmuch show" to use the new argument parserGravatar Jani Nikula2012-02-12
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tGravatar Jani Nikula2012-02-12
* show: Simplify new text formatter codeGravatar Austin Clements2012-02-12
* show: Convert text format to the new self-recursive styleGravatar Austin Clements2012-02-12
* show: Introduce mime_node formatter callbackGravatar Austin Clements2012-01-25
* show: Use consistent header ordering in the text formatGravatar Austin Clements2012-01-23
* show: don't use hex literals in JSON outputGravatar Thomas Jost2012-01-22
* Add compatibility with gmime 2.6Gravatar Thomas Jost2012-01-21
* show: Handle read and write errorsGravatar Austin Clements2012-01-21
* Fix build warning: "/*" within commentGravatar Austin Clements2012-01-14
* notmuch/emacs: Observe the charset of text/html parts, where known.Gravatar David Edmondson2012-01-13
* show: Pass notmuch_message_t instead of path to show_message_body.Gravatar Austin Clements2011-12-25
* notmuch: Quiet buildbot warnings.Gravatar David Edmondson2011-12-21
* notmuch: unref charset_filter to fix one memory leakGravatar Tomi Ollila2011-12-15
* Release memory allocated by internet_address_list_parse_string()Gravatar Tomi Ollila2011-12-11
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* Do not attempt to output part raw if part is not GMimePart.Gravatar Jameson Graef Rollins2011-09-07
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Gravatar Jameson Graef Rollins2011-09-05
* Add part filename and content-id in notmuch show output if available.Gravatar Dmitry Kurochkin2011-06-28
* Use stock GMimeSession by defaultGravatar Daniel Kahn Gillmor2011-06-03