aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
Commit message (Expand)AuthorAge
* 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