diff options
Diffstat (limited to 'config/accounts.conf')
-rw-r--r-- | config/accounts.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/accounts.conf b/config/accounts.conf new file mode 100644 index 0000000..a25c64e --- /dev/null +++ b/config/accounts.conf @@ -0,0 +1,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). |