summaryrefslogtreecommitdiff
path: root/notmuch-show.c
AgeCommit message (Expand)Author
2010-11-06Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth
2010-11-05Add 'cat' subcommandMichal Sojka
2010-06-08notmuch show: Add a --format=mbox optionCarl Worth
2010-06-05Fix minor style issues in show_part_content function.Carl Worth
2010-06-05Avoid giving GMime a NULL MIME-stream filter.Carl Worth
2010-04-22json: Replace `date_unix' with `timestamp' in show outputDavid Edmondson
2010-04-05notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-04-02notmuch-show: Add unix and relative dates to the JSON outputDavid Edmondson
2010-04-01Setup the GMimeStream only when needednstraz@redhat.com
2010-03-11notmuch-show: add tags to json outputSebastian Spaeth
2010-03-09notmuch show: Don't show empty headers.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2009-12-02notmuch show: Preserve thread-ordering and nesting without --entire-threadCarl Worth
2009-12-02notmuch show: limit display to only matching messagesBart Trojanowski
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27notmuch-show: identify which messages printed matched the query stringBart Trojanowski
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-22notmuch-show: Show message part using UTF-8.Kan-Ru Chen
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-21notmuch show: Don't hide text parts, even with disposition attachment.Carl Worth
2009-11-18Make reply/show/tag all require at least one search termKeith Packard
2009-11-18Filter out carriage-returns in show and reply output.Keith Packard
2009-11-17notmuch show: Detect an internal error if a thread has no messages.Carl Worth
2009-11-15notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth
2009-11-15Minor whitespace touchup.Carl Worth
2009-11-12libnotmuch: Underlying support for doing partial-results searches.Carl Worth
2009-11-12notmuch show: Display "Subject: " before the subject.Carl Worth
2009-11-11Unbreak several notmuch commands after the addition of configuration.Carl Worth
2009-11-10notmuch reply: Add (incomplete) reply commandKeith Packard
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth