-2007-07-16 09:44 -0700 Brendan Cully <brendan@kublai.com> (1d6b9fb4a927)
+2007-07-25 11:16 -0700 Vincent Lefevre <vincent@vinc17.org> (6bc60516fffa)
+
+ * po/fr.po: Updated French translation.
+
+2007-07-16 10:46 -0700 Brendan Cully <brendan@kublai.com> (bd75134a6b65)
+
+ * enter.c: Make is_shell_char static. Closes #2907.
* init.c: Check that spam expression has enough matches for its
template. Closes #2927.
{ "use_envelope_from", DT_BOOL, R_NONE, OPTENVFROM, 0 },
/*
** .pp
- ** When \fIset\fP, mutt will use ``$$envelope_from_address'' as the
- ** \fIenvelope\fP sender if that is set, otherwise it will attempt to
- ** derive it from the "From:" header. Note that this information is passed
- ** to sendmail command using the "-f" command line switch, so don't set this
- ** option if you are using that switch in $$sendmail yourself,
- ** or if the sendmail on your machine doesn't support that command
- ** line switch.
+ ** When \fIset\fP, mutt will set the \fIenvelope\fP sender of the message.
+ ** If ``$$envelope_from_address'' is set, it will be used as the sender
+ ** address. If not, mutt will attempt to derive the sender from the
+ ** "From:" header.
+ ** .pp
+ ** Note that this information is passed to sendmail command using the
+ ** "-f" command line switch. Therefore setting this option is not useful
+ ** if the ``$$sendmail'' variable already contains "-f" or if the
+ ** executable pointed to by $$sendmail doesn't support the "-f" switch.
*/
{ "envelope_from", DT_SYN, R_NONE, UL "use_envelope_from", 0 },
/*