summaryrefslogtreecommitdiffstats
path: root/.config/mutt
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-23 18:05:52 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-23 18:05:52 +0200
commitbb4a92e4c29cfb8250ae0852bbbb9162c94efb66 (patch)
tree7f01d9943a59d3a0fa7467e1d2e01783a5374d92 /.config/mutt
parentup (diff)
downloaddotfiles-bsd-bb4a92e4c29cfb8250ae0852bbbb9162c94efb66.tar.gz
dotfiles-bsd-bb4a92e4c29cfb8250ae0852bbbb9162c94efb66.tar.bz2
dotfiles-bsd-bb4a92e4c29cfb8250ae0852bbbb9162c94efb66.tar.xz
dotfiles-bsd-bb4a92e4c29cfb8250ae0852bbbb9162c94efb66.tar.zst
dotfiles-bsd-bb4a92e4c29cfb8250ae0852bbbb9162c94efb66.zip
good config
Diffstat (limited to '.config/mutt')
-rw-r--r--.config/mutt/accounts/1-main.muttrc43
-rw-r--r--.config/mutt/accounts/2-gmail_br.muttrc (renamed from .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc)11
-rw-r--r--.config/mutt/accounts/3-gmail_oon.muttrc (renamed from .config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc)11
-rw-r--r--.config/mutt/accounts/4-gmail_tos.muttrc (renamed from .config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc)11
-rw-r--r--.config/mutt/accounts/5-ss_perso.muttrc (renamed from .config/mutt/accounts/5-rbousset@secuserve.com.muttrc)11
-rw-r--r--.config/mutt/accounts/6-ss_exploit.muttrc (renamed from .config/mutt/accounts/6-exploitation@secuserve.com.muttrc)11
-rw-r--r--.config/mutt/accounts/7-ss_support.muttrc (renamed from .config/mutt/accounts/7-support@secuserve.com.muttrc)11
-rw-r--r--.config/mutt/muttrc28
8 files changed, 94 insertions, 43 deletions
diff --git a/.config/mutt/accounts/1-main.muttrc b/.config/mutt/accounts/1-main.muttrc
new file mode 100644
index 0000000..a62092a
--- /dev/null
+++ b/.config/mutt/accounts/1-main.muttrc
@@ -0,0 +1,43 @@
+# vim: filetype=neomuttrc
+# muttrc file for account bousset.rudy@gmail.com
+set realname = "Rudy Bousset"
+set from = "rrbo@proton.me"
+set sendmail = "msmtp --tls-certcheck=off -a main"
+alias me Rudy Bousset <rrbo@proton.me>
+set folder = "$MAIL/main"
+set header_cache = $XDG_RUNTIME_DIR/mutt/main/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/main/bodies
+set mbox_type = Maildir
+set crypt_autosign = no
+
+bind index,pager gg noop
+bind index,pager g noop
+bind index,pager M noop
+bind index,pager C noop
+bind index gg first-entry
+bind pager gg top
+bind pager G bottom
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc main<enter>" "run mbsync to sync rrbo@proton.me"
+unmailboxes *
+
+mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=All Mail" "=Folders/Keep" "=Folders/Work"
+
+macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"
+macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
+macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"
+set spoolfile = "+INBOX"
+macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
+macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
+macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent"
+set record = "+Sent"
+macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
+macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"
+macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts"
+set postponed = "+Drafts"
+macro index,pager gS "<change-folder>=Spam<enter>" "go to spam"
+macro index,pager MS ";<save-message>=Spam<enter>" "move mail to spam"
+macro index,pager CS ";<copy-message>=Spam<enter>" "copy mail to spam"
+macro index,pager gt "<change-folder>=Trash<enter>" "go to trash"
+macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash"
+macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash"
+set trash = "+Trash"
diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/2-gmail_br.muttrc
index c5e86dc..4c3b748 100644
--- a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc
+++ b/.config/mutt/accounts/2-gmail_br.muttrc
@@ -2,12 +2,13 @@
# muttrc file for account bousset.rudy@gmail.com
set realname = "Rudy Bousset"
set from = "bousset.rudy@gmail.com"
-set sendmail = "msmtp -a bousset.rudy@gmail.com"
+set sendmail = "msmtp -a gmail_br"
alias me Rudy Bousset <bousset.rudy@gmail.com>
-set folder = "$MAIL/bousset.rudy@gmail.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/bousset.rudy@gmail.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/bousset.rudy@gmail.com/bodies
+set folder = "$MAIL/gmail_br"
+set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_br/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_br/bodies
set mbox_type = Maildir
+set crypt_autosign = yes
bind index,pager gg noop
bind index,pager g noop
@@ -16,7 +17,7 @@ bind index,pager C noop
bind index gg first-entry
bind pager gg top
bind pager G bottom
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc bousset.rudy@gmail.com<enter>" "run mbsync to sync bousset.rudy@gmail.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_br<enter>" "run mbsync to sync bousset.rudy@gmail.com"
unmailboxes *
mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep"
diff --git a/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc b/.config/mutt/accounts/3-gmail_oon.muttrc
index f403325..c857da5 100644
--- a/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc
+++ b/.config/mutt/accounts/3-gmail_oon.muttrc
@@ -2,12 +2,13 @@
# muttrc file for account olsen.oyvind.nor@gmail.com
set realname = "Joe"
set from = "olsen.oyvind.nor@gmail.com"
-set sendmail = "msmtp -a olsen.oyvind.nor@gmail.com"
+set sendmail = "msmtp -a gmail_oon"
alias me Joe <olsen.oyvind.nor@gmail.com>
-set folder = "$MAIL/olsen.oyvind.nor@gmail.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/olsen.oyvind.nor@gmail.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/olsen.oyvind.nor@gmail.com/bodies
+set folder = "$MAIL/gmail_oon"
+set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_oon/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_oon/bodies
set mbox_type = Maildir
+set crypt_autosign = yes
bind index,pager gg noop
bind index,pager g noop
@@ -16,7 +17,7 @@ bind index,pager C noop
bind index gg first-entry
bind pager gg top
bind pager G bottom
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc olsen.oyvind.nor@gmail.com<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_oon<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com"
unmailboxes *
mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep"
diff --git a/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc b/.config/mutt/accounts/4-gmail_tos.muttrc
index 848da7f..abd7a53 100644
--- a/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc
+++ b/.config/mutt/accounts/4-gmail_tos.muttrc
@@ -2,12 +2,13 @@
# muttrc file for account towerofsilence777@gmail.com
set realname = "Tower Of Silence"
set from = "towerofsilence777@gmail.com"
-set sendmail = "msmtp -a towerofsilence777@gmail.com"
+set sendmail = "msmtp -a gmail_tos"
alias me Tower Of Silence <towerofsilence777@gmail.com>
-set folder = "$MAIL/towerofsilence777@gmail.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/towerofsilence777@gmail.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/towerofsilence777@gmail.com/bodies
+set folder = "$MAIL/gmail_tos"
+set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_tos/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_tos/bodies
set mbox_type = Maildir
+set crypt_autosign = yes
bind index,pager gg noop
bind index,pager g noop
@@ -16,7 +17,7 @@ bind index,pager C noop
bind index gg first-entry
bind pager gg top
bind pager G bottom
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc towerofsilence777@gmail.com<enter>" "run mbsync to sync towerofsilence777@gmail.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos<enter>" "run mbsync to sync towerofsilence777@gmail.com"
unmailboxes *
mailboxes "=INBOX" "=[Gmail].Messages envoy&AOk-s" "=[Gmail].Brouillons" "=[Gmail].Spam" "=[Gmail].Corbeille" "=[Gmail].Important" "=[Gmail].Suivis"
diff --git a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc b/.config/mutt/accounts/5-ss_perso.muttrc
index b0979f6..fb71415 100644
--- a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc
+++ b/.config/mutt/accounts/5-ss_perso.muttrc
@@ -2,12 +2,13 @@
# muttrc file for account rbousset@secuserve.com
set realname = "Rudy Bousset"
set from = "rbousset@secuserve.com"
-set sendmail = "msmtp -a rbousset@secuserve.com"
+set sendmail = "msmtp -a ss_perso"
alias me Rudy Bousset <rbousset@secuserve.com>
-set folder = "$MAIL/rbousset@secuserve.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/rbousset@secuserve.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/rbousset@secuserve.com/bodies
+set folder = "$MAIL/ss_perso"
+set header_cache = $XDG_RUNTIME_DIR/mutt/ss_perso/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/ss_perso/bodies
set mbox_type = Maildir
+set crypt_autosign = yes
bind index,pager gg noop
bind index,pager g noop
@@ -16,7 +17,7 @@ bind index,pager C noop
bind index gg first-entry
bind pager gg top
bind pager G bottom
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc rbousset@secuserve.com<enter>" "run mbsync to sync rbousset@secuserve.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc ss_perso<enter>" "run mbsync to sync rbousset@secuserve.com"
unmailboxes *
mailboxes "=INBOX" "=Sent" "=Drafts" "=Junk" "=Trash" "=Keep" "=NEWS" "=Calendrier" "=T&AOI-ches" "=Notes" "=Reports" "=Reports/OTRS" "=Reports/Trello" "=Reports/Teams" "=Reports/Unimus" "=Reports/vzdump"
diff --git a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc b/.config/mutt/accounts/6-ss_exploit.muttrc
index 56b88f4..9232643 100644
--- a/.config/mutt/accounts/6-exploitation@secuserve.com.muttrc
+++ b/.config/mutt/accounts/6-ss_exploit.muttrc
@@ -2,12 +2,13 @@
# muttrc file for account support@secuserve.com
set realname = "Team Exploitation SecuServe"
set from = "exploitation@secuserve.com"
-set sendmail = "msmtp -a exploitation@secuserve.com"
+set sendmail = "msmtp -a ss_exploit"
alias me Team Exploitation SecuServe <exploitation@secuserve.com>
-set folder = "$MAIL/exploitation@secuserve.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/exploitation@secuserve.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/exploitation@secuserve.com/bodies
+set folder = "$MAIL/ss_exploit"
+set header_cache = $XDG_RUNTIME_DIR/mutt/ss_exploit/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/ss_exploit/bodies
set mbox_type = Maildir
+set crypt_autosign = no
bind index,pager gg noop
bind index,pager g noop
@@ -16,7 +17,7 @@ bind index,pager C noop
bind index gg first-entry
bind pager gg top
bind pager G bottom
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc exploitation@secuserve.com<enter>" "run mbsync to sync exploitation@secuserve.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc ss_exploit<enter>" "run mbsync to sync exploitation@secuserve.com"
unmailboxes *
mailboxes "=INBOX" "=INBOX/- Secuserve" "=INBOX/Altospam" "=INBOX/BAT" "=INBOX/DEBUG" "=INBOX/Erreurs (boite recept)" \
diff --git a/.config/mutt/accounts/7-support@secuserve.com.muttrc b/.config/mutt/accounts/7-ss_support.muttrc
index 846e091..ac92fab 100644
--- a/.config/mutt/accounts/7-support@secuserve.com.muttrc
+++ b/.config/mutt/accounts/7-ss_support.muttrc
@@ -2,19 +2,20 @@
# muttrc file for account support@secuserve.com
set realname = "Support SecuServe"
set from = "support@secuserve.com"
-set sendmail = "msmtp -a support@secuserve.com"
+set sendmail = "msmtp -a ss_support"
alias me Support SecuServe <support@secuserve.com>
-set folder = "$MAIL/support@secuserve.com"
-set header_cache = $XDG_RUNTIME_DIR/mutt/support@secuserve.com/headers
-set message_cachedir = $XDG_RUNTIME_DIR/mutt/support@secuserve.com/bodies
+set folder = "$MAIL/ss_support"
+set header_cache = $XDG_RUNTIME_DIR/mutt/ss_support/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/ss_support/bodies
set mbox_type = Maildir
+set crypt_autosign = no
bind index,pager gg noop
bind index,pager g noop
bind index,pager M noop
bind index,pager C noop
bind index gg first-entry
-macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc support@secuserve.com<enter>" "run mbsync to sync support@secuserve.com"
+macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc ss_support<enter>" "run mbsync to sync support@secuserve.com"
unmailboxes *
mailboxes "=INBOX" "=INBOX/ALFRESCO" "=INBOX/FIN EVAL" "=INBOX/NAS" "=INBOX/Owentis notif" \
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index 99901b4..50d90c2 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -1,15 +1,17 @@
# vim: filetype=neomuttrc
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"
+source $XDG_CONFIG_HOME/mutt/accounts/1-main.muttrc
+macro index,pager <f1> '<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 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 <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"
+macro index,pager 6 '<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"
+macro index,pager <f7> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/7-ss_support.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-ss_support.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to support@secuserve.com"