diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-06 15:27:07 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-06 15:27:07 +0200 |
commit | 219acff4bc3f75d7729930d16eeaef47eba019e1 (patch) | |
tree | 08f4a473f5751d7f9c6977cc0588806aa00a36a8 /.config/mutt/muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-219acff4bc3f75d7729930d16eeaef47eba019e1.tar.gz dotfiles-bsd-219acff4bc3f75d7729930d16eeaef47eba019e1.tar.bz2 dotfiles-bsd-219acff4bc3f75d7729930d16eeaef47eba019e1.tar.xz dotfiles-bsd-219acff4bc3f75d7729930d16eeaef47eba019e1.tar.zst dotfiles-bsd-219acff4bc3f75d7729930d16eeaef47eba019e1.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/muttrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 04e32a7..99901b4 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -2,8 +2,14 @@ source $XDG_CONFIG_HOME/mutt/defaults.muttrc source $XDG_CONFIG_HOME/mutt/accounts/1-bousset.rudy@gmail.com.muttrc macro index,pager <f1> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-bousset.rudy@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" +macro index,pager 1 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-bousset.rudy@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" macro index,pager <f2> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager 2 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" # macro index,page <f3> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-towerofsilence777@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" +# macro index,page 3 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-towerofsilence777@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" macro index,pager <f5> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/5-rbousset@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbousset@secuserve.com" +macro index,pager 5 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/5-rbousset@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbousset@secuserve.com" macro index,pager <f6> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/6-exploitation@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to exploitation@secuserve.com" +macro index,pager 6 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/6-exploitation@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to exploitation@secuserve.com" macro index,pager <f7> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/7-support@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com" +macro index,pager 7 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/7-support@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com" |