Re: [PATCH] (bug#1886) reverse_name and alternates interaction
* Adeodato Simó [Wed, 21 Jul 2004 09:10:22 +0200]:
> I'd be very grateful if the attached patch got applied. It fixes
> bug#1886 and debian bug#210679.
> --- mutt-1.5.6.orig/doc/manual.sgml 2004-02-01 19:22:19.000000000 +0100
> +++ mutt-1.5.6/doc/manual.sgml 2004-05-23 16:37:57.000000000 +0200
duh, didn't realize i was patching the wrong file. patch against
init.h attached now.
&sigh;
--
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
And don't get me wrong - I don't mind getting proven wrong. I change my
opinions the way some people change underwear. And I think that's ok.
-- Linus Torvalds
--- init.h 2004-07-20 15:05:21.000000000 +0200
+++ init.h.new 2004-07-21 17:59:52.000000000 +0200
@@ -2172,8 +2172,10 @@
** move the messages to another machine, and reply to some the messages
** from there. If this variable is set, the default \fIFrom:\fP line of
** the reply messages is built using the address where you received the
- ** messages you are replying to. If the variable is unset, the
- ** \fIFrom:\fP line will use your address on the current machine.
+ ** messages you are replying to \fBif\fP that address matches your
+ ** alternates. If the variable is unset, or the address that would be
+ ** used doesn't match your alternates, the \fIFrom:\fP line will use
+ ** your address on the current machine.
*/
{ "reverse_realname", DT_BOOL, R_BOTH, OPTREVREAL, 1 },
/*