diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-11 15:36:51 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-11 15:36:51 +0200 |
commit | b894a7cdd84d84c08c3a76fd9fac0d7b405f6281 (patch) | |
tree | af0f7b75cb23cb2aa2ca0b65a8da14d032352ba8 /.config/mutt/muttrc | |
parent | update (diff) | |
download | dotfiles-bsd-b894a7cdd84d84c08c3a76fd9fac0d7b405f6281.tar.gz dotfiles-bsd-b894a7cdd84d84c08c3a76fd9fac0d7b405f6281.tar.bz2 dotfiles-bsd-b894a7cdd84d84c08c3a76fd9fac0d7b405f6281.tar.xz dotfiles-bsd-b894a7cdd84d84c08c3a76fd9fac0d7b405f6281.tar.zst dotfiles-bsd-b894a7cdd84d84c08c3a76fd9fac0d7b405f6281.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/muttrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 3893b76..04e32a7 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -1,9 +1,9 @@ # vim: filetype=neomuttrc -source /home/jozan/.config/mutt/defaults.muttrc -source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc -macro index,pager i1 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" -macro index,pager i2 '<sync-mailbox><enter-command>source /home/jozan/.config/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 i3 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" -macro index,pager i5 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbousset@secuserve.com" -macro index,pager i6 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to exploitation@secuserve.com" -macro index,pager i7 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/7-support@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com" +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 <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,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,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 <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 <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" |