aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-21notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierCarl Worth
2009-10-21notmuch_query_search: Clarify the documentation.Carl Worth
2009-10-21notmuch.h: Fix some copy-paste errors in the documentaton.Carl Worth
2009-10-21notmuch_message_get_message_id: Fix to cache resultCarl Worth
2009-10-21database: Add new notmuch_database_find_messageCarl Worth
2009-10-21Add notmuch_message_get_thread_ids functionCarl Worth
2009-10-21Add wrappers for regcomp and regexec to xutil.c.Carl Worth
2009-10-21Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth
2009-10-21Move find_prefix function from database.cc to message.ccCarl Worth
2009-10-21notmuch dump: Fix to print spaces between tags.Carl Worth
2009-10-21Convert notmuch_database_t to start using talloc.Carl Worth
2009-10-21Move declarations for xutil.c from notmuch-private to new xutil.h.Carl Worth
2009-10-21notmuch dump: Fix buffer overrun in error message.Carl Worth
2009-10-21notmuch setup: Collapse internal whitespace within message-idCarl Worth
2009-10-21notmuch dump: Fix the sorting of results.Carl Worth
2009-10-21add_message: Add a type:mail ("Kmail") term to all documents.Carl Worth
2009-10-21notmuch setup: Print a few protecting spaces after progress reports.Carl Worth
2009-10-20.gitignore: Ignore generated file Makefile.depCarl Worth
2009-10-20database: Remove two little bits of dead code.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-20Add destroy functions for results, message, and tags.Carl Worth
2009-10-20Rename our talloc destructor functions to _destructor.Carl Worth
2009-10-20Implement 'notmuch dump'.Carl Worth
2009-10-20Rename private notmuch_message_t to notmuch_message_file_tCarl Worth
2009-10-20Makefile: Add automatic dependency tracking to the Makefile.Carl Worth
2009-10-20notmuch: Fix setup so that accepting the default mail path works.Carl Worth
2009-10-20message: Use g_hash_table_destroy instead of g_hash_table_unrefCarl Worth
2009-10-20add_message: Fix memory leak of thread_ids GPtrArray.Carl Worth
2009-10-20database.cc: Document better pieces of glib that we're using.Carl Worth
2009-10-20message.c: Free leaked memory in notmuch_message objectCarl Worth
2009-10-20notmuch: Use GNU libc getline() instead of glib GIOChannelCarl Worth
2009-10-20notmuch_database_open: Fix error message for file-not-found.Carl 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-20notmuch_message_get_header: Fix bogus return of NULL header.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-19Protect definition of _GNU_SOURCE.Carl Worth
2009-10-19Remove test programs, xapian-dump and notmuch-index-messageCarl Worth
2009-10-19notmuch: Reword the progress report slightly.Carl Worth
2009-10-19Rework message parsing to use getline rather than mmap.Carl Worth
2009-10-19Don't hash headers we won't end up using.Carl Worth
2009-10-19Document which pieces of glib we're still using.Carl Worth
2009-10-19Hook up our fancy new notmuch_parse_date function.Carl Worth
2009-10-19notmuch_parse_date: Handle a NULL date string gracefully.Carl Worth
2009-10-19date.c: Rename function to notmuch_parse_dateCarl Worth
2009-10-19date.c: Add hard-coded definition of HAVE_TIMEZONECarl Worth
2009-10-19date.c: Don't use glib's slice allocator.Carl Worth
2009-10-19date.c: Remove occurrences of gboolean.Carl Worth