diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/default b/mutt/default index b57bbd6..262a74f 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -38,9 +38,9 @@ set markers = no # Remove '+' for long links with limited terminal width | |||
38 | #set index_format = "%Z %(%g.%m.%d) %-16.16L (%4c) %s" | 38 | #set index_format = "%Z %(%g.%m.%d) %-16.16L (%4c) %s" |
39 | set index_format="%4C %7@date@ %-15.15F %Z (%4c) %s" | 39 | set index_format="%4C %7@date@ %-15.15F %Z (%4c) %s" |
40 | index-format-hook date "~d<1d" "%[%H:%M]" | 40 | index-format-hook date "~d<1d" "%[%H:%M]" |
41 | index-format-hook date "~d<1m" "%[%a %d]" | 41 | index-format-hook date "~d<1w" "%[%a]" |
42 | index-format-hook date "~d<1y" "%[%b %d]" | 42 | index-format-hook date "~d<1y" "%[%b %d]" |
43 | index-format-hook date "~A" "%[%m/%y]" | 43 | index-format-hook date "~A" "%[%Y-%m]" |
44 | 44 | ||
45 | # Preference | 45 | # Preference |
46 | alternative_order text/plain text/enriched text/html | 46 | alternative_order text/plain text/enriched text/html |