]> git.notmuchmail.org Git - notmuch/history - notmuch-show.c
version: update to 0.15
[notmuch] / notmuch-show.c
2012-12-17 Peter Wangshow: indicate length, encoding of omitted body content
2012-12-17 Peter Wangshow: indicate charset for all omitted parts
2012-12-16 Austin Clementsshow: Support --format-version
2012-12-08 Peter FeiglUse the S-Expression structured printer in notmuch...
2012-12-08 Peter FeiglRename the -json printer functions in notmuch-reply...
2012-11-08 Austin Clementsshow: More aggressively document the presence of devel...
2012-11-07 Peter Wangshow: include Reply-To header in json output
2012-10-22 Michal Nazarewicznotmuch-show: include Bcc header in json output
2012-08-03 Austin Clementsshow: Remove now unused fields from notmuch_show_format
2012-08-03 Austin Clementsshow: Convert do_show to use sprinter
2012-08-03 Austin Clementsshow: Convert show_message to use sprinter
2012-08-03 Austin Clementsshow: Convert envelope format_part_json to use sprinter
2012-08-03 Austin Clementsshow: Convert non-envelope format_part_json to use...
2012-08-03 Austin Clementsshow: Convert format_part_sigstatus_json to use sprinter
2012-08-03 Austin Clementsshow: Convert format_headers_json to use sprinter
2012-08-03 Austin Clementsshow: Feed the sprinter down to part formatters
2012-08-03 Austin Clementsshow: Associate an sprinter with each format
2012-07-24 Mark Walterscli: add --body=true|false option to notmuch-show.c
2012-06-30 Mark Walterscli: notmuch-show.c fix whitespace error
2012-06-30 Mark Walterscli: make --entire-thread=false work for format=json.
2012-06-30 Mark Walterscli: Let json output "null" messages for non --entire...
2012-06-10 Jameson Graef Rollinscli: use new notmuch_crypto_get_context in mime-node.c
2012-06-10 Jameson Graef Rollinscli: new crypto verify flag to handle verification
2012-06-10 Jameson Graef Rollinscli: modify mime_node_open to take new crypto struct...
2012-06-10 Jameson Graef Rollinscli: modify show and reply to use new crypto struct
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterUse notmuch_database_destroy instead of notmuch_databas...
2012-04-15 Austin Clementsshow: Remove empty message_set_{start,sep,end} fields
2012-04-15 Austin Clementsshow: Support NULL values for message_set_{start, sep...
2012-04-15 Austin Clementsshow: Remove support for old-style formatters in show_m...
2012-04-08 Mark Walterscli: move show to the new --exclude= option naming...
2012-03-31 Austin Clementsshow/reply: Unify the code that extracts text parts
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-20 Adam Wolfe Gordonreply: Add a JSON reply format.
2012-03-18 Austin Clementsshow: Convert raw format to the new self-recursive...
2012-03-18 Austin Clementsshow: Move format_part_content_raw with the other new...
2012-03-18 Austin Clementsshow: Convert mbox format to new self-recursive style
2012-03-18 Austin Clementsshow: Move format_message_mbox with the other new-style...
2012-03-18 Austin Clementsshow: Allow formatters to return errors
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-02 Mark Walterscli: omit excluded messages in results where appropriate.
2012-03-02 Mark Walterscli: Make notmuch-show respect excludes.
2012-03-01 Austin Clementsshow: Further general simplifications of the JSON formatter
2012-03-01 Austin Clementsshow: Make format_part_sigstatus_json's API consistent...
2012-03-01 Austin Clementsshow: Make JSON helper functions print complete objects
2012-03-01 Austin Clementsshow: Simplify talloc use in format_headers_json
2012-03-01 Austin Clementsshow: Unify JSON header output for messages and message...
2012-03-01 Austin Clementsshow: Use consistent header ordering in the JSON format
2012-03-01 Austin Clementsshow: Convert JSON format to the new self-recursive...
2012-02-28 Austin ClementsDocument the JSON schemata used by show and search
2012-02-12 Jani Nikulacli: reach previously unreachable cleanup code in ...
2012-02-12 Jani Nikulacli: convert "notmuch show" to use the new argument...
2012-02-12 Jani Nikulacli: use notmuch_bool_t for boolean fields in notmuch_s...
2012-02-12 Austin Clementsshow: Simplify new text formatter code
2012-02-12 Austin Clementsshow: Convert text format to the new self-recursive...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-25 Austin Clementsshow: Introduce mime_node formatter callback
2012-01-23 Austin Clementsshow: Use consistent header ordering in the text format
2012-01-22 Thomas Jostshow: don't use hex literals in JSON output
2012-01-21 Thomas JostAdd compatibility with gmime 2.6
2012-01-21 Austin Clementsshow: Handle read and write errors
2012-01-14 Austin ClementsFix build warning: "/*" within comment
2012-01-14 David Edmondsonnotmuch/emacs: Observe the charset of text/html parts...
2012-01-14 David BremnerMerge branch 'release'
2011-12-26 Austin Clementsshow: Pass notmuch_message_t instead of path to show_me...
2011-12-21 David Edmondsonnotmuch: Quiet buildbot warnings.
2011-12-15 Tomi Ollilanotmuch: unref charset_filter to fix one memory leak
2011-12-11 Tomi OllilaRelease memory allocated by internet_address_list_parse...
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-09-10 David BremnerMerge branch 'release'
2011-09-07 Jameson Graef RollinsDo not attempt to output part raw if part is not GMimePart.
2011-09-06 Jameson Graef RollinsImprove handling of message/rfc822 parts by adding...
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-29 Dmitry KurochkinAdd part filename and content-id in notmuch show output...
2011-06-04 Daniel Kahn GillmorUse stock GMimeSession by default
2011-06-03 Jameson Graef Rollinsshow: Avoid inadvertently closing stdout
2011-05-31 Carl WorthRename signerstatustostring to signer_status_to_string
2011-05-31 Carl WorthReduce some excessive indentation.
2011-05-31 Carl Worthshow: Remove some dead code from show_text_part_content
2011-05-31 Carl Worthnotmuch show: Don't do text conversions for non-text...
2011-05-27 Jameson Graef RollinsAdd decryption of PGP/MIME-encrypted parts with --decrypt.
2011-05-27 Jameson Graef RollinsAdd signature verification of PGP/MIME-signed parts...
2011-05-27 Jameson Graef RollinsBreak up format->part function into part_start and...
2011-05-24 Jameson Graef RollinsFix handling of message/rfc822 parts
2011-05-24 Jameson Graef Rollinsuse format=raw by default when requesting part with...
2011-05-24 Jameson Graef Rollinsthrow error if mbox format specified with --part
2011-05-23 Jameson Graef RollinsNew part output handling as option to notmuch-show.
2011-05-23 Jameson Graef Rollinsrename do_show_raw to do_show_single, and create params...
2011-05-23 Jameson Graef Rollinsadd part_sep formatter to replace "first" argument...
2011-05-23 Jameson Graef Rollinscreate notmuch_show_params_t structure for holding...
2011-05-20 Jameson Graef Rollinspass entire format structure to various show_message...
2011-05-18 David Edmondsonnotmuch: Add the content-id of a part to the JSON outpu...
next