summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2005-09-14 14:15:06 +0000
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2005-09-14 14:15:06 +0000
commitcacd77e7fa72870c996bc2e31adcaa11e321af08 (patch)
treec7157a6bb95ab21e51b608444240fa887bcbfdbf /init.h
parent6505499c009f40b8fda86626f9eaf5f8058fccf0 (diff)
Refer to $use_envelope_from rather than old $envelope_from in description of
$envelope_from_address.
Diffstat (limited to 'init.h')
-rw-r--r--init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.h b/init.h
index 5087d172..bad607c9 100644
--- 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 "~" },
/*