aerc/config/accounts.conf

23 lines
653 B
Plaintext
Raw Normal View History

2018-01-10 01:18:19 +01:00
#
# aerc accounts configuration
#
# This file configures each of the available mail accounts.
# You may add an arbitrary number of sections like so:
#
# [Personal]
# source=imaps://username[:password]@hostname[:port]
2019-05-13 05:35:36 +02:00
# outgoing=smtps+plain://username[:password]@hostname[:port]
# copy-to=Sent
# from=Joe Bloe <joe@example.org>
2018-01-10 01:18:19 +01:00
#
# [Work]
# source=imaps://username[:password]@hostname[:port]
2019-05-13 05:35:36 +02:00
# outgoing=/usr/bin/sendmail
# from=Jane Plain <jane@example.org>
2018-01-10 01:18:19 +01:00
# folders=INBOX,Sent,Archives
# default=Archives
#
# Each supported protocol may have some arbitrary number of extra configuration
# options. See aerc-[protocol](5) for details (i.e. aerc-imap).