Ticket #1296: mutt_datetime_iso.diff
| File mutt_datetime_iso.diff, 1.6 kB (added by Eduardo Pérez Ureta <eperez@…>, 6 years ago) |
|---|
-
Muttrc
old new 416 416 # ``$save_name'', ``$force_name'' and ``fcc-hook''. 417 417 # 418 418 # 419 # set date_format="!% a, %b %d, %Y at %I:%M:%S%p%Z"419 # set date_format="!%Y-%m-%d %H:%M:%S %Z" 420 420 # 421 421 # Name: date_format 422 422 # Type: string 423 # Default: "!% a, %b %d, %Y at %I:%M:%S%p%Z"423 # Default: "!%Y-%m-%d %H:%M:%S %Z" 424 424 # 425 425 # 426 426 # This variable controls the format of the date printed by the ``%d'' … … 1151 1151 # change this value, as it tends to agitate the more fanatical netizens. 1152 1152 # 1153 1153 # 1154 # set index_format="%4C %Z % {%b %d}%-15.15L (%4l) %s"1154 # set index_format="%4C %Z %[%Y-%m-%d] %-15.15L (%4l) %s" 1155 1155 # 1156 1156 # Name: index_format 1157 1157 # Type: string 1158 # Default: "%4C %Z % {%b %d}%-15.15L (%4l) %s"1158 # Default: "%4C %Z %[%Y-%m-%d] %-15.15L (%4l) %s" 1159 1159 # 1160 1160 # 1161 1161 # This variable allows you to customize the message index display to -
init.h
old new 346 346 ** will be saved for later references. Also see ``$$record'', 347 347 ** ``$$save_name'', ``$$force_name'' and ``$fcc-hook''. 348 348 */ 349 { "date_format", DT_STR, R_BOTH, UL &DateFmt, UL "!% a, %b %d, %Y at %I:%M:%S%p%Z" },349 { "date_format", DT_STR, R_BOTH, UL &DateFmt, UL "!%Y-%m-%d %H:%M:%S %Z" }, 350 350 /* 351 351 ** .pp 352 352 ** This variable controls the format of the date printed by the ``%d'' … … 844 844 { "indent_str", DT_SYN, R_NONE, UL "indent_string", 0 }, 845 845 /* 846 846 */ 847 { "index_format", DT_STR, R_BOTH, UL &HdrFmt, UL "%4C %Z % {%b %d}%-15.15L (%4l) %s" },847 { "index_format", DT_STR, R_BOTH, UL &HdrFmt, UL "%4C %Z %[%Y-%m-%d] %-15.15L (%4l) %s" }, 848 848 /* 849 849 ** .pp 850 850 ** This variable allows you to customize the message index display to
