<<< Date Index >>>     <<< Thread Index >>>

Re: Docbook patch



* Wed Sep 14 2005 TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
> And xmllint doesn't complain at all now!

Oops, the last commit introduced an trivial error.

-- 
tamo
Index: init.h
===================================================================
RCS file: /home/roessler/cvs/mutt/init.h,v
retrieving revision 3.84
diff -u -r3.84 init.h
--- init.h      14 Sep 2005 02:45:44 -0000      3.84
+++ init.h      14 Sep 2005 13:51:51 -0000
@@ -542,7 +542,7 @@
   /*
   ** .pp
   ** Manually sets the \fIenvelope\fP sender for outgoing messages.
-  ** This value is ignored if ``$$envelope_from'' is unset.
+  ** This value is ignored if ``$$use_envelope_from'' is unset.
   */
   { "escape",          DT_STR,  R_NONE, UL &EscChar, UL "~" },
   /*