Add notmuch alongside mu4e
This commit is contained in:
parent
b4a688fa9b
commit
ac100d31df
|
@ -12,6 +12,7 @@
|
|||
};
|
||||
msmtp.enable = true;
|
||||
mu.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
accounts.email = {
|
||||
maildirBasePath = ".mail";
|
||||
|
@ -53,6 +54,7 @@
|
|||
};
|
||||
};
|
||||
mu.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
icloud = rec {
|
||||
inherit realName;
|
||||
|
@ -72,6 +74,7 @@
|
|||
};
|
||||
msmtp.enable = true;
|
||||
mu.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -39,6 +39,10 @@
|
|||
(add-hook 'magit-mode-hook (lambda () (magit-delta-mode +1))))
|
||||
|
||||
;; mail settings
|
||||
(after! notmuch
|
||||
(setq +notmuch-sync-backend 'mbsync)
|
||||
(set-popup-rule! "^\\*notmuch-hello" :ignore t))
|
||||
|
||||
(after! mu4e
|
||||
(setq mu4e-get-mail-command "true"
|
||||
mu4e-update-interval 60
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
:email
|
||||
(mu4e +org +gmail)
|
||||
;; (notmuch +afew +org)
|
||||
(notmuch +afew +org)
|
||||
;; (wanderlust +gmail)
|
||||
|
||||
:app
|
||||
|
|
Loading…
Reference in a new issue