aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
Commit message (Expand)AuthorAge
* 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
|/
* add_message: Add an optional parameter for getting the just-added message.Carl Worth2009-10-26
* Fix incorrect name of _notmuch_thread_get_subject.Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectCarl Worth2009-10-26
* Remove all calls to g_strdup_printfCarl Worth2009-10-26
* Add notmuch_thread_get_tagsCarl Worth2009-10-26
* tags: Re-implement tags iterator to avoid having C++ in the interfaceCarl Worth2009-10-26
* notmuch restore: Fix leak of FILE* object.Carl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Carl Worth2009-10-25
* Rename notmuch_query_search to notmuch_query_search_messagesCarl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Carl Worth2009-10-25