aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Revert "link lifetime of message to Query"Dirk Van Haerenborgh2018-12-17
| | | | This reverts commit 0d510d55c4238ff0a1175985b27ca38c71a3cfc2.
* link lifetime of message to QueryDirk Van Haerenborgh2018-12-17
|
* Revert "Edition 2018 hit stable 🙌"Dirk Van Haerenborgh2018-12-15
| | | | This reverts commit b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2.
* re-add erroneously removed messages iteratorDirk Van Haerenborgh2018-12-15
|
* Threads are only ever owned by a Query. Nothing elseDirk Van Haerenborgh2018-12-15
|
* remove StreamingIterator again as the iterators don't actually have ↵Dirk Van Haerenborgh2018-12-14
| | | | ownership over items
* bump versionDirk Van Haerenborgh2018-12-13
|
* do not drop message and threadDirk Van Haerenborgh2018-12-13
|
* Merge branch 'eaon-edition-2018'Dirk Van Haerenborgh2018-12-13
|\
| * remove unneeded lifetime annotationsDirk Van Haerenborgh2018-12-13
| |
| * Remove unnecessary (de)refseaon2018-12-09
| |
| * Edition 2018 hit stable 🙌eaon2018-12-09
|/
* Merge pull request #15 from eaon/replace-status-with-resultDirk Van Haerenborgh2018-11-21
|\ | | | | Return Result<(), Status::NotmuchError> instead of Status
| * Return Result<(), Status::NotmuchError> instead of Statuseaon2018-11-21
|/
* Merge pull request #14 from eaon/new-try-syntaxDirk Van Haerenborgh2018-11-21
|\ | | | | Use the ? operator instead of the try! macro
| * Use the ? operator instead of the try! macroeaon2018-11-21
|/
* Merge pull request #13 from eaon/remove-messageDirk Van Haerenborgh2018-11-21
|\ | | | | Match up Database::remove_message with Message::filename return type
| * 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
| |
* | Merge pull request #12 from eaon/remove-messageDirk Van Haerenborgh2018-11-20
|\ \ | |/ |/| Add Database::remove_message
| * Add Database::remove_messageeaon2018-11-19
|/
* Merge pull request #10 from eaon/masterDirk Van Haerenborgh2018-11-12
|\ | | | | Switch to more legible `where` syntax
| * Switch to `where` syntaxeaon2018-11-12
| |
| * Simplify example in READMEeaon2018-11-12
|/
* bump versionDirk Van Haerenborgh2018-11-07
|
* 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
* bump versionDirk Van Haerenborgh2018-11-05
|
* update readmeDirk Van Haerenborgh2018-11-05
|
* compacter trait object notationsDirk Van Haerenborgh2018-11-05
|
* 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
|
* bump versionDirk Van Haerenborgh2018-11-02
|
* 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
* bump versionDirk Van Haerenborgh2018-11-01
|
* 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
|
* Merge pull request #5 from eaon/masterDirk Van Haerenborgh2018-10-20
|\ | | | | Add Message::tags
| * Add Message::tagseaon2018-10-20
|/
* Merge pull request #4 from rhn/masterDirk Van Haerenborgh2018-10-15
|\ | | | | Add Message::header
| * Add Message::headerrhn2018-10-15
|/