aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* 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
* notmuch show: Use GMime to decode messages.Gravatar Carl Worth2009-11-02
* Add a simple manual page for notmuch.Gravatar Carl Worth2009-11-02
* notmuch: Add a talloc context argument to each top-level command function.Gravatar Carl Worth2009-10-31
* Rename message_results/thread_results to messages/threads.Gravatar Carl Worth2009-10-31
* notmuch: Reference help, don't print it for unknown commands.Gravatar Carl Worth2009-10-31
* Fix relative date formatting to not split one day into two formats.Gravatar Carl Worth2009-10-29
* notmuch search: Add (relative) date to search outputGravatar Carl Worth2009-10-29
* notmuch show: Add a one-line summary of the message before the header.Gravatar Carl Worth2009-10-29
* notmuch show: Trim down header list.Gravatar Carl Worth2009-10-29
* notmuch show: Add body of message as well.Gravatar Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Gravatar Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Gravatar Carl Worth2009-10-28
* notmuch setup/new: Print progress once per second instead of after 1000 files.Gravatar Carl Worth2009-10-28