aboutsummaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2012-12-01lib: fix warnings when building with clangJani Nikula
2012-06-10lib: Treat messages in new/ as maildir messages with no flags setAustin Clements
2012-06-10lib: Only synchronize maildir flags for messages in maildirsAustin Clements
2012-06-10lib: Move _filename_is_in_maildirAustin Clements
2012-05-23lib: Don't needlessly create directory docs in _notmuch_message_remove_filenameAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_filename_to_direntryAustin Clements
2011-11-21tags_to_maildir_flags: Cleanup double assignementLouis Rilling
2011-11-21lib: Kill last usage of C++ type boolLouis Rilling
2011-11-14Store "from" and "subject" headers in the database.Austin Clements
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