aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* 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
* Re-enable the warning for unused parameters.Carl Worth2009-10-25
* Add -Wextra and fix warnings.Carl Worth2009-10-25
* Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth2009-10-25
* notmuch dump: Eliminate extra space in error message.Carl Worth2009-10-25
* Move read-only-archive hint from "notmuch setup" to "notmuch new"Carl Worth2009-10-25
* Add a preliminary "notmuch search" command.Carl Worth2009-10-24
* notmuch setup/new: Propagate failure from notmuch_database_set_timestampCarl Worth2009-10-24
* Revert "Remove some unneeded initializers."Carl Worth2009-10-24
* Cut the enthusiasm a bit.Carl Worth2009-10-23
* Make "notmuch new" ignore directories that are read-only.Carl Worth2009-10-23
* add_files: Pull one stat out of the recrusive function.Carl Worth2009-10-23
* More fixing of plurals.Carl Worth2009-10-23
* More care in final status reporting.Carl Worth2009-10-23
* Print a better message than "0s" for zero seconds.Carl Worth2009-10-23
* Add new "notmuch new" command.Carl Worth2009-10-23
* add_files: Change to return a status value instead of voidCarl Worth2009-10-23
* notmuch setup: Clean up the progress printing a bit.Carl Worth2009-10-23
* Remove some unneeded initializers.Carl Worth2009-10-23
* notmuch setup: Fix a couple of error paths.Carl Worth2009-10-23
* Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth2009-10-23
* notmuch restore: Print names of tags that cannot be appliedCarl Worth2009-10-23
* Add notmuch_status_to_string function.Carl Worth2009-10-21
* Implement "notmuch restore".Carl Worth2009-10-21
* Pull out a chomp_newline function from "notmuch setup"Carl Worth2009-10-21
* notmuch dump: Fix to print spaces between tags.Carl Worth2009-10-21
* notmuch dump: Fix buffer overrun in error message.Carl Worth2009-10-21
* notmuch setup: Print a few protecting spaces after progress reports.Carl Worth2009-10-21
* query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth2009-10-20
* notmuch dump: Free each message as it's used.Carl Worth2009-10-20
* Implement 'notmuch dump'.Carl Worth2009-10-20
* notmuch: Fix setup so that accepting the default mail path works.Carl Worth2009-10-20
* notmuch: Use GNU libc getline() instead of glib GIOChannelCarl Worth2009-10-20
* Add some explanation about NOTMUCH_BASE to setup_command.Carl Worth2009-10-20
* notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth2009-10-20
* notmuch: Revamp help message a bit.Carl Worth2009-10-19
* notmuch: Ignore files that don't look like email messages.Carl Worth2009-10-19
* notmuch: Reword the progress report slightly.Carl Worth2009-10-19
* Document which pieces of glib we're still using.Carl Worth2009-10-19
* notmuch: Ignore .notmuch when counting files.Carl Worth2009-10-19