diff options
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ set quit = ask-no | |||
37 | set sort = threads | 37 | set sort = threads |
38 | set pager_index_lines = 5 | 38 | set pager_index_lines = 5 |
39 | set markers = no # Remove '+' for long links with limited terminal width | 39 | set markers = no # Remove '+' for long links with limited terminal width |
40 | set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | ||
40 | 41 | ||
41 | # Vim-style key binding, \c means Ctrl | 42 | # Vim-style key binding, \c means Ctrl |
42 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A | 43 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A |