notmuch 0.8.0

Rust interface and bindings for notmuch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extern crate dirs;
extern crate gethostname;
extern crate lettre;
extern crate lettre_email;
extern crate maildir;
extern crate notmuch;
extern crate tempfile;

mod fixtures;
#[cfg(feature = "v0_32")]
mod test_config;
mod test_database;
mod test_message;
mod test_query;
mod test_tags;
mod test_thread;