aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* Add 'notmuch count' command to show the count of matching messagesKeith Packard2009-11-23
* Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman2009-11-23
* Support for printing file paths in new commandAdrian Perez2009-11-23
* notmuch main(): Remove stale comment.Carl Worth2009-11-18
* notmuch help: Print to stdout, not to stderr.Lars Kellogg-Stedman2009-11-18
* notmuch help: Update documentation (following recent text from notmuch.1)Carl Worth2009-11-17
* notmuch new: Unbreak after the addition of notmuch-config.Carl Worth2009-11-11
* notmuch: Make the command of "notmuch" walk the user through the next step.Carl Worth2009-11-11
* notmuch: Move welcome messages from "notmuch" to "notmuch setup".Carl Worth2009-11-11
* notmuch: Add a configuration system.Carl Worth2009-11-11
* notmuch reply: Use GMime to construct the header for the reply.Carl Worth2009-11-11
* notmuch reply: Add (incomplete) reply commandKeith Packard2009-11-10
* notmuch: Break notmuch.c up into several smaller files.Carl Worth2009-11-10
* notmuch setup: Remove a debugging print.Carl Worth2009-11-09
* notmuch show: Don't show the subject line twice.Carl Worth2009-11-06
* notmuch show: Move subject from one-line summary down to its own line.Carl Worth2009-11-05
* Update notmuch man page with recently-added documentation.Carl Worth2009-11-05
* notmuch search: Document the from, to, and subject prefixes.Carl Worth2009-11-05
* notmuch show: Fix to work with any search string rather than just a thread ID.Carl Worth2009-11-05
* notmuch show: Add filename to output (next to message ID).Carl Worth2009-11-04
* notmuch show: Fix misplaced g_object_unref leading to error message.Carl Worth2009-11-04
* notmuch show: Remove custom "unread" hack, (printing tag in two locations).Carl Worth2009-11-03
* notmuch show: Print tags for each message.Carl Worth2009-11-03
* Hide bodies of message that have already been read.Carl Worth2009-11-03
* notmuch show: Switch to control character to mark sections of outputCarl Worth2009-11-02
* Tweak relative dates to be close to the same length.Carl Worth2009-11-02
* notmuch show: Don't print non-text MIME parts.Carl Worth2009-11-02
* Print "part" markers for each MIME part (with Content-type).Carl Worth2009-11-02
* notmuch show: Use GMime to decode messages.Carl Worth2009-11-02
* Add a simple manual page for notmuch.Carl Worth2009-11-02
* notmuch: Add a talloc context argument to each top-level command function.Carl Worth2009-10-31
* Rename message_results/thread_results to messages/threads.Carl Worth2009-10-31
* notmuch: Reference help, don't print it for unknown commands.Carl Worth2009-10-31
* Fix relative date formatting to not split one day into two formats.Carl Worth2009-10-29
* notmuch search: Add (relative) date to search outputCarl Worth2009-10-29
* notmuch show: Add a one-line summary of the message before the header.Carl Worth2009-10-29
* notmuch show: Trim down header list.Carl Worth2009-10-29
* notmuch show: Add body of message as well.Carl Worth2009-10-29
* notmuch show: Initial implementation (headers only)Carl Worth2009-10-29
* Fix add_message and get_filename to strip/re-add the database path.Carl Worth2009-10-28
* notmuch setup/new: Print progress once per second instead of after 1000 files.Carl Worth2009-10-28
* notmuch search: Clarify documentation of implicit Boolean operatorsCarl Worth2009-10-28
* notmuch help: Review and augment all of the "notmuch help" documentation.Carl Worth2009-10-28
* notmuch help: Be less verbose by default and support detailed helpCarl Worth2009-10-28
* Add new "notmuch tag" command for adding/removing tags.Carl Worth2009-10-27
* Merge branch to fix broken "notmuch setup" and "notmuch new"Carl Worth2009-10-27
|\
| * Fix "notmuch new" (bad performance, and no committing of results).Carl Worth2009-10-27
| * Unbreak the "notmuch setup" command.Carl Worth2009-10-27
* | notmuch restore: Fix to remove all tags before adding tags.Carl Worth2009-10-26
* | notmuch restore: Don't bother printing tag values.Carl Worth2009-10-26
|/