aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
Commit message (Expand)AuthorAge
...
* pass entire format structure to various show_message functionsGravatar Jameson Graef Rollins2011-05-20
* notmuch: Add the content-id of a part to the JSON output if it is known.Gravatar David Edmondson2011-05-18
* notmuch show: Properly nest MIME parts within mulipart partsGravatar Carl Worth2011-05-17
* notmuch show: Include output for the enclosing multipart part of a MIME mailGravatar Carl Worth2011-05-17
* Rename "notmuch cat" to "notmuch show --format=raw"Gravatar Carl Worth2010-11-06
* Add 'cat' subcommandGravatar Michal Sojka2010-11-05
* notmuch show: Add a --format=mbox optionGravatar Carl Worth2010-06-08
* Fix minor style issues in show_part_content function.Gravatar Carl Worth2010-06-05
* Avoid giving GMime a NULL MIME-stream filter.Gravatar Carl Worth2010-06-05
* json: Replace `date_unix' with `timestamp' in show outputGravatar David Edmondson2010-04-22
* notmuch: Correctly terminate text/* parts in JSON outputGravatar David Edmondson2010-04-05
* notmuch: Add a 'part' subcommandGravatar David Edmondson2010-04-02
* notmuch-show: Add unix and relative dates to the JSON outputGravatar David Edmondson2010-04-02
* Setup the GMimeStream only when neededGravatar nstraz@redhat.com2010-04-01
* notmuch-show: add tags to json outputGravatar Sebastian Spaeth2010-03-11
* notmuch show: Don't show empty headers.Gravatar Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* notmuch show: Preserve thread-ordering and nesting without --entire-threadGravatar Carl Worth2009-12-02
* notmuch show: limit display to only matching messagesGravatar Bart Trojanowski2009-12-02
* correct message flag enum value so that it matches the typeGravatar Bart Trojanowski2009-11-27
* notmuch-show: identify which messages printed matched the query stringGravatar Bart Trojanowski2009-11-27
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* notmuch-show: Show message part using UTF-8.Gravatar Kan-Ru Chen2009-11-22
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* notmuch show: Don't hide text parts, even with disposition attachment.Gravatar Carl Worth2009-11-21
* Make reply/show/tag all require at least one search termGravatar Keith Packard2009-11-18
* Filter out carriage-returns in show and reply output.Gravatar Keith Packard2009-11-18
* notmuch show: Detect an internal error if a thread has no messages.Gravatar Carl Worth2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Gravatar Carl Worth2009-11-15
* Minor whitespace touchup.Gravatar Carl Worth2009-11-15
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* notmuch show: Display "Subject: " before the subject.Gravatar Carl Worth2009-11-12
* Unbreak several notmuch commands after the addition of configuration.Gravatar Carl Worth2009-11-11
* notmuch reply: Add (incomplete) reply commandGravatar Keith Packard2009-11-10
* notmuch: Break notmuch.c up into several smaller files.Gravatar Carl Worth2009-11-10