aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
...
* 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
* notmuch: Fix setup so that accepting the default mail path works.Gravatar Carl Worth2009-10-20
* notmuch: Use GNU libc getline() instead of glib GIOChannelGravatar Carl Worth2009-10-20
* Add some explanation about NOTMUCH_BASE to setup_command.Gravatar Carl Worth2009-10-20
* notmuch_database_create/open: Fix to handle NULL as documented.Gravatar Carl Worth2009-10-20
* notmuch: Revamp help message a bit.Gravatar Carl Worth2009-10-19
* notmuch: Ignore files that don't look like email messages.Gravatar Carl Worth2009-10-19
* notmuch: Reword the progress report slightly.Gravatar Carl Worth2009-10-19
* Document which pieces of glib we're still using.Gravatar Carl Worth2009-10-19
* notmuch: Ignore .notmuch when counting files.Gravatar Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Gravatar Carl Worth2009-10-18
* Start a new top-level executable: notmuch.Gravatar Carl Worth2009-10-17