.muttrc

changeset 354
c7161b3ba76f
parent 350
31081755a2be
child 365
b3ab12e8a598
equal deleted inserted replaced
353:8032fccc42d7 354:c7161b3ba76f
1 # IMAP 1 # IMAP
2 source ~/.mutt/roomag/config 2 source ~/.mutt/roomag/config
3 3
4 macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/roomag/config<enter><change-folder>!<enter>' 'switch roomag' 4 macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/roomag/config<enter><change-folder>!<enter>' 'switch roomag'
5 5
6 source ~/.mutt/gpg2.rc 6 source ~/.mutt/gpg2.rc
7 source `F=$HOME/.mutt/local; if [ ! -s "$F" ]; then F=/dev/null;fi;echo "$F"` 7 source `F=$HOME/.mutt/local; if [ ! -s "$F" ]; then F=/dev/null;fi;echo "$F"`
8 8
9 unset imap_passive 9 unset imap_passive
49 bind generic n search-next 49 bind generic n search-next
50 bind generic N search-opposite 50 bind generic N search-opposite
51 bind generic \Cu half-up 51 bind generic \Cu half-up
52 bind generic \Cd half-down 52 bind generic \Cd half-down
53 53
54 bind index,pager <F5> sync-mailbox 54 bind index,pager <F5> sync-mailbox
55 bind index,pager <Tab> previous-new-then-unread
56 bind index,pager <BackTab> next-new-then-unread
57
55 bind index gg first-entry 58 bind index gg first-entry
56 bind index G last-entry 59 bind index G last-entry
57 60
58 bind pager J next-unread 61 # bind pager J next-unread
59 bind pager K previous-unread 62 # bind pager K previous-unread
60 63
61 bind pager <up> previous-line 64 bind pager <up> previous-line
62 bind pager <down> next-line 65 bind pager <down> next-line
63 bind pager gg top 66 bind pager gg top
64 bind pager G bottom 67 bind pager G bottom

mercurial