diff options
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 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 |