aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
AgeCommit message (Expand)Author
2009-10-26add_message: Add an optional parameter for getting the just-added message.Carl Worth
2009-10-26Fix incorrect name of _notmuch_thread_get_subject.Carl Worth
2009-10-26Add public notmuch_thread_get_subjectCarl Worth
2009-10-26Remove all calls to g_strdup_printfCarl Worth
2009-10-26Add notmuch_thread_get_tagsCarl Worth
2009-10-26tags: Re-implement tags iterator to avoid having C++ in the interfaceCarl Worth
2009-10-26notmuch restore: Fix leak of FILE* object.Carl Worth
2009-10-25Add an initial implementation of a notmuch_thread_t object.Carl Worth
2009-10-25Rename notmuch_query_search to notmuch_query_search_messagesCarl Worth
2009-10-25Add -Wswitch-enum and fix warnings.Carl Worth
2009-10-25Add -Wmising-declarations and fix warnings.Carl Worth
2009-10-25Re-enable the warning for unused parameters.Carl Worth
2009-10-25Add -Wextra and fix warnings.Carl Worth
2009-10-25Add an INTERNAL_ERROR macro and use it for all internal errors.Carl Worth
2009-10-25notmuch dump: Eliminate extra space in error message.Carl Worth
2009-10-25Move read-only-archive hint from "notmuch setup" to "notmuch new"Carl Worth
2009-10-24Add a preliminary "notmuch search" command.Carl Worth
2009-10-24notmuch setup/new: Propagate failure from notmuch_database_set_timestampCarl Worth
2009-10-24Revert "Remove some unneeded initializers."Carl Worth
2009-10-23Cut the enthusiasm a bit.Carl Worth
2009-10-23Make "notmuch new" ignore directories that are read-only.Carl Worth
2009-10-23add_files: Pull one stat out of the recrusive function.Carl Worth
2009-10-23More fixing of plurals.Carl Worth
2009-10-23More care in final status reporting.Carl Worth
2009-10-23Print a better message than "0s" for zero seconds.Carl Worth
2009-10-23Add new "notmuch new" command.Carl Worth
2009-10-23add_files: Change to return a status value instead of voidCarl Worth
2009-10-23notmuch setup: Clean up the progress printing a bit.Carl Worth
2009-10-23Remove some unneeded initializers.Carl Worth
2009-10-23notmuch setup: Fix a couple of error paths.Carl Worth
2009-10-23Add notmuch_database_set_timestamp and notmuch_database_get_timestampCarl Worth
2009-10-23notmuch restore: Print names of tags that cannot be appliedCarl Worth
2009-10-21Add notmuch_status_to_string function.Carl Worth
2009-10-21Implement "notmuch restore".Carl Worth
2009-10-21Pull out a chomp_newline function from "notmuch setup"Carl Worth
2009-10-21notmuch dump: Fix to print spaces between tags.Carl Worth
2009-10-21notmuch dump: Fix buffer overrun in error message.Carl Worth
2009-10-21notmuch setup: Print a few protecting spaces after progress reports.Carl Worth
2009-10-20query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth
2009-10-20notmuch dump: Free each message as it's used.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth
2009-10-20notmuch: Fix setup so that accepting the default mail path works.Carl Worth
2009-10-20notmuch: Use GNU libc getline() instead of glib GIOChannelCarl Worth
2009-10-20Add some explanation about NOTMUCH_BASE to setup_command.Carl Worth
2009-10-20notmuch_database_create/open: Fix to handle NULL as documented.Carl Worth
2009-10-19notmuch: Revamp help message a bit.Carl Worth
2009-10-19notmuch: Ignore files that don't look like email messages.Carl Worth
2009-10-19notmuch: Reword the progress report slightly.Carl Worth
2009-10-19Document which pieces of glib we're still using.Carl Worth
2009-10-19notmuch: Ignore .notmuch when counting files.Carl Worth