aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* Edition 2018 hit stable 🙌eaon2018-12-09
|
* Return Result<(), Status::NotmuchError> instead of Statuseaon2018-11-21
|
* Use the ? operator instead of the try! macroeaon2018-11-21
|
* Match up Database::remove_message with Message::filename return typeeaon2018-11-21
|
* Merge pull request #11 from eaon/multi-arch-supportDirk Van Haerenborgh2018-11-20
|\ | | | | Make sure to cast time_t to i64 so that notmuch-rs works on 32 bit platforms too
| * If we get a i32 timestamp make sure we cast it to i64eaon2018-11-20
| |
* | Add Database::remove_messageeaon2018-11-19
|/
* Switch to `where` syntaxeaon2018-11-12
|
* trust clippy and rustfmtDirk Van Haerenborgh2018-11-07
|
* Make Message::header return an Option in its Result (#9)eaon2018-11-06
| | | | | | * Distinguishing between (non-)empty Message::header returns * Switch Message::header Ok result to use nicer match syntax
* rustfmtDirk Van Haerenborgh2018-11-05
|
* implement StreamingIteratorExt for iterator typesDirk Van Haerenborgh2018-11-05
|
* implement 'Ext' traits for all types exept iteratorsDirk Van Haerenborgh2018-11-05
|
* add MessageExt traitDirk Van Haerenborgh2018-11-04
|
* start adding 'Ext' threads to enable more flexible supercow apiDirk Van Haerenborgh2018-11-04
|
* Add Message::{date,add_tag,remove_tag,remove_all_tags} and make clippy ↵eaon2018-11-02
| | | | | | | | | | usable (#6) * Removing unnecessary lifetimes and borrows * Add Message::{date,add_tag,remove_tag,remove_all_tags} * Make sure clippy doesn't error out
* improve lifetime management with supercowDirk Van Haerenborgh2018-11-01
|
* export the sort enumDirk Van Haerenborgh2018-10-30
|
* bind type param to lifetimeDirk Van Haerenborgh2018-10-29
|
* export owner traitsDirk Van Haerenborgh2018-10-29
|
* fix lifetimes of tagsDirk Van Haerenborgh2018-10-29
|
* more correct lifetimesDirk Van Haerenborgh2018-10-25
|
* some tries towards better lifetimesDirk Van Haerenborgh2018-10-24
|
* Add Message::tagseaon2018-10-20
|
* Add Message::headerrhn2018-10-15
|
* more logical lifetime param structuringDirk Van Haerenborgh2018-10-09
|
* make fields publicDirk Van Haerenborgh2018-10-06
|
* prevent travis from building with features that are not availableDirk Van Haerenborgh2018-10-06
|
* db revision is only available from 0.21 onwardsDirk Van Haerenborgh2018-10-06
|
* remove unused importsDirk Van Haerenborgh2018-10-06
|
* fix ffi for db revisionDirk Van Haerenborgh2018-10-06
|
* cleanup & export db revision uuidDirk Van Haerenborgh2018-10-06
|
* make clippy happyDirk Van Haerenborgh2018-04-17
|
* make everything Send+SyncDirk Van Haerenborgh2018-04-14
|
* add missing lifetime parametersDirk Van Haerenborgh2018-04-13
|
* I think these are actually Send'able, but certainly no SyncDirk Van Haerenborgh2018-04-13
|
* Fix enum name for unsorted sortingrhn2018-04-13
|
* Make 0.26 functions available after setting "0.26" configrhn2018-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
|
* fix the iteratorsDirk Van Haerenborgh2018-03-27
|
* also export errorDirk Van Haerenborgh2018-03-27
|
* threads: oldest and newest dateDirk Van Haerenborgh2018-03-23
|
* return filenames as pathDirk Van Haerenborgh2018-03-23
|
* lifetime parameters are coolDirk Van Haerenborgh2018-03-23
|
* get thread authors and subjectDirk Van Haerenborgh2018-03-23
|
* wipDirk Van Haerenborgh2018-03-23
|
* the iterator can handle null pointersDirk Van Haerenborgh2018-03-23
|
* do not export all modules, just the structsDirk Van Haerenborgh2018-03-23
|