diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-05-23 16:00:06 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-05-23 16:00:06 +0200 |
commit | 282de65079f2a5438df3632d1811219250ee18b8 (patch) | |
tree | c96e97368b5b660e4f6bf642674a34d840eebf07 /man | |
parent | 3ea0c9c35588464c9a529a727ba281325b08e6fa (diff) | |
download | mblaze-282de65079f2a5438df3632d1811219250ee18b8.tar.gz mblaze-282de65079f2a5438df3632d1811219250ee18b8.tar.xz mblaze-282de65079f2a5438df3632d1811219250ee18b8.zip |
mrep: use Reply-From configuration to find From header
This allows replying from different addresses than Local-Mailbox if they appear in To, Cc or Bcc. Idea and initial patch by @nmeum.
Diffstat (limited to 'man')
-rw-r--r-- | man/mblaze-profile.5 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/mblaze-profile.5 b/man/mblaze-profile.5 index e1fa01c..f6f535b 100644 --- a/man/mblaze-profile.5 +++ b/man/mblaze-profile.5 @@ -54,6 +54,21 @@ If set, .Xr mcom 1 will create draft messages in this maildir, and save messages there after sending. +.It Li Reply-From\&: +A comma-separated list of mail addresses (formatted like this: +.Sq Li My Name <username@domain> ) +that are automatically used for +the +.Li From\&: +header in a reply if present in the +.Li To\&: , +.Li Cc\&: , +or +.Li Bcc\&: +header. +If not set, +.Li Alternate\&-Mailboxes\&: +will be used as a default. .It Li Scan\&-Format\&: The default format string for .Xr mscan 1 . |