refresh notmuch buffers after sync and add support for custom sync
This commit is contained in:
parent
5324cb2fc8
commit
d73ebf0815
2 changed files with 25 additions and 11 deletions
|
@ -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).")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue