homes/templates/.config/aerc/accounts.conf

10 lines
452 B
Text
Raw Normal View History

[Example]
source = imap://template%40example.com@imap.example.com
outgoing = smtp://template%40example.com@smtp.example.com
default = INBOX
from = Template Example <template@example.com>
copy-to = Sent
source-cred-cmd = keyring get "mail:template@example.com" "template@example.com"
outgoing-cred-cmd = keyring get "mail:template@example.com" "template@example.com"
signature-file = "~/.config/aerc/accounts/template@example.com/signature.txt"