aboutsummaryrefslogtreecommitdiff
path: root/lib/message.cc
Commit message (Expand)AuthorAge
* lib: Treat messages in new/ as maildir messages with no flags setAustin Clements2012-06-10
* lib: Only synchronize maildir flags for messages in maildirsAustin Clements2012-06-10
* lib: Move _filename_is_in_maildirAustin Clements2012-06-10
* lib: Don't needlessly create directory docs in _notmuch_message_remove_filenameAustin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_filename_to_direntryAustin Clements2012-05-23
* tags_to_maildir_flags: Cleanup double assignementLouis Rilling2011-11-21
* lib: Kill last usage of C++ type boolLouis Rilling2011-11-21
* Store "from" and "subject" headers in the database.Austin Clements2011-11-14
* lib: make find_message{,by_filename) report errorsAli Polatel2011-10-04
* lib: Remove message document directly after removing the last file name.Austin Clements2011-09-23
* lib: Indicate if there are more filenames after removal.Austin Clements2011-09-23
* lib: Add missing status check in _notmuch_message_remove_filename.Austin Clements2011-09-12
* Fix folder: coherence issueMark Anderson2011-06-29
* fix sum moar typos [comments in source code]Pieter Praet2011-06-23
* Mark some structures in the library interface with visibility=default attribute.Carl Worth2011-05-11
* Remove some variables which were set but not used.Carl Worth2011-05-11
* Add the tag list to the unified message metadata pass.Austin Clements2011-03-21
* Add the file name list to the unified message metadata pass.Austin Clements2011-03-21
* Add a generic function to get a list of terms with some prefix.Austin Clements2011-03-21
* Implement an internal generic string list and use it.Austin Clements2011-03-21
* Use a single unified pass to fetch scalar message metadata.Austin Clements2011-03-21
* lib: Save and restore term position in message while indexing.Carl Worth2011-01-26
* Add support for folder-based searching.Carl Worth2011-01-15
* Correct some minor typos in a commentCarl Worth2011-01-15
* Optimize thread search using matched docid sets.Austin Clements2010-12-07
* lib: Fix missing initialization of status field.0.5Carl Worth2010-11-11
* lib: Add two missing static qualifiersCarl Worth2010-11-11
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsCarl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesCarl Worth2010-11-11
* maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Carl Worth2010-11-11
* Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyCarl Worth2010-11-11
* Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesCarl Worth2010-11-11
* lib: Add new, public notmuch_message_get_filenamesCarl Worth2010-11-11
* lib: Remove the notion of TAGS_INVALIDCarl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationCarl Worth2010-11-11
* lib: Remove the synchronization of 'T' flag with "deleted" tag.Carl Worth2010-11-11
* Make maildir synchronization configurableMichal Sojka2010-11-10
* Maildir synchronizationMichal Sojka2010-11-10
* lib: Eliminate some redundant includes of xapian.hCarl Worth2010-11-01
* Avoid database corruption by not adding partially-constructed mail documents.Carl Worth2010-06-04
* Fix misnamed function in internal documentation.Carl Worth2010-06-04
* Add authors member to messageDirk Hohndel2010-04-26
* lib: Silence a compiler warning.Carl Worth2010-03-09
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* Switch from random to sequential thread identifiers.Carl Worth2010-02-09
* lib: Add non-content terms with a WDF value of 0.Carl Worth2010-01-09
* lib: Split the database upgrade into two phases for safer operation.Carl Worth2010-01-09
* lib: Implement versioning in the database and provide upgrade function.Carl Worth2010-01-07