summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-23sha1: Add new notmuch_sha1_of_string functionCarl Worth
2009-10-23notmuch restore: Print names of tags that cannot be appliedCarl Worth
2009-10-23notmuch_tags_has_more: Fix to use string.empty rather than string.sizeCarl Worth
2009-10-23Fix notmuch_message_get_message_id to never return NULL.Carl Worth
2009-10-23add_message: Fix to not add multiple documents with the same message IDCarl Worth
2009-10-23Add _notmuch_message_create_for_message_idCarl Worth
2009-10-23Fix _notmuch_message_create to catch Xapian DocNotFoundError.Carl Worth
2009-10-23Add internal functions for manipulating a new notmuch_message_tCarl Worth
2009-10-23Add notmuch_message_get_filenameCarl Worth
2009-10-23add_message: Re-order the code a bit (find message-id first).Carl Worth
2009-10-23Move thread_id generation code from database.cc to message.ccCarl Worth
2009-10-23Move the _notmuch_message_sync from private to public interfacesCarl Worth
2009-10-23add_message: Rename message to message_fileCarl Worth
2009-10-22Prevent that last bug from reoccurring.Carl Worth
2009-10-22Don't forget the "to" header when restrict parsing to certain headersCarl Worth
2009-10-22Fix missing error check.Carl Worth
2009-10-22Generate message ID (using SHA1) when a mail message contains none.Carl Worth
2009-10-21Rename sha1.c to libsha1.cCarl Worth
2009-10-21Merge branch from fixing up bugs after bisecting.Carl Worth
2009-10-21Bring back the insert_thread_id function.Carl Worth
2009-10-21Fix lifetime-maintenance bug with std::string and c_str()Carl Worth
2009-10-21List a few more co-conspirators.Carl Worth
2009-10-21Add an AUTHORS file.Carl Worth
2009-10-21Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.Mikhail Gusarov
2009-10-21Add copy of GNU General Public License (version 3).Carl Worth
2009-10-21Add notmuch_status_to_string function.Carl Worth
2009-10-21Implement "notmuch restore".Carl Worth
2009-10-21Pull out a chomp_newline function from "notmuch setup"Carl Worth
2009-10-21Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth
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