index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
notmuch-show.c
Age
Commit message (
Expand
)
Author
2012-05-05
lib/cli: Make notmuch_database_open return a status code
Austin Clements
2012-04-28
Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2012-04-15
show: Remove empty message_set_{start,sep,end} fields
Austin Clements
2012-04-15
show: Support NULL values for message_set_{start, sep, end}
Austin Clements
2012-04-15
show: Remove support for old-style formatters in show_message
Austin Clements
2012-04-07
cli: move show to the new --exclude= option naming scheme.
Mark Walters
2012-03-31
show/reply: Unify the code that extracts text parts
Austin Clements
2012-03-19
reply: Add a JSON reply format.
Adam Wolfe Gordon
2012-03-18
show: Convert raw format to the new self-recursive style, properly support interior parts
Austin Clements
2012-03-18
show: Move format_part_content_raw with the other new-style formats
Austin Clements
2012-03-18
show: Convert mbox format to new self-recursive style
Austin Clements
2012-03-18
show: Move format_message_mbox with the other new-style formats
Austin Clements
2012-03-18
show: Allow formatters to return errors
Austin Clements
2012-03-02
cli: omit excluded messages in results where appropriate.
Mark Walters
2012-03-02
cli: Make notmuch-show respect excludes.
Mark Walters
2012-03-01
show: Further general simplifications of the JSON formatter
Austin Clements
2012-03-01
show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6
Austin Clements
2012-03-01
show: Make JSON helper functions print complete objects
Austin Clements
2012-03-01
show: Simplify talloc use in format_headers_json
Austin Clements
2012-03-01
show: Unify JSON header output for messages and message parts
Austin Clements
2012-03-01
show: Use consistent header ordering in the JSON format
Austin Clements
2012-03-01
show: Convert JSON format to the new self-recursive style
Austin Clements
2012-02-27
Document the JSON schemata used by show and search
Austin Clements
2012-02-12
cli: reach previously unreachable cleanup code in "notmuch show"
Jani Nikula
2012-02-12
cli: convert "notmuch show" to use the new argument parser
Jani Nikula
2012-02-12
cli: use notmuch_bool_t for boolean fields in notmuch_show_params_t
Jani Nikula
2012-02-12
show: Simplify new text formatter code
Austin Clements
2012-02-12
show: Convert text format to the new self-recursive style
Austin Clements
2012-01-25
show: Introduce mime_node formatter callback
Austin Clements
2012-01-23
show: Use consistent header ordering in the text format
Austin Clements
2012-01-22
show: don't use hex literals in JSON output
Thomas Jost
2012-01-21
Add compatibility with gmime 2.6
Thomas Jost
2012-01-21
show: Handle read and write errors
Austin Clements
2012-01-14
Fix build warning: "/*" within comment
Austin Clements
2012-01-13
notmuch/emacs: Observe the charset of text/html parts, where known.
David Edmondson
2011-12-25
show: Pass notmuch_message_t instead of path to show_message_body.
Austin Clements
2011-12-21
notmuch: Quiet buildbot warnings.
David Edmondson
2011-12-15
notmuch: unref charset_filter to fix one memory leak
Tomi Ollila
2011-12-11
Release memory allocated by internet_address_list_parse_string()
Tomi Ollila
2011-10-22
cli: change argument parsing convention for subcommands
David Bremner
2011-09-07
Do not attempt to output part raw if part is not GMimePart.
Jameson Graef Rollins
2011-09-05
Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure.
Jameson Graef Rollins
2011-06-28
Add part filename and content-id in notmuch show output if available.
Dmitry Kurochkin
2011-06-03
Use stock GMimeSession by default
Daniel Kahn Gillmor
2011-06-03
show: Avoid inadvertently closing stdout
Jameson Graef Rollins
2011-05-31
Rename signerstatustostring to signer_status_to_string
Carl Worth
2011-05-31
Reduce some excessive indentation.
Carl Worth
2011-05-31
show: Remove some dead code from show_text_part_content
Carl Worth
2011-05-31
notmuch show: Don't do text conversions for non-text parts
Carl Worth
2011-05-27
Add decryption of PGP/MIME-encrypted parts with --decrypt.
Jameson Graef Rollins
[next]