about summary refs log tree commit diff stats
path: root/config/accounts.conf
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-13 16:04:01 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-13 16:04:01 -0400
commit17bd2dc4dbb3b43b1917c942100834c1341f2194 (patch)
tree59b3c0cc12eb387975451fc6dd5d24d60cc9154a /config/accounts.conf
parentbda74452a81963d20c099a1252caadde7049de10 (diff)
downloadaerc-17bd2dc4dbb3b43b1917c942100834c1341f2194.tar.gz
Populate "From" header from config for new emails
Diffstat (limited to 'config/accounts.conf')
-rw-r--r--config/accounts.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/accounts.conf b/config/accounts.conf
index 03846db..96c5e2b 100644
--- a/config/accounts.conf
+++ b/config/accounts.conf
@@ -8,10 +8,12 @@
 # [Personal]
 # source=imaps://username[:password]@hostname[:port]
 # outgoing=smtps+plain://username[:password]@hostname[:port]
+# 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
 #