modify sidebar shortcuts
This commit is contained in:
parent
f7ec76dc66
commit
0305e1dc5a
|
|
@ -1,5 +1,5 @@
|
||||||
set from = "yzxin@hotmail.com"
|
set from = "yzxin@hotmail.com"
|
||||||
set sendmail = "/usr/local/bin/msmtp -a hotmail"
|
set sendmail = "msmtp -a hotmail"
|
||||||
|
|
||||||
# Set folders
|
# Set folders
|
||||||
set spoolfile = "+hotmail/INBOX"
|
set spoolfile = "+hotmail/INBOX"
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@ bind pager G bottom
|
||||||
bind index G last-entry
|
bind index G last-entry
|
||||||
|
|
||||||
# Sidebar Navigation
|
# Sidebar Navigation
|
||||||
bind index,pager <down> sidebar-next
|
bind index,pager \Cn sidebar-next
|
||||||
bind index,pager <up> sidebar-prev
|
bind index,pager \Cp sidebar-prev
|
||||||
bind index,pager <right> sidebar-open
|
bind index,pager \Co sidebar-open
|
||||||
|
|
||||||
# index and pager shortcuts
|
# index and pager shortcuts
|
||||||
bind index,pager @ compose-to-sender
|
bind index,pager @ compose-to-sender
|
||||||
|
|
|
||||||
|
|
@ -104,5 +104,6 @@ source ~/.mutt/accounts/airocpss
|
||||||
# when changing into other mailboxes, use different adresses etc.
|
# when changing into other mailboxes, use different adresses etc.
|
||||||
folder-hook airocpss/* source ~/.mutt/accounts/airocpss
|
folder-hook airocpss/* source ~/.mutt/accounts/airocpss
|
||||||
folder-hook hotmail/* source ~/.mutt/accounts/hotmail
|
folder-hook hotmail/* source ~/.mutt/accounts/hotmail
|
||||||
folder-hook hotmail/* source ~/.mutt/accounts/outlook-xinyongzhong
|
folder-hook qq/* source ~/.mutt/accounts/qq
|
||||||
|
folder-hook outlook-xinyongzhong/* source ~/.mutt/accounts/outlook-xinyongzhong
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue