diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-17 08:49:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-17 08:49:23 +0000 |
commit | f3a2c372e76e2b08105d4a6749b52d1bac891363 (patch) | |
tree | c87167146d6a7a38bd5bf0566078f12af6f769ae | |
parent | 282ccaeaede71ee6398702f3c1f5c0ed4f35c700 (diff) | |
download | fetchmail-f3a2c372e76e2b08105d4a6749b52d1bac891363.tar.gz fetchmail-f3a2c372e76e2b08105d4a6749b52d1bac891363.tar.bz2 fetchmail-f3a2c372e76e2b08105d4a6749b52d1bac891363.zip |
Fix one \- escape in manpage (multidrop).
svn path=/branches/BRANCH_6-3/; revision=5300
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index a702fbb5..011526af 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2370,7 +2370,7 @@ information. A related problem is that when you blind-copy a mail message, the Bcc information is carried \fIonly\fP as envelope address (it's removed from the headers by the sending mail server, so fetchmail can see it only if -there is an X-\Envelope\-To header). Thus, blind-copying to someone who +there is an X\-Envelope\-To header). Thus, blind-copying to someone who gets mail over a fetchmail multidrop link will fail unless the the mailserver host routinely writes X\-Envelope\-To or an equivalent header into messages in your maildrop. |