aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Rename sha1.c to libsha1.cGravatar Carl Worth2009-10-21
*-. Merge branch from fixing up bugs after bisecting.Gravatar Carl Worth2009-10-21
|\ \
| | * Bring back the insert_thread_id function.Gravatar Carl Worth2009-10-21
| * | Fix lifetime-maintenance bug with std::string and c_str()Gravatar Carl Worth2009-10-21
* | | List a few more co-conspirators.Gravatar Carl Worth2009-10-21
* | | Add an AUTHORS file.Gravatar Carl Worth2009-10-21
* | | Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.Gravatar Mikhail Gusarov2009-10-21
* | | Add copy of GNU General Public License (version 3).Gravatar Carl Worth2009-10-21
* | | 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
* | | Add notmuch_message_add_tag and notmuch_message_remove_tagGravatar Carl Worth2009-10-21
* | | notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierGravatar Carl Worth2009-10-21
* | | notmuch_query_search: Clarify the documentation.Gravatar Carl Worth2009-10-21
* | | notmuch.h: Fix some copy-paste errors in the documentaton.Gravatar Carl Worth2009-10-21
* | | notmuch_message_get_message_id: Fix to cache resultGravatar Carl Worth2009-10-21
| |/ |/|
* | database: Add new notmuch_database_find_messageGravatar Carl Worth2009-10-21
|/
* Add notmuch_message_get_thread_ids functionGravatar Carl Worth2009-10-21
* Add wrappers for regcomp and regexec to xutil.c.Gravatar Carl Worth2009-10-21
* Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXGravatar Carl Worth2009-10-21
* Move find_prefix function from database.cc to message.ccGravatar Carl Worth2009-10-21
* notmuch dump: Fix to print spaces between tags.Gravatar Carl Worth2009-10-21
* Convert notmuch_database_t to start using talloc.Gravatar Carl Worth2009-10-21
* Move declarations for xutil.c from notmuch-private to new xutil.h.Gravatar Carl Worth2009-10-21
* notmuch dump: Fix buffer overrun in error message.Gravatar Carl Worth2009-10-21
* notmuch setup: Collapse internal whitespace within message-idGravatar Carl Worth2009-10-21
* notmuch dump: Fix the sorting of results.Gravatar Carl Worth2009-10-21
* add_message: Add a type:mail ("Kmail") term to all documents.Gravatar Carl Worth2009-10-21
* notmuch setup: Print a few protecting spaces after progress reports.Gravatar Carl Worth2009-10-21
* .gitignore: Ignore generated file Makefile.depGravatar Carl Worth2009-10-20
* database: Remove two little bits of dead code.Gravatar Carl Worth2009-10-20
* 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
* Add destroy functions for results, message, and tags.Gravatar Carl Worth2009-10-20
* Rename our talloc destructor functions to _destructor.Gravatar Carl Worth2009-10-20
* Implement 'notmuch dump'.Gravatar Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tGravatar Carl Worth2009-10-20
* Makefile: Add automatic dependency tracking to the Makefile.Gravatar Carl Worth2009-10-20
* notmuch: Fix setup so that accepting the default mail path works.Gravatar Carl Worth2009-10-20
* message: Use g_hash_table_destroy instead of g_hash_table_unrefGravatar Carl Worth2009-10-20
* add_message: Fix memory leak of thread_ids GPtrArray.Gravatar Carl Worth2009-10-20
* database.cc: Document better pieces of glib that we're using.Gravatar Carl Worth2009-10-20
* message.c: Free leaked memory in notmuch_message objectGravatar Carl Worth2009-10-20
* notmuch: Use GNU libc getline() instead of glib GIOChannelGravatar Carl Worth2009-10-20
* notmuch_database_open: Fix error message for file-not-found.Gravatar 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_message_get_header: Fix bogus return of NULL header.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