]> git.notmuchmail.org Git - notmuch/history - notmuch.c
notmuch restore: Fix leak of FILE* object.
[notmuch] / notmuch.c
2009-10-26 Carl Worthnotmuch restore: Fix leak of FILE* object.
2009-10-26 Carl WorthAdd an initial implementation of a notmuch_thread_t...
2009-10-26 Carl WorthRename notmuch_query_search to notmuch_query_search_mes...
2009-10-25 Carl WorthAdd -Wswitch-enum and fix warnings.
2009-10-25 Carl WorthAdd -Wmising-declarations and fix warnings.
2009-10-25 Carl WorthRe-enable the warning for unused parameters.
2009-10-25 Carl WorthAdd -Wextra and fix warnings.
2009-10-25 Carl WorthAdd an INTERNAL_ERROR macro and use it for all internal...
2009-10-25 Carl Worthnotmuch dump: Eliminate extra space in error message.
2009-10-25 Carl WorthMove read-only-archive hint from "notmuch setup" to...
2009-10-25 Carl WorthAdd a preliminary "notmuch search" command.
2009-10-25 Carl Worthnotmuch setup/new: Propagate failure from notmuch_datab...
2009-10-24 Carl WorthRevert "Remove some unneeded initializers."
2009-10-24 Carl WorthCut the enthusiasm a bit.
2009-10-24 Carl WorthMake "notmuch new" ignore directories that are read...
2009-10-23 Carl Worthadd_files: Pull one stat out of the recrusive function.
2009-10-23 Carl WorthMore fixing of plurals.
2009-10-23 Carl WorthMore care in final status reporting.
2009-10-23 Carl WorthPrint a better message than "0s" for zero seconds.
2009-10-23 Carl WorthAdd new "notmuch new" command.
2009-10-23 Carl Worthadd_files: Change to return a status value instead...
2009-10-23 Carl Worthnotmuch setup: Clean up the progress printing a bit.
2009-10-23 Carl WorthRemove some unneeded initializers.
2009-10-23 Carl Worthnotmuch setup: Fix a couple of error paths.
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthnotmuch restore: Print names of tags that cannot be...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-21 Carl WorthAdd notmuch_status_to_string function.
2009-10-21 Carl WorthImplement "notmuch restore".
2009-10-21 Carl WorthPull out a chomp_newline function from "notmuch setup"
2009-10-21 Carl Worthnotmuch dump: Fix to print spaces between tags.
2009-10-21 Carl Worthnotmuch dump: Fix buffer overrun in error message.
2009-10-21 Carl Worthnotmuch setup: Print a few protecting spaces after...
2009-10-21 Carl Worthquery: Remove the magic NOTMUCH_QUERY_ALL
2009-10-21 Carl Worthnotmuch dump: Free each message as it's used.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl Worthnotmuch: Fix setup so that accepting the default mail...
2009-10-20 Carl Worthnotmuch: Use GNU libc getline() instead of glib GIOChannel
2009-10-20 Carl WorthAdd some explanation about NOTMUCH_BASE to setup_command.
2009-10-20 Carl Worthnotmuch_database_create/open: Fix to handle NULL as...
2009-10-20 Carl Worthnotmuch: Revamp help message a bit.
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-20 Carl Worthnotmuch: Reword the progress report slightly.
2009-10-19 Carl WorthDocument which pieces of glib we're still using.
2009-10-19 Carl Worthnotmuch: Ignore .notmuch when counting files.
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.
2009-10-17 Carl WorthStart a new top-level executable: notmuch.