Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notmuch: sync maildir flags | Reto Brunner | 2019-09-16 | 1 | -1/+4 |
| | | | | Syncs back special notmuch tag like unread to the underlying maildir store | ||||
* | notmuch: extract all notmuch db operations. | Reto Brunner | 2019-09-16 | 1 | -0/+179 |
For some reason the current code frequently segfaults due to an invalid C memory address. This commit mediates that by never keeping an object alive longer than absolutely necessary. |