summaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2015-08-13lib: Add per-message last modification trackingAustin Clements
2015-08-04lib: Only sync modified message documentsAustin Clements
2015-03-29lib: eliminate fprintf from _notmuch_message_file_openDavid Bremner
2015-03-29lib: replace almost all fprintfs in library with _n_d_logDavid Bremner
2015-03-29lib: add private function to extract the database for a message.David Bremner
2015-01-02lib: convert two "iterator copy strings" into references.David Bremner
2015-01-02lib: another iterator-temporary/stale-pointer bugDavid Bremner
2014-10-25lib: Internal support for querying and creating ghost messagesAustin Clements
2014-10-25lib: Introduce macros for bit operationsAustin Clements
2014-10-11lib: Handle empty date valueAustin Clements
2014-10-11lib: Move message ID compression to _notmuch_message_create_for_message_idAustin Clements
2014-09-24lib: actually return failures from notmuch_message_tags_to_maildir_flagsJani Nikula
2014-08-30lib: Return an error from operations that require an upgradeAustin Clements
2014-08-30lib: Support empty header values in databaseAustin Clements
2014-08-05lib: Improve documentation of _notmuch_message_create_for_message_idAustin Clements
2014-08-04lib: Invalidate message metadata in _notmuch_message_gen_termsAustin Clements
2014-07-13lib: Start all function names in notmuch-private.h withCharles Celerier
2014-06-18lib: Separate all phrases indexed by _notmuch_message_gen_termsAustin Clements
2014-03-11lib: make folder: prefix literalJani Nikula
2014-03-11lib: add support for path: prefix searchesJani Nikula
2014-03-11lib: refactor folder term update after filename removalJani Nikula
2014-01-18lib: fix error handlingTomi Valkeinen
2013-09-03tags_to_maildir_flags: Don't rename if no flags changeLouis Rilling
2013-05-03lib/message.cc: stale pointer bug (v3)Vladimir Marek
2013-02-18lib: Separate list of all messages from top-level messagesAustin Clements
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