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]
|
2019-05-16 01:41:21 +02:00
|
|
|
# copy-to=Sent
|
2019-05-13 22:04:01 +02:00
|
|
|
# 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
|
2019-05-13 22:04:01 +02:00
|
|
|
# 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).
|