summaryrefslogtreecommitdiffstats
path: root/notmuch-show.c
AgeCommit message (Expand)Author
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
2012-08-03show: Associate an sprinter with each formatAustin Clements
2012-07-24cli: add --body=true|false option to notmuch-show.cMark Walters
2012-06-29cli: notmuch-show.c fix whitespace errorMark Walters
2012-06-29cli: make --entire-thread=false work for format=json.Mark Walters
2012-06-29cli: Let json output "null" messages for non --entire-threadMark Walters
2012-06-10cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins
2012-06-10cli: new crypto verify flag to handle verificationJameson Graef Rollins
2012-06-10cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins
2012-06-10cli: modify show and reply to use new crypto structJameson Graef Rollins
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-15show: Remove empty message_set_{start,sep,end} fieldsAustin Clements
2012-04-15show: Support NULL values for message_set_{start, sep, end}Austin Clements
2012-04-15show: Remove support for old-style formatters in show_messageAustin Clements
2012-04-07cli: move show to the new --exclude= option naming scheme.Mark Walters
2012-03-31show/reply: Unify the code that extracts text partsAustin Clements
2012-03-19reply: Add a JSON reply format.Adam Wolfe Gordon
2012-03-18show: Convert raw format to the new self-recursive style, properly support in...Austin Clements
2012-03-18show: Move format_part_content_raw with the other new-style formatsAustin Clements
2012-03-18show: Convert mbox format to new self-recursive styleAustin Clements
2012-03-18show: Move format_message_mbox with the other new-style formatsAustin Clements
2012-03-18show: Allow formatters to return errorsAustin Clements
2012-03-02cli: omit excluded messages in results where appropriate.Mark Walters
2012-03-02cli: Make notmuch-show respect excludes.Mark Walters
2012-03-01show: Further general simplifications of the JSON formatterAustin Clements
2012-03-01show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6Austin Clements
2012-03-01show: Make JSON helper functions print complete objectsAustin Clements
2012-03-01show: Simplify talloc use in format_headers_jsonAustin Clements
2012-03-01show: Unify JSON header output for messages and message partsAustin Clements
2012-03-01show: Use consistent header ordering in the JSON formatAustin Clements
2012-03-01show: Convert JSON format to the new self-recursive styleAustin Clements
2012-02-27Document the JSON schemata used by show and searchAustin Clements
2012-02-12cli: reach previously unreachable cleanup code in "notmuch show"Jani Nikula
2012-02-12cli: convert "notmuch show" to use the new argument parserJani Nikula
2012-02-12cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula
2012-02-12show: Simplify new text formatter codeAustin Clements
2012-02-12show: Convert text format to the new self-recursive styleAustin Clements
2012-01-25show: Introduce mime_node formatter callbackAustin Clements
2012-01-23show: Use consistent header ordering in the text formatAustin Clements
2012-01-22show: don't use hex literals in JSON outputThomas Jost
2012-01-21Add compatibility with gmime 2.6Thomas Jost
2012-01-21show: Handle read and write errorsAustin Clements