]> git.notmuchmail.org Git - notmuch/history - lib/message.cc
vim: fix message parsing patterns
[notmuch] / lib / message.cc
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.