aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* notmuch.c: Shorten version stringGravatar Sebastian Spaeth2010-04-16
* notmuch count: Remove unneeded paragraph from documentation.Gravatar Carl Worth2010-04-09
* notmuch count: Remove special handling of "*".Gravatar Carl Worth2010-04-09
* notmuch: Document the new special-case syntax of "*".Gravatar Carl Worth2010-04-09
* Have notmuch count default to showing the total.Gravatar Mike Kelly2010-04-09
* Merge remote branch 'dme/dme-for-cworth'Gravatar Carl Worth2010-04-02
|\
* | notmuch help: Eliminate a gratuitous level of indentation.Gravatar Carl Worth2010-04-02
* | notmuch help: Simplify output by omitting arguments for each command.Gravatar Carl Worth2010-04-02
* | notmuch: Add a version (0.1 initially) with a new --version option.Gravatar Carl Worth2010-04-02
* | notmuch: Add support for a --help option.Gravatar Carl Worth2010-04-02
| * notmuch: Add a 'part' subcommandGravatar David Edmondson2010-04-02
|/
* Add is:<tag> as a synonym for tag:<tag> in search terms.Gravatar Carl Worth2010-03-09
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* notmuch new: Remove hack to ignore read-only directories in mail store.Gravatar Carl Worth2010-01-06
* notmuch.1: Document the new --entire-thread option to "notmuch show".Gravatar Carl Worth2009-12-02
* notmuch show: limit display to only matching messagesGravatar Bart Trojanowski2009-12-02
* Documentation for notmuch reply --format=(default|headers-only)Gravatar Jed Brown2009-11-28
* search-tags: Add support for search-terms.Gravatar Jan Janak2009-11-26
* notmuch: New command 'search-tags'.Gravatar Jan Janak2009-11-26
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* Fix printing of literal '%' in help message.Gravatar Carl Worth2009-11-23
* Add rudimentary date-based search.Gravatar Carl Worth2009-11-23
* Add 'notmuch count' command to show the count of matching messagesGravatar Keith Packard2009-11-23
* Support multiple configuration files via $NOTMUCH_CONFIGGravatar Alec Berryman2009-11-23
* Support for printing file paths in new commandGravatar Adrian Perez2009-11-23
* notmuch main(): Remove stale comment.Gravatar Carl Worth2009-11-18
* notmuch help: Print to stdout, not to stderr.Gravatar Lars Kellogg-Stedman2009-11-18
* notmuch help: Update documentation (following recent text from notmuch.1)Gravatar Carl Worth2009-11-17
* notmuch new: Unbreak after the addition of notmuch-config.Gravatar Carl Worth2009-11-11
* notmuch: Make the command of "notmuch" walk the user through the next step.Gravatar Carl Worth2009-11-11
* notmuch: Move welcome messages from "notmuch" to "notmuch setup".Gravatar Carl Worth2009-11-11
* notmuch: Add a configuration system.Gravatar Carl Worth2009-11-11
* notmuch reply: Use GMime to construct the header for the reply.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
* notmuch setup: Remove a debugging print.Gravatar Carl Worth2009-11-09
* notmuch show: Don't show the subject line twice.Gravatar Carl Worth2009-11-06
* notmuch show: Move subject from one-line summary down to its own line.Gravatar Carl Worth2009-11-05
* Update notmuch man page with recently-added documentation.Gravatar Carl Worth2009-11-05
* notmuch search: Document the from, to, and subject prefixes.Gravatar Carl Worth2009-11-05
* notmuch show: Fix to work with any search string rather than just a thread ID.Gravatar Carl Worth2009-11-05
* notmuch show: Add filename to output (next to message ID).Gravatar Carl Worth2009-11-04
* notmuch show: Fix misplaced g_object_unref leading to error message.Gravatar Carl Worth2009-11-04
* notmuch show: Remove custom "unread" hack, (printing tag in two locations).Gravatar Carl Worth2009-11-03
* notmuch show: Print tags for each message.Gravatar Carl Worth2009-11-03
* Hide bodies of message that have already been read.Gravatar Carl Worth2009-11-03
* notmuch show: Switch to control character to mark sections of outputGravatar Carl Worth2009-11-02
* Tweak relative dates to be close to the same length.Gravatar Carl Worth2009-11-02
* notmuch show: Don't print non-text MIME parts.Gravatar Carl Worth2009-11-02
* Print "part" markers for each MIME part (with Content-type).Gravatar Carl Worth2009-11-02