diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-06-06 23:40:11 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-06-06 23:40:11 +0100 |
commit | 34f3511444206cc9b0ad418750eccbab6efa21dc (patch) | |
tree | 31a36a2b5c05478ec1f68b87bb75817577598032 | |
parent | 0fa79fcadf3bb8ce67a71e62cfc85c0124f744b8 (diff) | |
download | mutt-34f3511444206cc9b0ad418750eccbab6efa21dc.tar.gz |
Allow accounts to be switched from pager too
-rw-r--r-- | .mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 834dd8c..e7e8710 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -2,9 +2,9 @@ folder-hook 'jmccrohan@gmail.com' source ~/.mutt/accounts/jmccrohan@mail.com/muttrc folder-hook 'jmccroha@tcd.ie' source ~/.mutt/accounts/jmccroha@tcd.ie/muttrc folder-hook 'jonathan@mccrohan.ie' source ~/.mutt/accounts/jonathan@mccrohan.ie/muttrc -macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jmccrohan@gmail.com/muttrc<enter><change-folder>!<enter>' -macro index <f3> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jmccroha@tcd.ie/muttrc<enter><change-folder>!<enter>' -macro index <f4> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jonathan@mccrohan.ie/muttrc<enter><change-folder>!<enter>' +macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jmccrohan@gmail.com/muttrc<enter><change-folder>!<enter>' +macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jmccroha@tcd.ie/muttrc<enter><change-folder>!<enter>' +macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/accounts/jonathan@mccrohan.ie/muttrc<enter><change-folder>!<enter>' # switch to default account on startup source ~/.mutt/accounts/jmccrohan@gmail.com/muttrc |