index
:
mail
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Merge pull request #22 from eaon/develop
Dirk Van Haerenborgh
2018-12-23
|
\
|
*
Add Maildir flag / tag syncing
eaon
2018-12-22
*
|
Messages: test recursion
rhn
2018-12-23
|
/
*
silence compiler warnings
Dirk Van Haerenborgh
2018-12-20
*
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
*
re-add erroneously removed messages iterator
Dirk Van Haerenborgh
2018-12-15
*
Threads are only ever owned by a Query. Nothing else
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
*
Remove unnecessary (de)refs
eaon
2018-12-09
*
Edition 2018 hit stable 🙌
eaon
2018-12-09
*
Return Result<(), Status::NotmuchError> instead of Status
eaon
2018-11-21
*
Use the ? operator instead of the try! macro
eaon
2018-11-21
*
Match up Database::remove_message with Message::filename return type
eaon
2018-11-21
*
Merge pull request #11 from eaon/multi-arch-support
Dirk Van Haerenborgh
2018-11-20
|
\
|
*
If we get a i32 timestamp make sure we cast it to i64
eaon
2018-11-20
*
|
Add Database::remove_message
eaon
2018-11-19
|
/
*
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 StreamingIteratorExt for iterator types
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
*
start adding 'Ext' threads to enable more flexible supercow api
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
*
export the sort enum
Dirk Van Haerenborgh
2018-10-30
*
bind type param to lifetime
Dirk Van Haerenborgh
2018-10-29
*
export owner traits
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
*
make fields public
Dirk Van Haerenborgh
2018-10-06
*
prevent travis from building with features that are not available
Dirk Van Haerenborgh
2018-10-06
*
db revision is only available from 0.21 onwards
Dirk Van Haerenborgh
2018-10-06
*
remove unused imports
Dirk Van Haerenborgh
2018-10-06
*
fix ffi for db revision
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
[next]