aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
...
* Fix build warning: "/*" within commentAustin Clements2012-01-14
* notmuch/emacs: Observe the charset of text/html parts, where known.David Edmondson2012-01-13
* show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements2011-12-25
* notmuch: Quiet buildbot warnings.David Edmondson2011-12-21
* notmuch: unref charset_filter to fix one memory leakTomi Ollila2011-12-15
* Release memory allocated by internet_address_list_parse_string()Tomi Ollila2011-12-11
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* Do not attempt to output part raw if part is not GMimePart.Jameson Graef Rollins2011-09-07
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Jameson Graef Rollins2011-09-05
* Add part filename and content-id in notmuch show output if available.Dmitry Kurochkin2011-06-28
* Use stock GMimeSession by defaultDaniel Kahn Gillmor2011-06-03
* show: Avoid inadvertently closing stdoutJameson Graef Rollins2011-06-03
* Rename signerstatustostring to signer_status_to_stringCarl Worth2011-05-31
* Reduce some excessive indentation.Carl Worth2011-05-31
* show: Remove some dead code from show_text_part_contentCarl Worth2011-05-31
* notmuch show: Don't do text conversions for non-text partsCarl Worth2011-05-31
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins2011-05-27
* Break up format->part function into part_start and part_content functions.Jameson Graef Rollins2011-05-27
* Fix handling of message/rfc822 partsJameson Graef Rollins2011-05-24
* use format=raw by default when requesting part with --part=Jameson Graef Rollins2011-05-24
* throw error if mbox format specified with --partJameson Graef Rollins2011-05-24
* New part output handling as option to notmuch-show.Jameson Graef Rollins2011-05-23
* rename do_show_raw to do_show_single, and create params.raw for raw message o...Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins2011-05-23
* create notmuch_show_params_t structure for holding parameters passed to show ...Jameson Graef Rollins2011-05-23
* pass entire format structure to various show_message functionsJameson Graef Rollins2011-05-20
* notmuch: Add the content-id of a part to the JSON output if it is known.David Edmondson2011-05-18
* notmuch show: Properly nest MIME parts within mulipart partsCarl Worth2011-05-17
* notmuch show: Include output for the enclosing multipart part of a MIME mailCarl Worth2011-05-17
* Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth2010-11-06
* Add 'cat' subcommandMichal Sojka2010-11-05
* notmuch show: Add a --format=mbox optionCarl Worth2010-06-08
* Fix minor style issues in show_part_content function.Carl Worth2010-06-05
* Avoid giving GMime a NULL MIME-stream filter.Carl Worth2010-06-05
* json: Replace `date_unix' with `timestamp' in show outputDavid Edmondson2010-04-22
* notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson2010-04-05
* notmuch: Add a 'part' subcommandDavid Edmondson2010-04-02
* notmuch-show: Add unix and relative dates to the JSON outputDavid Edmondson2010-04-02
* Setup the GMimeStream only when needednstraz@redhat.com2010-04-01
* notmuch-show: add tags to json outputSebastian Spaeth2010-03-11
* notmuch show: Don't show empty headers.Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Scott Robinson2010-02-23
* notmuch show: Preserve thread-ordering and nesting without --entire-threadCarl Worth2009-12-02
* notmuch show: limit display to only matching messagesBart Trojanowski2009-12-02
* correct message flag enum value so that it matches the typeBart Trojanowski2009-11-27
* notmuch-show: identify which messages printed matched the query stringBart Trojanowski2009-11-27
* notmuch search: Remove the chunked-searching hack.Carl Worth2009-11-23
* notmuch-show: Show message part using UTF-8.Kan-Ru Chen2009-11-22