| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | make clippy happy | Dirk Van Haerenborgh | 2019-11-16 |
| | | |||
| * | less unwraps | Dirk Van Haerenborgh | 2019-11-16 |
| | | |||
| * | more tests for message | Dirk Van Haerenborgh | 2019-11-15 |
| | | |||
| * | add more tests | Dirk Van Haerenborgh | 2019-11-14 |
| | | |||
| * | port tests from notmuch-python-cffi | Dirk Van Haerenborgh | 2019-11-13 |
| | | |||
| * | remove 'get_' from getter functions | Dirk Van Haerenborgh | 2019-10-25 |
| | | |||
| * | limit visibility of 'from_ptr' functions to crate | Dirk Van Haerenborgh | 2019-10-25 |
| | | |||
| * | implement message_properties | Dirk Van Haerenborgh | 2019-10-25 |
| | | |||
| * | add scopable atomic operation and configlist | Dirk Van Haerenborgh | 2019-10-25 |
| | | |||
| * | add scopeable version of message.freeze/thaw | Dirk Van Haerenborgh | 2019-10-23 |
| | | |||
| * | fix index_file and add freeze/thaw | Dirk Van Haerenborgh | 2019-10-23 |
| | | |||
| * | message: implement reindex | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | database: implement find_message_by_filename | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | query: implement set_omit_excluded | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | query: implement add_tag_exclude | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | implement: database_index_message | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | messages: do not implement Drop for now | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | message: minor cleanup | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | add database_find_message | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | support updated toolchain | Dirk Van Haerenborgh | 2019-10-18 |
| | | |||
| * | Merge pull request #22 from eaon/develop | Dirk Van Haerenborgh | 2018-12-23 |
| |\ | | | | | Add Maildir flag / tag syncing | ||
| | * | Add Maildir flag / tag syncing | eaon | 2018-12-22 |
| | | | |||
| * | | Messages: test recursion | rhn | 2018-12-23 |
| |/ | |||
| * | silence compiler warnings | Dirk Van Haerenborgh | 2018-12-20 |
| | | |||
| * | remove ptr indirection | Dirk Van Haerenborgh | 2018-12-20 |
| | | |||
| * | do not require a mutable reference for getting message replies | Dirk Van Haerenborgh | 2018-12-18 |
| | | |||
| * | messages may depend on thread, not just query. But never on other messages | Dirk Van Haerenborgh | 2018-12-17 |
| | | |||
| * | Revert "link lifetime of message to Query" | Dirk Van Haerenborgh | 2018-12-17 |
| | | | | | This reverts commit 0d510d55c4238ff0a1175985b27ca38c71a3cfc2. | ||
| * | link lifetime of message to Query | Dirk Van Haerenborgh | 2018-12-17 |
| | | |||
| * | Revert "Edition 2018 hit stable 🙌" | Dirk Van Haerenborgh | 2018-12-15 |
| | | | | | This reverts commit b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2. | ||
| * | re-add erroneously removed messages iterator | Dirk Van Haerenborgh | 2018-12-15 |
| | | |||
| * | Threads are only ever owned by a Query. Nothing else | Dirk Van Haerenborgh | 2018-12-15 |
| | | |||
| * | remove StreamingIterator again as the iterators don't actually have ↵ | Dirk Van Haerenborgh | 2018-12-14 |
| | | | | | ownership over items | ||
| * | do not drop message and thread | Dirk Van Haerenborgh | 2018-12-13 |
| | | |||
| * | Remove unnecessary (de)refs | eaon | 2018-12-09 |
| | | |||
| * | Edition 2018 hit stable 🙌 | eaon | 2018-12-09 |
| | | |||
| * | Return Result<(), Status::NotmuchError> instead of Status | eaon | 2018-11-21 |
| | | |||
| * | Use the ? operator instead of the try! macro | eaon | 2018-11-21 |
| | | |||
| * | Match up Database::remove_message with Message::filename return type | eaon | 2018-11-21 |
| | | |||
| * | Merge pull request #11 from eaon/multi-arch-support | Dirk Van Haerenborgh | 2018-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 i64 | eaon | 2018-11-20 |
| | | | |||
| * | | Add Database::remove_message | eaon | 2018-11-19 |
| |/ | |||
| * | Switch to `where` syntax | eaon | 2018-11-12 |
| | | |||
| * | trust clippy and rustfmt | Dirk Van Haerenborgh | 2018-11-07 |
| | | |||
| * | Make Message::header return an Option in its Result (#9) | eaon | 2018-11-06 |
| | | | | | | | * Distinguishing between (non-)empty Message::header returns * Switch Message::header Ok result to use nicer match syntax | ||
| * | rustfmt | Dirk Van Haerenborgh | 2018-11-05 |
| | | |||
| * | implement StreamingIteratorExt for iterator types | Dirk Van Haerenborgh | 2018-11-05 |
| | | |||
| * | implement 'Ext' traits for all types exept iterators | Dirk Van Haerenborgh | 2018-11-05 |
| | | |||
| * | add MessageExt trait | Dirk Van Haerenborgh | 2018-11-04 |
| | | |||
| * | start adding 'Ext' threads to enable more flexible supercow api | Dirk Van Haerenborgh | 2018-11-04 |
| | | |||
