[mail] Update aerc accounts configuration
Update aerc accounts configuration with better notmuch support
This commit is contained in:
parent
89ff511993
commit
0a1eae7b9c
1 changed files with 8 additions and 13 deletions
|
@ -1,15 +1,10 @@
|
||||||
[migadu]
|
[migadu]
|
||||||
#
|
|
||||||
# Switching back to notmuch (from maildir experiment)
|
|
||||||
#
|
|
||||||
source = notmuch:///home/adam/Maildir
|
source = notmuch:///home/adam/Maildir
|
||||||
maildir-store = /home/adam/Maildir
|
maildir-store = /home/adam/Maildir
|
||||||
outgoing = /home/adam/.local/bin/aerc-notmuch-send migadu
|
outgoing = /usr/sbin/sendmail
|
||||||
default = INBOX
|
default = INBOX
|
||||||
from = Adam Cooper <adam@theadamcooper.com>
|
from = Adam Cooper <adam@theadamcooper.com>
|
||||||
|
copy-to = Sent
|
||||||
# notmuch does not support the copy-to directive
|
|
||||||
# copy-to = Sent
|
|
||||||
check-mail = 4m
|
check-mail = 4m
|
||||||
check-mail-cmd = /home/adam/.local/bin/mail-sync.sh
|
check-mail-cmd = /home/adam/.local/bin/mail-sync.sh
|
||||||
check-mail-timeout = 20s
|
check-mail-timeout = 20s
|
||||||
|
|
Loading…
Reference in a new issue