aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* 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
* notmuch search: Clarify documentation of implicit Boolean operatorsGravatar Carl Worth2009-10-28
* notmuch help: Review and augment all of the "notmuch help" documentation.Gravatar Carl Worth2009-10-28
* notmuch help: Be less verbose by default and support detailed helpGravatar Carl Worth2009-10-28
* Add new "notmuch tag" command for adding/removing tags.Gravatar Carl Worth2009-10-27
* Merge branch to fix broken "notmuch setup" and "notmuch new"Gravatar Carl Worth2009-10-27
|\
| * Fix "notmuch new" (bad performance, and no committing of results).Gravatar Carl Worth2009-10-27
| * Unbreak the "notmuch setup" command.Gravatar Carl Worth2009-10-27
* | notmuch restore: Fix to remove all tags before adding tags.Gravatar Carl Worth2009-10-26
* | notmuch restore: Don't bother printing tag values.Gravatar Carl Worth2009-10-26
|/