diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-27 12:33:49 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-27 12:33:49 +0200 |
commit | c7d7a4a1e24fb6fa9460f9ba9c152504a365325b (patch) | |
tree | 26ddaa12233e954bf18e55bd76518b1400688a9a /.config/mutt/muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-c7d7a4a1e24fb6fa9460f9ba9c152504a365325b.tar.gz dotfiles-bsd-c7d7a4a1e24fb6fa9460f9ba9c152504a365325b.tar.bz2 dotfiles-bsd-c7d7a4a1e24fb6fa9460f9ba9c152504a365325b.tar.xz dotfiles-bsd-c7d7a4a1e24fb6fa9460f9ba9c152504a365325b.tar.zst dotfiles-bsd-c7d7a4a1e24fb6fa9460f9ba9c152504a365325b.zip |
mail
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 02aacbd..fd0cd6d 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -7,8 +7,8 @@ macro index,pager <f2> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mut 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/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 <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" |