diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-16 11:13:28 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-16 11:13:28 +0100 |
commit | e7f2cb91510795f1275abed4e5e878ee9c209fc3 (patch) | |
tree | 4368d6d1b70bc6f96be23e56da27cb4d7108fb0b /.mutt/muttrc | |
parent | 21273fccab1765a30aa8cd26412030482306c5c9 (diff) |
Save various changes
Diffstat (limited to '.mutt/muttrc')
-rw-r--r-- | .mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 96c716e..20a7aa1 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -58,7 +58,7 @@ set sendmail="/usr/bin/msmtp" # Sorting options # set sort = threads set sort_aux = reverse-last-date-received -# set sort_browser = reverse-date +set sort_browser = reverse-date # Alias file source ~/.mutt/alias @@ -67,8 +67,8 @@ source ~/.mutt/alias auto_view text/html # Key bindings -bind index,pager \Cf next-page -bind index,pager \Cb previous-page +bind index,pager \Cf next-page +bind index,pager \Cb previous-page bind index,pager "}" sidebar-next bind index,pager "{" sidebar-prev bind index,pager O sidebar-open |