Scott McDermott <[EMAIL PROTECTED]> wrote:
>
> What relevance does the message date have to the filename of the
> message folder? The default $index_format is:
>
> %4C %Z %{%b %d} %-15.15L (%4l) %s
>
> And I'm trying to understand why `%b' is between those braces, when
> date would not affect its output...
What you have missed is that Mutt does not do the expansion of what's
between the %{...}. From the manual:
%{fmt} the date and time of the message is converted to sender's
time zone, and ``fmt'' is expanded by the system call
``strftime''; a leading bang disables locales
>From the strftime(3) man page:
%b Locale's abbreviated month name.
%d Day of the month as a decimal number [01,31].
Now it should all start to come clear. :)
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
Convex Division | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44