Add notmuch alongside mu4e

This commit is contained in:
Evie Litherland-Smith 2023-09-26 11:23:35 +01:00
parent b4a688fa9b
commit ac100d31df
3 changed files with 8 additions and 1 deletions

View file

@ -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;
};
};
};

View file

@ -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

View file

@ -177,7 +177,7 @@
:email
(mu4e +org +gmail)
;; (notmuch +afew +org)
(notmuch +afew +org)
;; (wanderlust +gmail)
:app