aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.rs
Commit message (Collapse)AuthorAge
* I think these are actually Send'able, but certainly no SyncDirk Van Haerenborgh2018-04-13
|
* Add Directory::child_directoriesrhn2018-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
|
* message and thread iteratorsDirk Van Haerenborgh2018-03-23
|
* proper tags iteratorDirk Van Haerenborgh2018-03-23
|
* correct lifetime for queryDirk Van Haerenborgh2018-03-22
|
* Add directory module and `Directory` type.C. Morgan Hamill2015-03-31
Wrapper type for `ffi::notmuch_directory_t` pointer.