aboutsummaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-05-11Remove some variables which were set but not used.Carl Worth
2011-03-21Add the tag list to the unified message metadata pass.Austin Clements
2011-03-21Add the file name list to the unified message metadata pass.Austin Clements
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-03-21Use a single unified pass to fetch scalar message metadata.Austin Clements
2011-01-26lib: Save and restore term position in message while indexing.Carl Worth
2011-01-15Add support for folder-based searching.Carl Worth
2011-01-15Correct some minor typos in a commentCarl Worth
2010-12-07Optimize thread search using matched docid sets.Austin Clements
2010-11-11lib: Fix missing initialization of status field.0.5Carl Worth
2010-11-11lib: Add two missing static qualifiersCarl Worth
2010-11-11tags_to_maildir_flags: Fix to preserve existing, unsupported flagsCarl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Carl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesCarl Worth
2010-11-11maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Carl Worth
2010-11-11Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyCarl Worth
2010-11-11Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesCarl Worth
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth
2010-11-11lib: Remove the notion of TAGS_INVALIDCarl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11lib: Remove the synchronization of 'T' flag with "deleted" tag.Carl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-10Maildir synchronizationMichal Sojka
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-06-04Avoid database corruption by not adding partially-constructed mail documents.Carl Worth
2010-06-04Fix misnamed function in internal documentation.Carl Worth
2010-04-26Add authors member to messageDirk Hohndel
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