| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_get_version()`
function.
|
| |
|
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_get_path()`
function.
|
| |
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_close()` function.
|
| |
|
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_destroy()`
function.
|
| |
|
|
|
| |
Not so simple wrapper around notmuch API's `notmuch_database_compact()`
function. Variants with and without a callback parameter are provided.
|
| |
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_open()` function.
|
| |
|
|
|
| |
Simple wrapper around notmuch API's `notmuch_database_create()`
function.
|
|
|
Add `database::Database`, `database::Version`, and `database::Mode`
types.
|