From c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 14 Feb 2015 22:01:09 +0800 Subject: Small changes. --- .mutt/muttrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.mutt/muttrc') diff --git a/.mutt/muttrc b/.mutt/muttrc index cf30a88..6b369bb 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -114,7 +114,7 @@ set status_chars = " *%A" set status_format = "---[ Folder: %f %r ]---[ Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l? ]---%>-(%P)---" ### Pager -#set pager_format = "-%S- %-20.20f %s" +set pager_format = "[%Z] %C/%m: %-20.20n | %s%* -- (%P)" set pager_index_lines = 8 # number of index lines to show set pager_context = 8 # number of context lines to show set pager_stop # don't go to next message automatically @@ -127,16 +127,17 @@ alternative_order text/plain text/enriched text/html ### Key bindings bind index i noop -bind index sync-mailbox bind index collapse-thread bind index p recall-message bind index K previous-unread bind index J next-unread bind index,browser gg first-entry bind index,browser G last-entry +#bind index,pager D delete-message bind index,pager R group-reply bind index,pager N search-opposite bind index,pager \# noop +bind index,pager sync-mailbox bind pager i exit bind pager / search bind pager previous-line @@ -147,6 +148,7 @@ bind pager gg top bind pager G bottom bind pager K previous-undeleted bind pager J next-undeleted +bind pager \Cj next-unread bind attach view-mailcap bind compose p pgp-menu bind editor complete-query -- cgit v1.2.2