aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
Commit message (Expand)AuthorAge
* 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
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18
* Start a new top-level executable: notmuch.Carl Worth2009-10-17