Change notmuch sync backend to mbsync (for working with msmtp)

This commit is contained in:
g1n 2021-05-20 20:41:06 +03:00
parent 04f2a4f354
commit d77f5a38f2
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@
; mail ; mail
;; notmuch ;; notmuch
(global-set-key (kbd "C-x m") 'notmuch) (global-set-key (kbd "C-x m") 'notmuch)
(setq +notmuch-sync-backend 'mbsync)
;; gnus ;; gnus
(setq gnus-select-method '(nntp "news.tilde.club")) (setq gnus-select-method '(nntp "news.tilde.club"))