| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 |
| | | |||
| * | I think these are actually Send'able, but certainly no Sync | Dirk Van Haerenborgh | 2018-04-13 |
| | | |||
| * | Fix enum name for unsorted sorting | rhn | 2018-04-13 |
| | | |||
| * | Make 0.26 functions available after setting "0.26" config | rhn | 2018-04-13 |
| | | |||
| * | Add Directory::child_directories | 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 |
| | | |||
| * | fix the iterators | Dirk Van Haerenborgh | 2018-03-27 |
| | | |||
| * | also export error | Dirk Van Haerenborgh | 2018-03-27 |
| | | |||
| * | threads: oldest and newest date | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | return filenames as path | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | lifetime parameters are cool | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | get thread authors and subject | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | wip | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | the iterator can handle null pointers | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | do not export all modules, just the structs | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | filenames iterator | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | oops | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | cleanup | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | thread: count messages and files | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | improve lifetime definitions | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | count threads and messages | Dirk Van Haerenborgh | 2018-03-23 |
| | | |||
| * | search threads | 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 |
| | | |||
| * | slightly better interface, but still returning a null pointer... | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | test messages return value | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | search messages | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | fix query constructor | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | correct lifetime for query | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | implement drop for query | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | create query | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | thread stub | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | get notmuch db revision | Dirk Van Haerenborgh | 2018-03-22 |
| | | |||
| * | Update ffi interface | Dirk Van Haerenborgh | 2018-03-21 |
| | | | | | | | Most of this is plain copied from https://github.com/Stebalien/notmuch-sys. At some point, I would like to split this up again, but not right now. | ||
| * | add debug trait to database | Dirk Van Haerenborgh | 2018-03-20 |
| | | |||
| * | fix infinite recursion | Dirk Van Haerenborgh | 2018-03-20 |
| | | |||
| * | fix some compiler warning regarding opaque structs | Dirk Van Haerenborgh | 2018-03-20 |
| | | |||
| * | resurrect | Dirk Van Haerenborgh | 2018-03-20 |
| | | |||
| * | Rename Notmuch enum types. | C. Morgan Hamill | 2015-03-31 |
| | | | | | | Remove the 'Notmuch' prefix, as it pollutes the generated documentation. It's rendundant, anyhow. | ||
| * | Add `Database::directory()` method. | C. Morgan Hamill | 2015-03-31 |
| | | | | | | Simple wrapper around notmuch API's `notmuch_database_get_directory` function. | ||
| * | Add directory module and `Directory` type. | C. Morgan Hamill | 2015-03-31 |
| | | | | | Wrapper type for `ffi::notmuch_directory_t` pointer. | ||
