diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-01 09:24:51 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-01 09:24:51 +0800 |
| commit | 787173a691ac151e494e2268d7f6c531785ece2f (patch) | |
| tree | 33b4753233aea467cb90d3c716e6a672c6344f1b /mutt | |
| parent | 1fec7c763240a428ef1cfd31ccafe3ed686dac83 (diff) | |
Add new index_format
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/default | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mutt/default b/mutt/default index c02175b..5c952d4 100644 --- a/mutt/default +++ b/mutt/default | |||
| @@ -22,7 +22,12 @@ set sort = reverse-threads | |||
| 22 | set pager_index_lines = 5 | 22 | set pager_index_lines = 5 |
| 23 | set markers = no # Remove '+' for long links with limited terminal width | 23 | set markers = no # Remove '+' for long links with limited terminal width |
| 24 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | 24 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" |
| 25 | set index_format = "%Z %(%g.%m.%d) %-16.16L (%4c) %s" | 25 | #set index_format = "%Z %(%g.%m.%d) %-16.16L (%4c) %s" |
| 26 | set index_format="%4C %-6@date@ %-15.15F %Z (%4c) %s" | ||
| 27 | index-format-hook date "~d<1d" "%[%H:%M]" | ||
| 28 | index-format-hook date "~d<1m" "%[%a %d]" | ||
| 29 | index-format-hook date "~d<1y" "%[%b %d]" | ||
| 30 | index-format-hook date "~A" "%[%m/%y]" | ||
| 26 | 31 | ||
| 27 | # Preference | 32 | # Preference |
| 28 | alternative_order text/plain text/enriched text/html | 33 | alternative_order text/plain text/enriched text/html |