summaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2010-03-09lib: Silence a compiler warning.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-09Switch from random to sequential thread identifiers.Carl Worth
2010-01-09lib: Add non-content terms with a WDF value of 0.Carl Worth
2010-01-09lib: Split the database upgrade into two phases for safer operation.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-07notmuch_message_get_filename: Support old-style filename storage.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06database: Abstract _filename_to_direntry from _add_messageCarl Worth
2010-01-06database: Allowing storing multiple filenames for a single message ID.Carl Worth
2010-01-06database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth
2010-01-06lib: Abstract the extraction of a relative path from set_filenameCarl Worth
2009-11-28Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth
2009-11-27add missing comma in debugging codeDavid Bremner
2009-11-27message: add flags to notmuch_message_tBart Trojanowski
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-23fix notmuch-new bug when database path ends with a trailing /Bart Trojanowski
2009-11-22Catch and optionally print about exception at database->flush.Carl Worth
2009-11-22Add a missing print after catching an exception.Carl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-20add_message: Re-fix handling of non-mail files.Carl Worth
2009-11-20Avoid access of a Xapian iterator's object when there's nothing there.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17message_get_thread_id: Generate internal error if message has no thread ID.Carl Worth
2009-11-17Remove the talloc_owner argument from create_for_message_id.Carl Worth
2009-11-17get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth
2009-11-17Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Mikhail Gusarov
2009-11-15notmuch show: Implement proper thread ordering/nesting of messages.Carl Worth
2009-11-15Add _notmuch_message_get_in_reply_to.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth