]> granicus.if.org Git - mutt/commitdiff
Refer to $use_envelope_from rather than old $envelope_from in description of
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 14 Sep 2005 14:15:06 +0000 (14:15 +0000)
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 14 Sep 2005 14:15:06 +0000 (14:15 +0000)
$envelope_from_address.

init.h

diff --git a/init.h b/init.h
index 5087d17269489777ca6e37b46a7cebd6d85e8e92..bad607c9c78ee513afffe8850494302bd6e58337 100644 (file)
--- a/init.h
+++ b/init.h
@@ -542,7 +542,7 @@ struct option_t MuttVars[] = {
   /*
   ** .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 "~" },
   /*