diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-23 18:16:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-23 18:16:09 +0200 |
commit | b6556254c463d1c1f110fcbece2a114980f45066 (patch) | |
tree | 7fef2091f0b50c4b2a9cd97697f03d1b05181297 /.config/mutt | |
parent | good config (diff) | |
download | dotfiles-bsd-b6556254c463d1c1f110fcbece2a114980f45066.tar.gz dotfiles-bsd-b6556254c463d1c1f110fcbece2a114980f45066.tar.bz2 dotfiles-bsd-b6556254c463d1c1f110fcbece2a114980f45066.tar.xz dotfiles-bsd-b6556254c463d1c1f110fcbece2a114980f45066.tar.zst dotfiles-bsd-b6556254c463d1c1f110fcbece2a114980f45066.zip |
up
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/muttrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 50d90c2..02aacbd 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -5,10 +5,10 @@ macro index,pager <f1> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mut macro index,pager 1 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-main.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rrbo@proton.me" macro index,pager <f2> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" macro index,pager 2 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" -macro index,pager <f3> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" -macro index,pager 3 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" -# macro index,pager <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_tos.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" -# macro index,pager 4 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_tos.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" +macro index,pager <f3> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager 3 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" +# macro index,pager <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_tos.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" +# macro index,pager 4 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_tos.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-ss_perso.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-ss_perso.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-ss_exploit.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to exploitation@secuserve.com" |