summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-18 18:33:24 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-18 18:33:24 +0100
commit2aead82dd6feddb5b95e76421d0385deb6f5978c (patch)
tree9a7fed2ba323d9ba1a8485e0279cd6b13a6c628b /data
parent74b149d2a20476445ff6ebe78fd235b1b38f1af8 (diff)
add 'signature_filename' in accounts
this lets you specify the filename used in the signature attachment
Diffstat (limited to 'data')
-rw-r--r--data/example.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/example.rc b/data/example.rc
index 076a006c..368449a0 100644
--- a/data/example.rc
+++ b/data/example.rc
@@ -16,7 +16,8 @@ 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
+signature = /home/john/.signature.gmail # path to signature file
+signature_filename = sig.txt # filename in attachment part
sendmail_command = msmtp --account=gmail -t
sent_mailbox = maildir:///home/john/mail/gmail/Sent # we accept mbox,maildir,mh,babyl,mmdf here