This website requires JavaScript.
Explore
Help
Sign in
blacklight
/
aerc
Watch
1
Star
0
Fork
You've already forked aerc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f4d3c8fc77
aerc
/
worker
/
handler_notmuch.go
6 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Add notmuch backend 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
2019-08-05 09:16:09 +02:00
//+build notmuch
package
worker
go.mod: change base git url 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>
2021-11-05 10:19:46 +01:00
import
_
"git.sr.ht/~rjarry/aerc/worker/notmuch"
Reference in a new issue
Copy permalink