aboutsummaryrefslogtreecommitdiff
path: root/config/accounts.conf
blob: a25c64e8fe9cb423936b9a38239b442f95ec755d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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]
#
# [Work]
# source=imaps://username[:password]@hostname[:port]
# 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).