Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | notmuch: sync maildir flags | Reto Brunner | |
Syncs back special notmuch tag like unread to the underlying maildir store | |||
2019-09-16 | notmuch: extract all notmuch db operations. | Reto Brunner | |
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. |