Migrate mail client to Mu4e

This commit is contained in:
2022-09-18 18:49:01 +02:00
parent 9f272830b3
commit f115dd4294
2 changed files with 5 additions and 9 deletions

View File

@@ -56,8 +56,7 @@ in {
systemd.user.services.goimapnotify-ugent = {
description = "Sync UGent mail using IMAP IDLE";
wantedBy = [ "default.target" ];
path =
[ goimapnotify pass-wayland isync-oauth2 notmuch python39 gnupg nix ];
path = [ goimapnotify pass-wayland isync-oauth2 mu python39 gnupg nix ];
script = ''
${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/ugent.conf
'';
@@ -73,7 +72,7 @@ in {
systemd.user.services.goimapnotify-gmail = {
description = "Sync gmail mail using IMAP IDLE";
wantedBy = [ "default.target" ];
path = [ goimapnotify pass-wayland isync-oauth2 notmuch ];
path = [ goimapnotify pass-wayland isync-oauth2 mu ];
script = ''
${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/gmail.conf
'';
@@ -89,7 +88,7 @@ in {
systemd.user.services.goimapnotify-disroot = {
description = "Sync disroot mail using IMAP IDLE";
wantedBy = [ "default.target" ];
path = [ goimapnotify pass-wayland isync-oauth2 notmuch ];
path = [ goimapnotify pass-wayland isync-oauth2 mu ];
script = ''
${pkgs.goimapnotify}/bin/goimapnotify -conf /home/coolneng/.config/goimapnotify/disroot.conf
'';