summaryrefslogtreecommitdiff
path: root/lib/message.cc
AgeCommit message (Expand)Author
2017-03-19lib/message.cc: fix Coverity finding (use after free)Tomi Ollila
2016-09-21lib: basic message-property APIDavid Bremner
2016-09-21lib: read "property" terms from messages.David Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2016-04-15complete ghost-on-removal-when-shared-thread-existsDaniel Kahn Gillmor
2016-04-15On deletion, replace with ghost when other active messages in threadDaniel Kahn Gillmor
2016-04-15Introduce _notmuch_message_has_term()Daniel Kahn Gillmor
2016-04-15fix thread breakage via ghost-on-removalDaniel Kahn Gillmor
2016-01-16clean up stray apostrophe in commentDaniel Kahn Gillmor
2016-01-16correct comment referring to notmuch_database_remove_messageDaniel Kahn Gillmor
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