aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
AgeCommit message (Expand)Author
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 interior partsAustin 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
2012-01-14Fix build warning: "/*" within commentAustin Clements
2012-01-13notmuch/emacs: Observe the charset of text/html parts, where known.David Edmondson
2011-12-25show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements
2011-12-21notmuch: Quiet buildbot warnings.David Edmondson
2011-12-15notmuch: unref charset_filter to fix one memory leakTomi Ollila
2011-12-11Release memory allocated by internet_address_list_parse_string()Tomi Ollila
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-09-07Do not attempt to output part raw if part is not GMimePart.Jameson Graef Rollins
2011-09-05Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure.Jameson Graef Rollins
2011-06-28Add part filename and content-id in notmuch show output if available.Dmitry Kurochkin
2011-06-03Use stock GMimeSession by defaultDaniel Kahn Gillmor
2011-06-03show: Avoid inadvertently closing stdoutJameson Graef Rollins
2011-05-31Rename signerstatustostring to signer_status_to_stringCarl Worth
2011-05-31Reduce some excessive indentation.Carl Worth
2011-05-31show: Remove some dead code from show_text_part_contentCarl Worth
2011-05-31notmuch show: Don't do text conversions for non-text partsCarl Worth
2011-05-27Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins