b0bf09b98f
Or rather, to a user-specified folder
22 lines
653 B
Text
22 lines
653 B
Text
#
|
|
# 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]
|
|
# outgoing=smtps+plain://username[:password]@hostname[:port]
|
|
# copy-to=Sent
|
|
# from=Joe Bloe <joe@example.org>
|
|
#
|
|
# [Work]
|
|
# source=imaps://username[:password]@hostname[:port]
|
|
# outgoing=/usr/bin/sendmail
|
|
# from=Jane Plain <jane@example.org>
|
|
# 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).
|