index
:
mail
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
message.rs
Commit message (
Expand
)
Author
Age
*
remove 'get_' from getter functions
Dirk Van Haerenborgh
2019-10-25
*
implement message_properties
Dirk Van Haerenborgh
2019-10-25
*
add scopeable version of message.freeze/thaw
Dirk Van Haerenborgh
2019-10-23
*
fix index_file and add freeze/thaw
Dirk Van Haerenborgh
2019-10-23
*
message: implement reindex
Dirk Van Haerenborgh
2019-10-18
*
message: minor cleanup
Dirk Van Haerenborgh
2019-10-18
*
Add Maildir flag / tag syncing
eaon
2018-12-22
*
remove ptr indirection
Dirk Van Haerenborgh
2018-12-20
*
do not require a mutable reference for getting message replies
Dirk Van Haerenborgh
2018-12-18
*
messages may depend on thread, not just query. But never on other messages
Dirk Van Haerenborgh
2018-12-17
*
Revert "link lifetime of message to Query"
Dirk Van Haerenborgh
2018-12-17
*
link lifetime of message to Query
Dirk Van Haerenborgh
2018-12-17
*
Revert "Edition 2018 hit stable 🙌"
Dirk Van Haerenborgh
2018-12-15
*
remove StreamingIterator again as the iterators don't actually have ownership...
Dirk Van Haerenborgh
2018-12-14
*
do not drop message and thread
Dirk Van Haerenborgh
2018-12-13
*
Edition 2018 hit stable 🙌
eaon
2018-12-09
*
Return Result<(), Status::NotmuchError> instead of Status
eaon
2018-11-21
*
If we get a i32 timestamp make sure we cast it to i64
eaon
2018-11-20
*
Switch to `where` syntax
eaon
2018-11-12
*
trust clippy and rustfmt
Dirk Van Haerenborgh
2018-11-07
*
Make Message::header return an Option in its Result (#9)
eaon
2018-11-06
*
rustfmt
Dirk Van Haerenborgh
2018-11-05
*
implement 'Ext' traits for all types exept iterators
Dirk Van Haerenborgh
2018-11-05
*
add MessageExt trait
Dirk Van Haerenborgh
2018-11-04
*
Add Message::{date,add_tag,remove_tag,remove_all_tags} and make clippy usable...
eaon
2018-11-02
*
improve lifetime management with supercow
Dirk Van Haerenborgh
2018-11-01
*
bind type param to lifetime
Dirk Van Haerenborgh
2018-10-29
*
fix lifetimes of tags
Dirk Van Haerenborgh
2018-10-29
*
more correct lifetimes
Dirk Van Haerenborgh
2018-10-25
*
some tries towards better lifetimes
Dirk Van Haerenborgh
2018-10-24
*
Add Message::tags
eaon
2018-10-20
*
Add Message::header
rhn
2018-10-15
*
more logical lifetime param structuring
Dirk Van Haerenborgh
2018-10-09
*
prevent travis from building with features that are not available
Dirk Van Haerenborgh
2018-10-06
*
cleanup & export db revision uuid
Dirk Van Haerenborgh
2018-10-06
*
make clippy happy
Dirk Van Haerenborgh
2018-04-17
*
make everything Send+Sync
Dirk Van Haerenborgh
2018-04-14
*
add missing lifetime parameters
Dirk Van Haerenborgh
2018-04-13
*
I think these are actually Send'able, but certainly no Sync
Dirk Van Haerenborgh
2018-04-13
*
Make 0.26 functions available after setting "0.26" config
rhn
2018-04-13
*
notmuch is not thread safe. do not let the user think it is
Dirk Van Haerenborgh
2018-04-12
*
make some types Send'able
Dirk Van Haerenborgh
2018-04-12
*
return filenames as path
Dirk Van Haerenborgh
2018-03-23
*
wip
Dirk Van Haerenborgh
2018-03-23
*
improve lifetime definitions
Dirk Van Haerenborgh
2018-03-23
*
message and thread iterators
Dirk Van Haerenborgh
2018-03-23
*
proper tags iterator
Dirk Van Haerenborgh
2018-03-23