diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-08 16:45:14 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-08 16:45:14 +0100 |
commit | 7b5015adb5defb40a1f8519d44290c931ff3b1e8 (patch) | |
tree | 7ee907a2ecda737ee5a3f67a8ef6df3395d0c791 | |
parent | f49e32b909e6fa828fad33e9e23c8628f2a4eeb0 (diff) |
Switched off auto update on aerc
-rw-r--r-- | aerc/accounts.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aerc/accounts.conf b/aerc/accounts.conf index a6018d3..365012c 100644 --- a/aerc/accounts.conf +++ b/aerc/accounts.conf @@ -2,12 +2,12 @@ source = maildir://~/.mail/purelymail outgoing = "/usr/bin/msmtp -a purelymail" default = INBOX -from = "Matthew Lemon" <matt@matthewlemon.com> +from = "Matthew Lemon" <mrlemon@purelymail.com> archive = Archive aliases = y@yulqen.org folders-sort = INBOX,Archive,Drafts,Sent,Subscriptions #outgoing-cret-cmd = pass purelymail_neomutt check-mail-cmd = mbsync -a -check-mail = 5m +#check-mail = 5m copy-to = Sent pgp-auto-sign = true |