aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* 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
|/
* add_message: Add an optional parameter for getting the just-added message.Gravatar Carl Worth2009-10-26
* Fix incorrect name of _notmuch_thread_get_subject.Gravatar Carl Worth2009-10-26
* Add public notmuch_thread_get_subjectGravatar Carl Worth2009-10-26
* Remove all calls to g_strdup_printfGravatar Carl Worth2009-10-26
* Add notmuch_thread_get_tagsGravatar Carl Worth2009-10-26
* tags: Re-implement tags iterator to avoid having C++ in the interfaceGravatar Carl Worth2009-10-26
* notmuch restore: Fix leak of FILE* object.Gravatar Carl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Gravatar Carl Worth2009-10-25
* Rename notmuch_query_search to notmuch_query_search_messagesGravatar Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Gravatar Carl Worth2009-10-25
* Re-enable the warning for unused parameters.Gravatar Carl Worth2009-10-25
* Add -Wextra and fix warnings.Gravatar Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Gravatar Carl Worth2009-10-25
* notmuch dump: Eliminate extra space in error message.Gravatar Carl Worth2009-10-25
* Move read-only-archive hint from "notmuch setup" to "notmuch new"Gravatar Carl Worth2009-10-25
* Add a preliminary "notmuch search" command.Gravatar Carl Worth2009-10-24
* notmuch setup/new: Propagate failure from notmuch_database_set_timestampGravatar Carl Worth2009-10-24
* Revert "Remove some unneeded initializers."Gravatar Carl Worth2009-10-24
* Cut the enthusiasm a bit.Gravatar Carl Worth2009-10-23
* Make "notmuch new" ignore directories that are read-only.Gravatar Carl Worth2009-10-23
* add_files: Pull one stat out of the recrusive function.Gravatar Carl Worth2009-10-23
* More fixing of plurals.Gravatar Carl Worth2009-10-23
* More care in final status reporting.Gravatar Carl Worth2009-10-23
* Print a better message than "0s" for zero seconds.Gravatar Carl Worth2009-10-23
* Add new "notmuch new" command.Gravatar Carl Worth2009-10-23
* add_files: Change to return a status value instead of voidGravatar Carl Worth2009-10-23
* notmuch setup: Clean up the progress printing a bit.Gravatar Carl Worth2009-10-23
* Remove some unneeded initializers.Gravatar Carl Worth2009-10-23
* notmuch setup: Fix a couple of error paths.Gravatar Carl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampGravatar Carl Worth2009-10-23
* notmuch restore: Print names of tags that cannot be appliedGravatar Carl Worth2009-10-23
* Add notmuch_status_to_string function.Gravatar Carl Worth2009-10-21
* Implement "notmuch restore".Gravatar Carl Worth2009-10-21
* Pull out a chomp_newline function from "notmuch setup"Gravatar Carl Worth2009-10-21
* notmuch dump: Fix to print spaces between tags.Gravatar Carl Worth2009-10-21
* notmuch dump: Fix buffer overrun in error message.Gravatar Carl Worth2009-10-21
* notmuch setup: Print a few protecting spaces after progress reports.Gravatar Carl Worth2009-10-21
* query: Remove the magic NOTMUCH_QUERY_ALLGravatar Carl Worth2009-10-20
* notmuch dump: Free each message as it's used.Gravatar Carl Worth2009-10-20
* Implement 'notmuch dump'.Gravatar Carl Worth2009-10-20