purebred-mua / hs-notmuch

Modern Haskell binding to the Notmuch mail indexer
11 stars 2 forks source link

database r/w mode #10

Closed frasertweedale closed 7 years ago

frasertweedale commented 7 years ago

Implement a way to open a database in read/write mode e.g. for writing tags.

The API should make it easy to do this transiently, automatically closing when the operation is complete.

frasertweedale commented 7 years ago

We now have ability to open db r/w but there is no nice bracketing API yet.

Nevertheless I think this is "done" enough, so closing.