aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/message.cc
Commit message (Expand)AuthorAge
* lib: Handle empty date valueGravatar Austin Clements2014-10-11
* lib: Move message ID compression to _notmuch_message_create_for_message_idGravatar Austin Clements2014-10-11
* lib: actually return failures from notmuch_message_tags_to_maildir_flagsGravatar Jani Nikula2014-09-24
* lib: Return an error from operations that require an upgradeGravatar Austin Clements2014-08-30
* lib: Support empty header values in databaseGravatar Austin Clements2014-08-30
* lib: Improve documentation of _notmuch_message_create_for_message_idGravatar Austin Clements2014-08-05
* lib: Invalidate message metadata in _notmuch_message_gen_termsGravatar Austin Clements2014-08-04
* lib: Start all function names in notmuch-private.h withGravatar Charles Celerier2014-07-13
* lib: Separate all phrases indexed by _notmuch_message_gen_termsGravatar Austin Clements2014-06-18
* lib: make folder: prefix literalGravatar Jani Nikula2014-03-11
* lib: add support for path: prefix searchesGravatar Jani Nikula2014-03-11
* lib: refactor folder term update after filename removalGravatar Jani Nikula2014-03-11
* lib: fix error handlingGravatar Tomi Valkeinen2014-01-18
* tags_to_maildir_flags: Don't rename if no flags changeGravatar Louis Rilling2013-09-03
* lib/message.cc: stale pointer bug (v3)Gravatar Vladimir Marek2013-05-03
* lib: Separate list of all messages from top-level messagesGravatar Austin Clements2013-02-18
* lib: fix warnings when building with clangGravatar Jani Nikula2012-12-01
* lib: Treat messages in new/ as maildir messages with no flags setGravatar Austin Clements2012-06-10
* lib: Only synchronize maildir flags for messages in maildirsGravatar Austin Clements2012-06-10
* lib: Move _filename_is_in_maildirGravatar Austin Clements2012-06-10
* lib: Don't needlessly create directory docs in _notmuch_message_remove_filenameGravatar Austin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_filename_to_direntryGravatar Austin Clements2012-05-23
* tags_to_maildir_flags: Cleanup double assignementGravatar Louis Rilling2011-11-21
* lib: Kill last usage of C++ type boolGravatar Louis Rilling2011-11-21
* Store "from" and "subject" headers in the database.Gravatar Austin Clements2011-11-14
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* lib: Remove message document directly after removing the last file name.Gravatar Austin Clements2011-09-23
* lib: Indicate if there are more filenames after removal.Gravatar Austin Clements2011-09-23
* lib: Add missing status check in _notmuch_message_remove_filename.Gravatar Austin Clements2011-09-12
* Fix folder: coherence issueGravatar Mark Anderson2011-06-29
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* Mark some structures in the library interface with visibility=default attribute.Gravatar Carl Worth2011-05-11
* Remove some variables which were set but not used.Gravatar Carl Worth2011-05-11
* Add the tag list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add the file name list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add a generic function to get a list of terms with some prefix.Gravatar Austin Clements2011-03-21
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* Use a single unified pass to fetch scalar message metadata.Gravatar Austin Clements2011-03-21
* lib: Save and restore term position in message while indexing.Gravatar Carl Worth2011-01-26
* Add support for folder-based searching.Gravatar Carl Worth2011-01-15
* Correct some minor typos in a commentGravatar Carl Worth2011-01-15
* Optimize thread search using matched docid sets.Gravatar Austin Clements2010-12-07
* lib: Fix missing initialization of status field.Gravatar Carl Worth2010-11-11
* lib: Add two missing static qualifiersGravatar Carl Worth2010-11-11
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Gravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Gravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesGravatar Carl Worth2010-11-11
* maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Gravatar Carl Worth2010-11-11
* Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyGravatar Carl Worth2010-11-11