summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix _notmuch_message_create to catch Xapian DocNotFoundError.Carl Worth2009-10-23
* Add internal functions for manipulating a new notmuch_message_tCarl Worth2009-10-23
* Add notmuch_message_get_filenameCarl Worth2009-10-23
* add_message: Re-order the code a bit (find message-id first).Carl Worth2009-10-23
* Move thread_id generation code from database.cc to message.ccCarl Worth2009-10-23
* Move the _notmuch_message_sync from private to public interfacesCarl Worth2009-10-23
* add_message: Rename message to message_fileCarl Worth2009-10-23
* Prevent that last bug from reoccurring.Carl Worth2009-10-22
* Don't forget the "to" header when restrict parsing to certain headersCarl Worth2009-10-22
* Fix missing error check.Carl Worth2009-10-22
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22
* Rename sha1.c to libsha1.cCarl Worth2009-10-21
*-. Merge branch from fixing up bugs after bisecting.Carl Worth2009-10-21
|\ \
| | * Bring back the insert_thread_id function.Carl Worth2009-10-21
| * | Fix lifetime-maintenance bug with std::string and c_str()Carl Worth2009-10-21
* | | List a few more co-conspirators.Carl Worth2009-10-21
* | | Add an AUTHORS file.Carl Worth2009-10-21
* | | Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation.Mikhail Gusarov2009-10-21
* | | Add copy of GNU General Public License (version 3).Carl Worth2009-10-21
* | | 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
* | | Add notmuch_message_add_tag and notmuch_message_remove_tagCarl Worth2009-10-21
* | | notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlierCarl Worth2009-10-21
* | | notmuch_query_search: Clarify the documentation.Carl Worth2009-10-21
* | | notmuch.h: Fix some copy-paste errors in the documentaton.Carl Worth2009-10-21
* | | notmuch_message_get_message_id: Fix to cache resultCarl Worth2009-10-21
| |/ |/|
* | database: Add new notmuch_database_find_messageCarl Worth2009-10-21
|/
* Add notmuch_message_get_thread_ids functionCarl Worth2009-10-21
* Add wrappers for regcomp and regexec to xutil.c.Carl Worth2009-10-21
* Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAXCarl Worth2009-10-21
* Move find_prefix function from database.cc to message.ccCarl Worth2009-10-21
* notmuch dump: Fix to print spaces between tags.Carl Worth2009-10-21
* Convert notmuch_database_t to start using talloc.Carl Worth2009-10-21
* Move declarations for xutil.c from notmuch-private to new xutil.h.Carl Worth2009-10-21
* notmuch dump: Fix buffer overrun in error message.Carl Worth2009-10-21
* notmuch setup: Collapse internal whitespace within message-idCarl Worth2009-10-21
* notmuch dump: Fix the sorting of results.Carl Worth2009-10-21
* add_message: Add a type:mail ("Kmail") term to all documents.Carl Worth2009-10-21
* notmuch setup: Print a few protecting spaces after progress reports.Carl Worth2009-10-21
* .gitignore: Ignore generated file Makefile.depCarl Worth2009-10-20
* database: Remove two little bits of dead code.Carl Worth2009-10-20
* query: Remove the magic NOTMUCH_QUERY_ALLCarl Worth2009-10-20
* notmuch dump: Free each message as it's used.Carl Worth2009-10-20
* Add destroy functions for results, message, and tags.Carl Worth2009-10-20
* Rename our talloc destructor functions to _destructor.Carl Worth2009-10-20
* Implement 'notmuch dump'.Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tCarl Worth2009-10-20
* Makefile: Add automatic dependency tracking to the Makefile.Carl Worth2009-10-20
* notmuch: Fix setup so that accepting the default mail path works.Carl Worth2009-10-20