aboutsummaryrefslogtreecommitdiff
path: root/worker/notmuch/lib
AgeCommit message (Collapse)Author
2019-12-21notmuch: emit LabelList eventReto Brunner
2019-09-16notmuch: sync maildir flagsReto Brunner
Syncs back special notmuch tag like unread to the underlying maildir store
2019-09-16notmuch: 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.