Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -1/+1 |
| | | | | | | | I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | Add notmuch backend | Reto Brunner | 2019-08-08 | 1 | -0/+5 |
This commit introduces the notmuch backend. The backend is conditionally compiled in if the "notmuch" tag is provided. Most of the message types are implemented, with the notable exceptions of DeleteMessages as well as any copy / move / append type. Reason being, that those aren't normally applicable in a notmuch based workflow. Changes v2 --> v3, based on review comments * Use account config for configuration |