Migrate mail client to Mu4e
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user