aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
AgeCommit message (Expand)Author
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
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-27Break up format->part function into part_start and part_content functions.Jameson Graef Rollins
2011-05-24Fix handling of message/rfc822 partsJameson Graef Rollins
2011-05-24use format=raw by default when requesting part with --part=Jameson Graef Rollins
2011-05-24throw error if mbox format specified with --partJameson Graef Rollins
2011-05-23New part output handling as option to notmuch-show.Jameson Graef Rollins
2011-05-23rename do_show_raw to do_show_single, and create params.raw for raw message outputJameson Graef Rollins
2011-05-23add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins
2011-05-23create notmuch_show_params_t structure for holding parameters passed to show functions.Jameson Graef Rollins
2011-05-20pass entire format structure to various show_message functionsJameson Graef Rollins
2011-05-18notmuch: Add the content-id of a part to the JSON output if it is known.David Edmondson
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2011-05-17notmuch show: Include output for the enclosing multipart part of a MIME mailCarl Worth
2010-11-06Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth
2010-11-05Add 'cat' subcommandMichal Sojka
2010-06-08notmuch show: Add a --format=mbox optionCarl Worth
2010-06-05Fix minor style issues in show_part_content function.Carl Worth
2010-06-05Avoid giving GMime a NULL MIME-stream filter.Carl Worth
2010-04-22json: Replace `date_unix' with `timestamp' in show outputDavid Edmondson
2010-04-05notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-04-02notmuch-show: Add unix and relative dates to the JSON outputDavid Edmondson
2010-04-01Setup the GMimeStream only when needednstraz@redhat.com
2010-03-11notmuch-show: add tags to json outputSebastian Spaeth
2010-03-09notmuch show: Don't show empty headers.Carl Worth