Re-enable sync services
This commit is contained in:
parent
f99b8955c7
commit
341c5a6eca
|
@ -13,10 +13,7 @@
|
|||
msmtp.enable = true;
|
||||
mu.enable = true;
|
||||
};
|
||||
services.mbsync = {
|
||||
enable = false;
|
||||
frequency = "*-*-* *:0/30:00";
|
||||
};
|
||||
services.mbsync.enable = true;
|
||||
accounts.email = {
|
||||
maildirBasePath = ".mail";
|
||||
accounts = let realName = "Evie Litherland-Smith";
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
;; mail settings
|
||||
(after! mu4e
|
||||
(setq mu4e-get-mail-command "mbsync --pull-renew inboxes"
|
||||
mu4e-update-interval 300
|
||||
(setq mu4e-get-mail-command "true"
|
||||
mu4e-update-interval 60
|
||||
mu4e-sent-messages-behavior 'delete
|
||||
mu4e-attachment-dir "~/Downloads"
|
||||
mu4e-change-filenames-when-moving t
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
allow-loopback-pinentry
|
||||
'';
|
||||
};
|
||||
password-store-sync.enable = false;
|
||||
password-store-sync.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue