summaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2011-09-23lib: Remove message document directly after removing the last file name.Austin Clements
2011-09-23lib: Indicate if there are more filenames after removal.Austin Clements
2011-09-12lib: Add missing status check in _notmuch_message_remove_filename.Austin Clements
2011-06-29Fix folder: coherence issueMark Anderson
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
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