aboutsummaryrefslogtreecommitdiff
path: root/lib/message.cc
Commit message (Expand)AuthorAge
...
* lib: Consolidate checks for read-only database.Carl Worth2010-01-07
* notmuch_message_get_filename: Support old-style filename storage.Carl Worth2010-01-07
* lib: Implement new notmuch_directory_t API.Carl Worth2010-01-06
* database: Abstract _filename_to_direntry from _add_messageCarl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Carl Worth2010-01-06
* database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth2010-01-06
* lib: Abstract the extraction of a relative path from set_filenameCarl Worth2010-01-06
* Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth2009-11-28
* add missing comma in debugging codeDavid Bremner2009-11-27
* message: add flags to notmuch_message_tBart Trojanowski2009-11-27
* notmuch: New function to retrieve all tags from the database.Jan Janak2009-11-26
* fix notmuch-new bug when database path ends with a trailing /Bart Trojanowski2009-11-23
* Catch and optionally print about exception at database->flush.Carl Worth2009-11-22
* Add a missing print after catching an exception.Carl Worth2009-11-22
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Chris Wilson2009-11-21
* add_message: Re-fix handling of non-mail files.Carl Worth2009-11-20
* Avoid access of a Xapian iterator's object when there's nothing there.Carl Worth2009-11-20
* TypsosIngmar Vanhassel2009-11-18
* Fix "too many open files" bug by closing message files when done with them.Keith Packard2009-11-17
* message_get_thread_id: Generate internal error if message has no thread ID.Carl Worth2009-11-17
* Remove the talloc_owner argument from create_for_message_id.Carl Worth2009-11-17
* get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth2009-11-17
* Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Mikhail Gusarov2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth2009-11-15
* Add _notmuch_message_get_in_reply_to.Carl Worth2009-11-15
* libify: Move library sources down into lib directory.Carl Worth2009-11-09