From 0a1eae7b9c91f5e7a3a2b3a17db3d682ada9ca65 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Thu, 5 Jan 2023 23:59:29 -0500 Subject: [PATCH] [mail] Update aerc accounts configuration Update aerc accounts configuration with better notmuch support --- mail/aerc/accounts.conf | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/mail/aerc/accounts.conf b/mail/aerc/accounts.conf index 356784c..e627951 100644 --- a/mail/aerc/accounts.conf +++ b/mail/aerc/accounts.conf @@ -1,16 +1,11 @@ [migadu] -# -# Switching back to notmuch (from maildir experiment) -# -source = notmuch:///home/adam/Maildir -maildir-store = /home/adam/Maildir -outgoing = /home/adam/.local/bin/aerc-notmuch-send migadu -default = INBOX -from = Adam Cooper - -# notmuch does not support the copy-to directive -# copy-to = Sent -check-mail = 4m -check-mail-cmd = /home/adam/.local/bin/mail-sync.sh +source = notmuch:///home/adam/Maildir +maildir-store = /home/adam/Maildir +outgoing = /usr/sbin/sendmail +default = INBOX +from = Adam Cooper +copy-to = Sent +check-mail = 4m +check-mail-cmd = /home/adam/.local/bin/mail-sync.sh check-mail-timeout = 20s