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