From 39c93d2897af5bb0c145ef4f99f542bf42babdab Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 9 Jan 2018 19:18:19 -0500 Subject: Load UI configuration --- config/accounts.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/accounts.conf (limited to 'config/accounts.conf') 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). -- cgit v1.2.3