summaryrefslogtreecommitdiff
path: root/notmuch-show.c
AgeCommit message (Expand)Author
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
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2009-12-02notmuch show: Preserve thread-ordering and nesting without --entire-threadCarl Worth
2009-12-02notmuch show: limit display to only matching messagesBart Trojanowski
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27notmuch-show: identify which messages printed matched the query stringBart Trojanowski
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-22notmuch-show: Show message part using UTF-8.Kan-Ru Chen
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-21notmuch show: Don't hide text parts, even with disposition attachment.Carl Worth
2009-11-18Make reply/show/tag all require at least one search termKeith Packard
2009-11-18Filter out carriage-returns in show and reply output.Keith Packard
2009-11-17notmuch show: Detect an internal error if a thread has no messages.Carl Worth
2009-11-15notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth
2009-11-15Minor whitespace touchup.Carl Worth