refresh notmuch buffers after sync and add support for custom sync

This commit is contained in:
Max Nickel 2019-10-23 23:24:56 -04:00
parent 5324cb2fc8
commit d73ebf0815
2 changed files with 25 additions and 11 deletions

View file

@ -5,6 +5,9 @@
(defvar +notmuch-sync-backend 'gmi
"Which backend to use. Can be either gmi, mbsync, offlineimap or nil (manual).")
(defvar +notmuch-sync-command nil
"Command for custom notmuch sync")
(defvar +notmuch-mail-folder "~/.mail/account.gmail"
"Where your email folder is located (for use with gmailieer).")