]> git.notmuchmail.org Git - notmuch/history - notmuch.c
debian: update changelog for upload 0.6~254, bump standards version to 3.9.2
[notmuch] / notmuch.c
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-24 Carl Worthnotmuch: Implement search-tags as an alias for "search...
2011-05-24 Carl Worthnotmuch show: Update documentation for default --format...
2011-05-24 Carl Worthnotmuch: Support "notmuch part" as an alias for "notmuc...
2011-05-23 Jameson Graef RollinsNew part output handling as option to notmuch-show.
2011-05-17 Carl Worthnotmuch show: Properly nest MIME parts within mulipart...
2011-01-26 Carl Worthnotmuch search: Clean up some memory leaks during searc...
2011-01-15 Carl WorthAdd documentation for the recently added folder-based...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-06 Carl WorthRename "notmuch cat" to "notmuch show --format=raw"
2010-11-06 Michal SojkaAdd 'cat' subcommand
2010-10-28 Carl Worthdocumentation: Add the "files" option to the synopsis...
2010-10-28 Carl Worthnotmuch search: Add a new "notmuch search --output...
2010-10-28 Carl Worthnotmuch search: Add a new --output=(summary|threads...
2010-10-27 Carl Worthnotmuch config: Allow for new "notmuch config set"...
2010-10-27 Carl Worthnotmuch: Add a new "notmuch config" command for queryin...
2010-09-16 Carl Worthnotmuch show: Add documentation of --format=mbox
2010-04-22 Jameson RollinsFix help message for "show"
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-16 Sebastian Spaethnotmuch.c: Shorten version string
2010-04-10 Carl Worthnotmuch count: Remove unneeded paragraph from documenta...
2010-04-10 Carl Worthnotmuch count: Remove special handling of "*".
2010-04-10 Carl Worthnotmuch: Document the new special-case syntax of "*".
2010-04-09 Mike KellyHave notmuch count default to showing the total.
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-04-02 Carl WorthMerge remote branch 'dme/dme-for-cworth'
2010-04-02 Carl Worthnotmuch help: Eliminate a gratuitous level of indentation.
2010-04-02 Carl Worthnotmuch help: Simplify output by omitting arguments...
2010-04-02 Carl Worthnotmuch: Add a version (0.1 initially) with a new ...
2010-04-02 Carl Worthnotmuch: Add support for a --help option.
2010-04-02 David Edmondsonnotmuch: Add a 'part' subcommand
2010-03-10 Carl WorthAdd is:<tag> as a synonym for tag:<tag> in search terms.
2010-02-23 Scott RobinsonAdd an "--format=(json|text)" command-line option to...
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-06 Carl Worthnotmuch new: Remove hack to ignore read-only directorie...
2009-12-05 Jameson Graef Rollinsmerge changes from upstream
2009-12-03 Carl Worthnotmuch.1: Document the new --entire-thread option...
2009-12-02 Bart Trojanowskinotmuch show: limit display to only matching messages
2009-11-28 Jed BrownDocumentation for notmuch reply --format=(default|heade...
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaksearch-tags: Add support for search-terms.
2009-11-26 Jan Janaknotmuch: New command 'search-tags'.
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-24 Carl WorthFix printing of literal '%' in help message.
2009-11-23 Carl WorthAdd rudimentary date-based search.
2009-11-23 Keith PackardAdd 'notmuch count' command to show the count of matchi...
2009-11-23 Alec BerrymanSupport multiple configuration files via $NOTMUCH_CONFIG
2009-11-23 Adrian PerezSupport for printing file paths in new command
2009-11-18 Carl Worthnotmuch main(): Remove stale comment.
2009-11-18 Lars Kellogg-Stedmannotmuch help: Print to stdout, not to stderr.
2009-11-18 Carl Worthnotmuch help: Update documentation (following recent...
2009-11-12 Carl Worthnotmuch new: Unbreak after the addition of notmuch...
2009-11-12 Carl Worthnotmuch: Make the command of "notmuch" walk the user...
2009-11-12 Carl Worthnotmuch: Move welcome messages from "notmuch" to "notmu...
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-11 Carl Worthnotmuch reply: Use GMime to construct the header for...
2009-11-10 Keith Packardnotmuch reply: Add (incomplete) reply command
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.
2009-11-09 Carl Worthnotmuch setup: Remove a debugging print.
2009-11-06 Carl Worthnotmuch show: Don't show the subject line twice.
2009-11-05 Carl Worthnotmuch show: Move subject from one-line summary down...
2009-11-05 Carl WorthUpdate notmuch man page with recently-added documentation.
2009-11-05 Carl Worthnotmuch search: Document the from, to, and subject...
2009-11-05 Carl Worthnotmuch show: Fix to work with any search string rather...
2009-11-04 Carl Worthnotmuch show: Add filename to output (next to message...
2009-11-04 Carl Worthnotmuch show: Fix misplaced g_object_unref leading...
2009-11-03 Carl Worthnotmuch show: Remove custom "unread" hack, (printing...
2009-11-03 Carl Worthnotmuch show: Print tags for each message.
2009-11-03 Carl WorthHide bodies of message that have already been read.
2009-11-03 Carl Worthnotmuch show: Switch to control character to mark secti...
2009-11-03 Carl WorthTweak relative dates to be close to the same length.
2009-11-02 Carl Worthnotmuch show: Don't print non-text MIME parts.
2009-11-02 Carl WorthPrint "part" markers for each MIME part (with Content...
2009-11-02 Carl Worthnotmuch show: Use GMime to decode messages.
2009-11-02 Carl WorthAdd a simple manual page for notmuch.
2009-10-31 Carl Worthnotmuch: Add a talloc context argument to each top...
2009-10-31 Carl WorthRename message_results/thread_results to messages/threads.
2009-10-31 Carl Worthnotmuch: Reference help, don't print it for unknown...
2009-10-30 Carl WorthFix relative date formatting to not split one day into...
2009-10-30 Carl Worthnotmuch search: Add (relative) date to search output
2009-10-30 Carl Worthnotmuch show: Add a one-line summary of the message...
2009-10-29 Carl Worthnotmuch show: Trim down header list.
2009-10-29 Carl Worthnotmuch show: Add body of message as well.
2009-10-29 Carl Worthnotmuch show: Initial implementation (headers only)
2009-10-28 Carl WorthFix add_message and get_filename to strip/re-add the...
2009-10-28 Carl Worthnotmuch setup/new: Print progress once per second inste...
2009-10-28 Carl Worthnotmuch search: Clarify documentation of implicit Boole...
2009-10-28 Carl Worthnotmuch help: Review and augment all of the "notmuch...
2009-10-28 Carl Worthnotmuch help: Be less verbose by default and support...
2009-10-28 Carl WorthAdd new "notmuch tag" command for adding/removing tags.
2009-10-27 Carl WorthMerge branch to fix broken "notmuch setup" and "notmuch...
2009-10-27 Carl WorthFix "notmuch new" (bad performance, and no committing...
2009-10-27 Carl WorthUnbreak the "notmuch setup" command.
2009-10-27 Carl Worthnotmuch restore: Fix to remove all tags before adding...
2009-10-27 Carl Worthnotmuch restore: Don't bother printing tag values.
2009-10-27 Carl Worthadd_message: Add an optional parameter for getting...
2009-10-27 Carl WorthFix incorrect name of _notmuch_thread_get_subject.
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
next