Configurable sync backends for NotMuch

This commit is contained in:
Aidan Gilmore
2018-08-08 12:06:07 -04:00
parent b349dd3473
commit 2e98e1ae50
2 changed files with 15 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
;; FIXME This module is a WIP!
(defvar +notmuch-sync-backend 'gmi
"Which backend to use. Can be either gmi, mbsync, offlineimap or nil (manual).")
(defvar +notmuch-mail-folder "~/.mail/account.gmail"
"Where your email folder is located (for use with gmailieer).")
(after! notmuch
(set-company-backend! 'notmuch-message-mode
'(notmuch-company (company-ispell :with company-yasnippet)))