]> git.notmuchmail.org Git - notmuch/history - lib/message.cc
Switch from random to sequential thread identifiers.
[notmuch] / lib / message.cc
2010-02-09 Carl WorthSwitch from random to sequential thread identifiers.
2010-01-09 Carl Worthlib: Add non-content terms with a WDF value of 0.
2010-01-09 Carl Worthlib: Split the database upgrade into two phases for...
2010-01-08 Carl Worthlib: Implement versioning in the database and provide...
2010-01-07 Carl Worthlib: Consolidate checks for read-only database.
2010-01-07 Carl Worthnotmuch_message_get_filename: Support old-style filenam...
2010-01-06 Carl Worthlib: Implement new notmuch_directory_t API.
2010-01-06 Carl Worthdatabase: Abstract _filename_to_direntry from _add_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2010-01-06 Carl Worthlib: Abstract the extraction of a relative path from...
2009-11-28 Carl WorthAvoid bogus internal error reporting duplicate In-Reply...
2009-11-28 David Bremneradd missing comma in debugging code
2009-11-28 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaknotmuch: New function to retrieve all tags from the...
2009-11-25 Bart TrojanowskiMerge branch 'show-matching-flag' into HEAD
2009-11-25 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-23 Bart Trojanowskifix notmuch-new bug when database path ends with a...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthAdd a missing print after catching an exception.
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 WorthAvoid access of a Xapian iterator's object when there...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl Worthmessage_get_thread_id: Generate internal error if messa...
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-18 Carl Worthget_in_reply_to: Implement via the database, not by...
2009-11-17 Mikhail GusarovInclude <stdint.h> to get uint32_t in C++ file with...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-16 Carl WorthAdd _notmuch_message_get_in_reply_to.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.