summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-10 21:36:41 +0100
committerpazz <patricktotzke@gmail.com>2011-08-10 21:36:41 +0100
commit0addf6c53b912258ad861b81e457257ec1535d76 (patch)
treec01d6ba165c7d330091100168cc33b2453913bf6
parent583801b9e3c108a4642743688dcddb70ebe28d19 (diff)
aliases examples in the docu
-rw-r--r--USAGE4
-rw-r--r--data/example.rc1
2 files changed, 4 insertions, 1 deletions
diff --git a/USAGE b/USAGE
index 2f2cdc8b..b25efb0b 100644
--- a/USAGE
+++ b/USAGE
@@ -80,7 +80,8 @@ A sample gmail section:
[account gmail]
realname = Patrick Totzke
- address = patricktotzke[at]gmail.com
+ address = patricktotzke@gmail.com
+ aliases = patricktotzke@googlemail.com
gpg_key = D7D6C5AA
sender_type = sendmail
sendmail_command = msmtp --account=gmail -t
@@ -90,6 +91,7 @@ I use this for my uni-account:
[account uoe]
realname = Patrick Totzke
address = ...
+ aliases = foobar@myuni.uk;f.bar@myuni.uk;f.b100@students.myuni.uk
sender_type = sendmail
sendmail_command = msmtp --account=uoe -t
sent_mailbox = maildir:///home/pazz/mail/uoe/Sent
diff --git a/data/example.rc b/data/example.rc
index 8a371e69..98a3ddb9 100644
--- a/data/example.rc
+++ b/data/example.rc
@@ -16,6 +16,7 @@ flush_retry_timeout = 5 # timeout in secs after a failed attempt to flush is re
[account gmail]
realname = john doe
address = john.doe@gmail.com
+aliases = john.doe@googlemail.com;john.d@g.com # ';' separated list of alias addresses
gpg_key = 123ABC
signature = /home/john/.signature
sender_type = sendmail