aboutsummaryrefslogtreecommitdiffstats
path: root/src/message.rs
Commit message (Expand)AuthorAge
* remove 'get_' from getter functionsDirk Van Haerenborgh2019-10-25
* implement message_propertiesDirk Van Haerenborgh2019-10-25
* add scopeable version of message.freeze/thawDirk Van Haerenborgh2019-10-23
* fix index_file and add freeze/thawDirk Van Haerenborgh2019-10-23
* message: implement reindexDirk Van Haerenborgh2019-10-18
* message: minor cleanupDirk Van Haerenborgh2019-10-18
* Add Maildir flag / tag syncingeaon2018-12-22
* remove ptr indirectionDirk Van Haerenborgh2018-12-20
* do not require a mutable reference for getting message repliesDirk Van Haerenborgh2018-12-18
* messages may depend on thread, not just query. But never on other messagesDirk Van Haerenborgh2018-12-17
* Revert "link lifetime of message to Query"Dirk Van Haerenborgh2018-12-17
* link lifetime of message to QueryDirk Van Haerenborgh2018-12-17
* Revert "Edition 2018 hit stable 🙌"Dirk Van Haerenborgh2018-12-15
* remove StreamingIterator again as the iterators don't actually have ownership...Dirk Van Haerenborgh2018-12-14
* do not drop message and threadDirk Van Haerenborgh2018-12-13
* Edition 2018 hit stable 🙌eaon2018-12-09
* Return Result<(), Status::NotmuchError> instead of Statuseaon2018-11-21
* If we get a i32 timestamp make sure we cast it to i64eaon2018-11-20
* Switch to `where` syntaxeaon2018-11-12
* trust clippy and rustfmtDirk Van Haerenborgh2018-11-07
* Make Message::header return an Option in its Result (#9)eaon2018-11-06
* rustfmtDirk Van Haerenborgh2018-11-05
* implement 'Ext' traits for all types exept iteratorsDirk Van Haerenborgh2018-11-05
* add MessageExt traitDirk Van Haerenborgh2018-11-04
* Add Message::{date,add_tag,remove_tag,remove_all_tags} and make clippy usable...eaon2018-11-02
* improve lifetime management with supercowDirk Van Haerenborgh2018-11-01
* bind type param to lifetimeDirk Van Haerenborgh2018-10-29
* fix lifetimes of tagsDirk Van Haerenborgh2018-10-29
* more correct lifetimesDirk Van Haerenborgh2018-10-25
* some tries towards better lifetimesDirk Van Haerenborgh2018-10-24
* Add Message::tagseaon2018-10-20
* Add Message::headerrhn2018-10-15
* more logical lifetime param structuringDirk Van Haerenborgh2018-10-09
* prevent travis from building with features that are not availableDirk Van Haerenborgh2018-10-06
* cleanup & export db revision uuidDirk Van Haerenborgh2018-10-06
* make clippy happyDirk Van Haerenborgh2018-04-17
* make everything Send+SyncDirk Van Haerenborgh2018-04-14
* add missing lifetime parametersDirk Van Haerenborgh2018-04-13
* I think these are actually Send'able, but certainly no SyncDirk Van Haerenborgh2018-04-13
* Make 0.26 functions available after setting "0.26" configrhn2018-04-13
* notmuch is not thread safe. do not let the user think it isDirk Van Haerenborgh2018-04-12
* make some types Send'ableDirk Van Haerenborgh2018-04-12
* return filenames as pathDirk Van Haerenborgh2018-03-23
* wipDirk Van Haerenborgh2018-03-23
* improve lifetime definitionsDirk Van Haerenborgh2018-03-23
* message and thread iteratorsDirk Van Haerenborgh2018-03-23
* proper tags iteratorDirk Van Haerenborgh2018-03-23