aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/message.cc
Commit message (Expand)AuthorAge
...
* Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesGravatar Carl Worth2010-11-11
* lib: Add new, public notmuch_message_get_filenamesGravatar Carl Worth2010-11-11
* lib: Remove the notion of TAGS_INVALIDGravatar Carl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* lib: Remove the synchronization of 'T' flag with "deleted" tag.Gravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* Maildir synchronizationGravatar Michal Sojka2010-11-10
* lib: Eliminate some redundant includes of xapian.hGravatar Carl Worth2010-11-01
* Avoid database corruption by not adding partially-constructed mail documents.Gravatar Carl Worth2010-06-04
* Fix misnamed function in internal documentation.Gravatar Carl Worth2010-06-04
* Add authors member to messageGravatar Dirk Hohndel2010-04-26
* lib: Silence a compiler warning.Gravatar Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* Switch from random to sequential thread identifiers.Gravatar Carl Worth2010-02-09
* lib: Add non-content terms with a WDF value of 0.Gravatar Carl Worth2010-01-09
* lib: Split the database upgrade into two phases for safer operation.Gravatar Carl Worth2010-01-09
* lib: Implement versioning in the database and provide upgrade function.Gravatar Carl Worth2010-01-07
* lib: Consolidate checks for read-only database.Gravatar Carl Worth2010-01-07
* notmuch_message_get_filename: Support old-style filename storage.Gravatar Carl Worth2010-01-07
* lib: Implement new notmuch_directory_t API.Gravatar Carl Worth2010-01-06
* database: Abstract _filename_to_direntry from _add_messageGravatar Carl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Gravatar Carl Worth2010-01-06
* database: Store mail filename as a new 'direntry' term, not as 'data'.Gravatar Carl Worth2010-01-06
* lib: Abstract the extraction of a relative path from set_filenameGravatar Carl Worth2010-01-06
* Avoid bogus internal error reporting duplicate In-Reply-To IDs.Gravatar Carl Worth2009-11-28
* add missing comma in debugging codeGravatar David Bremner2009-11-27
* message: add flags to notmuch_message_tGravatar Bart Trojanowski2009-11-27
* notmuch: New function to retrieve all tags from the database.Gravatar Jan Janak2009-11-26
* fix notmuch-new bug when database path ends with a trailing /Gravatar Bart Trojanowski2009-11-23
* Catch and optionally print about exception at database->flush.Gravatar Carl Worth2009-11-22
* Add a missing print after catching an exception.Gravatar Carl Worth2009-11-22
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* add_message: Re-fix handling of non-mail files.Gravatar Carl Worth2009-11-20
* Avoid access of a Xapian iterator's object when there's nothing there.Gravatar Carl Worth2009-11-20
* TypsosGravatar Ingmar Vanhassel2009-11-18
* Fix "too many open files" bug by closing message files when done with them.Gravatar Keith Packard2009-11-17
* message_get_thread_id: Generate internal error if message has no thread ID.Gravatar Carl Worth2009-11-17
* Remove the talloc_owner argument from create_for_message_id.Gravatar Carl Worth2009-11-17
* get_in_reply_to: Implement via the database, not by opening mail file.Gravatar Carl Worth2009-11-17
* Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Gravatar Mikhail Gusarov2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Gravatar Carl Worth2009-11-15
* Add _notmuch_message_get_in_reply_to.Gravatar Carl Worth2009-11-15
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09