]> git.notmuchmail.org Git - notmuch/history - lib/database.cc
lib: Perform the same transformation to _notmuch_database_find_directory_id
[notmuch] / lib / database.cc
2009-11-22 Carl Worthadd_message: Use sha-1 in place of overly long message ID.
2009-11-22 Carl Worthget_timestamp: Ensure that return value is 0 in case...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthPrint information about where Xapian exception occurred.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-20 Carl Worthadd_message: Re-fix handling of non-mail files.
2009-11-20 Carl Worthnotmuch_database_add_message: Add missing error-value...
2009-11-20 Carl Worthadd_message: Properly handle missing Message-ID once...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthlinke_message: Avoid segfault when In-Reply-to header...
2009-11-18 Carl Worthdatabase: Make _parse_message_id static once again.
2009-11-18 Carl Worthdatabase: Add "replyto" to the database schema document...
2009-11-18 Carl Worthdatabase: Rename "ref" prefix name to "reference"
2009-11-18 Carl Worthadd_message: Don't add any self-references to the database.
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-17 Carl WorthFix broken commit.
2009-11-17 Carl Worthadd_message: Avoid a memory leak when user holds on...
2009-11-16 Carl Worthdatabase: Fix a typo in a commit.
2009-11-16 Carl WorthExport _parse_message_id to the library implementation.
2009-11-12 Carl WorthDon't create "contact" terms in the database.
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.