aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
* show: Allow formatters to return errorsAustin Clements2012-03-18
* cli: omit excluded messages in results where appropriate.Mark Walters2012-03-02
* cli: Make notmuch-show respect excludes.Mark Walters2012-03-02
* show: Further general simplifications of the JSON formatterAustin Clements2012-03-01
* show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6Austin Clements2012-03-01
* show: Make JSON helper functions print complete objectsAustin Clements2012-03-01
* show: Simplify talloc use in format_headers_jsonAustin Clements2012-03-01
* show: Unify JSON header output for messages and message partsAustin Clements2012-03-01
* show: Use consistent header ordering in the JSON formatAustin Clements2012-03-01
* show: Convert JSON format to the new self-recursive styleAustin Clements2012-03-01
* Document the JSON schemata used by show and searchAustin Clements2012-02-27
* cli: reach previously unreachable cleanup code in "notmuch show"Jani Nikula2012-02-12
* cli: convert "notmuch show" to use the new argument parserJani Nikula2012-02-12
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula2012-02-12
* show: Simplify new text formatter codeAustin Clements2012-02-12
* show: Convert text format to the new self-recursive styleAustin Clements2012-02-12
* show: Introduce mime_node formatter callbackAustin Clements2012-01-25
* show: Use consistent header ordering in the text formatAustin Clements2012-01-23
* show: don't use hex literals in JSON outputThomas Jost2012-01-22
* Add compatibility with gmime 2.6Thomas Jost2012-01-21
* show: Handle read and write errorsAustin Clements2012-01-21
* 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