From 10b2bcdc00f22d28804d408429ea46bcfe60c222 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 16 Jun 2024 16:15:20 +0200 Subject: mailup --- .config/mutt/accounts/1-gmail_br.muttrc | 44 -------------------------- .config/mutt/accounts/1-gmx_rbo.muttrc | 44 ++++++++++++++++++++++++++ .config/mutt/accounts/2-gmail_oon.muttrc | 44 -------------------------- .config/mutt/accounts/3-gmail_tos.muttrc | 44 -------------------------- .config/mutt/accounts/4-gmail_br.muttrc | 44 ++++++++++++++++++++++++++ .config/mutt/accounts/5-gmail_oon.muttrc | 44 ++++++++++++++++++++++++++ .config/mutt/accounts/6-gmail_tos.muttrc | 44 ++++++++++++++++++++++++++ .config/mutt/defaults.muttrc | 54 ++++++++++++++++---------------- .config/mutt/muttrc | 22 ++++++------- 9 files changed, 212 insertions(+), 172 deletions(-) delete mode 100644 .config/mutt/accounts/1-gmail_br.muttrc create mode 100644 .config/mutt/accounts/1-gmx_rbo.muttrc delete mode 100644 .config/mutt/accounts/2-gmail_oon.muttrc delete mode 100644 .config/mutt/accounts/3-gmail_tos.muttrc create mode 100644 .config/mutt/accounts/4-gmail_br.muttrc create mode 100644 .config/mutt/accounts/5-gmail_oon.muttrc create mode 100644 .config/mutt/accounts/6-gmail_tos.muttrc (limited to '.config/mutt') diff --git a/.config/mutt/accounts/1-gmail_br.muttrc b/.config/mutt/accounts/1-gmail_br.muttrc deleted file mode 100644 index ac92a3c..0000000 --- a/.config/mutt/accounts/1-gmail_br.muttrc +++ /dev/null @@ -1,44 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account bousset.rudy@gmail.com -set realname = "Rudy Bousset" -set from = "bousset.rudy@gmail.com" -set sendmail = "msmtp -a gmail_br" -alias me Rudy Bousset -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 -set signature = $XDG_CONFIG_HOME/mutt/sig/2-gmail_br - -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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_br" "run mbsync to sync bousset.rudy@gmail.com" -unmailboxes * - -mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" - -macro index,pager gi "=INBOX" "go to inbox" -macro index,pager Mi ";=INBOX" "move mail to inbox" -macro index,pager Ci ";=INBOX" "copy mail to inbox" -set spoolfile = "+INBOX" -macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" -macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" -macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "" -macro index,pager gd "=[Gmail]/Drafts" "go to drafts" -macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" -macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" -set postponed = "+[Gmail]/Drafts" -macro index,pager gS "=[Gmail]/Spam" "go to spam" -macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" -macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" -macro index,pager gt "=[Gmail]/Trash" "go to trash" -macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" -macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" -set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/accounts/1-gmx_rbo.muttrc b/.config/mutt/accounts/1-gmx_rbo.muttrc new file mode 100644 index 0000000..4c260a5 --- /dev/null +++ b/.config/mutt/accounts/1-gmx_rbo.muttrc @@ -0,0 +1,44 @@ +# vim: filetype=neomuttrc +# muttrc file for account bousset.rudy@gmail.com +set realname = "Rudy Bousset" +set from = "rbo@gmx.us" +set sendmail = "msmtp -a gmx_rbo" +alias me Rudy Bousset +set folder = "$MAIL/gmx_rbo" +set header_cache = $XDG_RUNTIME_DIR/mutt/gmx_rbo/headers +set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmx_rbo/bodies +set mbox_type = Maildir +set crypt_autosign = yes +set signature = $XDG_CONFIG_HOME/mutt/sig/1-gmx_rbo + +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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmx_rbo" "run mbsync to sync rbo@gmx.us" +unmailboxes * + +mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Keep" + +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" +macro index,pager gs "=Sent" "go to sent" +macro index,pager Ms ";=Sent" "move mail to sent" +macro index,pager Cs ";=Sent" "copy mail to sent" +set record = "" +macro index,pager gd "=Drafts" "go to drafts" +macro index,pager Md ";=Drafts" "move mail to drafts" +macro index,pager Cd ";=Drafts" "copy mail to drafts" +set postponed = "+Drafts" +macro index,pager gS "=Spam" "go to spam" +macro index,pager MS ";=Spam" "move mail to spam" +macro index,pager CS ";=Spam" "copy mail to spam" +macro index,pager gt "=Trash" "go to trash" +macro index,pager Mt ";=Trash" "move mail to trash" +macro index,pager Ct ";=Trash" "copy mail to trash" +set trash = "+Trash" diff --git a/.config/mutt/accounts/2-gmail_oon.muttrc b/.config/mutt/accounts/2-gmail_oon.muttrc deleted file mode 100644 index 09e1b14..0000000 --- a/.config/mutt/accounts/2-gmail_oon.muttrc +++ /dev/null @@ -1,44 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account olsen.oyvind.nor@gmail.com -set realname = "Joe" -set from = "olsen.oyvind.nor@gmail.com" -set sendmail = "msmtp -a gmail_oon" -alias me Joe -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 -set signature = $XDG_CONFIG_HOME/mutt/sig/3-gmail_oon - -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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_oon" "run mbsync to sync olsen.oyvind.nor@gmail.com" -unmailboxes * - -mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" - -macro index,pager gi "=INBOX" "go to inbox" -macro index,pager Mi ";=INBOX" "move mail to inbox" -macro index,pager Ci ";=INBOX" "copy mail to inbox" -set spoolfile = "+INBOX" -macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" -macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" -macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "" -macro index,pager gd "=[Gmail]/Drafts" "go to drafts" -macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" -macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" -set postponed = "+[Gmail]/Drafts" -macro index,pager gS "=[Gmail]/Spam" "go to spam" -macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" -macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" -macro index,pager gt "=[Gmail]/Trash" "go to trash" -macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" -macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" -set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/accounts/3-gmail_tos.muttrc b/.config/mutt/accounts/3-gmail_tos.muttrc deleted file mode 100644 index 55bb1a1..0000000 --- a/.config/mutt/accounts/3-gmail_tos.muttrc +++ /dev/null @@ -1,44 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account towerofsilence777@gmail.com -set realname = "Tower Of Silence - Joe" -set from = "towerofsilence777@gmail.com" -set sendmail = "msmtp -a gmail_tos" -alias me Tower Of Silence - Joe -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 -set signature = $XDG_CONFIG_HOME/mutt/sig/4-gmail_tos - -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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos" "run mbsync to sync towerofsilence777@gmail.com" -unmailboxes * - -mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" - -macro index,pager gi "=INBOX" "go to inbox" -macro index,pager Mi ";=INBOX" "move mail to inbox" -macro index,pager Ci ";=INBOX" "copy mail to inbox" -set spoolfile = "+INBOX" -macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" -macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" -macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "" -macro index,pager gd "=[Gmail]/Drafts" "go to drafts" -macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" -macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" -set postponed = "+[Gmail]/Drafts" -macro index,pager gS "=[Gmail]/Spam" "go to spam" -macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" -macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" -macro index,pager gt "=[Gmail]/Trash" "go to trash" -macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" -macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" -set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/accounts/4-gmail_br.muttrc b/.config/mutt/accounts/4-gmail_br.muttrc new file mode 100644 index 0000000..ac92a3c --- /dev/null +++ b/.config/mutt/accounts/4-gmail_br.muttrc @@ -0,0 +1,44 @@ +# vim: filetype=neomuttrc +# muttrc file for account bousset.rudy@gmail.com +set realname = "Rudy Bousset" +set from = "bousset.rudy@gmail.com" +set sendmail = "msmtp -a gmail_br" +alias me Rudy Bousset +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 +set signature = $XDG_CONFIG_HOME/mutt/sig/2-gmail_br + +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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_br" "run mbsync to sync bousset.rudy@gmail.com" +unmailboxes * + +mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" + +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" +macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" +macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" +macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" +set record = "" +macro index,pager gd "=[Gmail]/Drafts" "go to drafts" +macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" +macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" +set postponed = "+[Gmail]/Drafts" +macro index,pager gS "=[Gmail]/Spam" "go to spam" +macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" +macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" +macro index,pager gt "=[Gmail]/Trash" "go to trash" +macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" +macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" +set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/accounts/5-gmail_oon.muttrc b/.config/mutt/accounts/5-gmail_oon.muttrc new file mode 100644 index 0000000..09e1b14 --- /dev/null +++ b/.config/mutt/accounts/5-gmail_oon.muttrc @@ -0,0 +1,44 @@ +# vim: filetype=neomuttrc +# muttrc file for account olsen.oyvind.nor@gmail.com +set realname = "Joe" +set from = "olsen.oyvind.nor@gmail.com" +set sendmail = "msmtp -a gmail_oon" +alias me Joe +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 +set signature = $XDG_CONFIG_HOME/mutt/sig/3-gmail_oon + +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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_oon" "run mbsync to sync olsen.oyvind.nor@gmail.com" +unmailboxes * + +mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" + +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" +macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" +macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" +macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" +set record = "" +macro index,pager gd "=[Gmail]/Drafts" "go to drafts" +macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" +macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" +set postponed = "+[Gmail]/Drafts" +macro index,pager gS "=[Gmail]/Spam" "go to spam" +macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" +macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" +macro index,pager gt "=[Gmail]/Trash" "go to trash" +macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" +macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" +set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/accounts/6-gmail_tos.muttrc b/.config/mutt/accounts/6-gmail_tos.muttrc new file mode 100644 index 0000000..55bb1a1 --- /dev/null +++ b/.config/mutt/accounts/6-gmail_tos.muttrc @@ -0,0 +1,44 @@ +# vim: filetype=neomuttrc +# muttrc file for account towerofsilence777@gmail.com +set realname = "Tower Of Silence - Joe" +set from = "towerofsilence777@gmail.com" +set sendmail = "msmtp -a gmail_tos" +alias me Tower Of Silence - Joe +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 +set signature = $XDG_CONFIG_HOME/mutt/sig/4-gmail_tos + +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 "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos" "run mbsync to sync towerofsilence777@gmail.com" +unmailboxes * + +mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/Trash" "=Keep" + +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" +macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" +macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" +macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" +set record = "" +macro index,pager gd "=[Gmail]/Drafts" "go to drafts" +macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" +macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" +set postponed = "+[Gmail]/Drafts" +macro index,pager gS "=[Gmail]/Spam" "go to spam" +macro index,pager MS ";=[Gmail]/Spam" "move mail to spam" +macro index,pager CS ";=[Gmail]/Spam" "copy mail to spam" +macro index,pager gt "=[Gmail]/Trash" "go to trash" +macro index,pager Mt ";=[Gmail]/Trash" "move mail to trash" +macro index,pager Ct ";=[Gmail]/Trash" "copy mail to trash" +set trash = "+[Gmail]/Trash" diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 52f8408..ebc1cb7 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -3,7 +3,7 @@ # mutt will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set editor = "emacsclient -nw -a nvim" +set editor = "nvim" set mailcap_path = $XDG_CONFIG_HOME/mutt/mailcap set date_format="%d/%m/%y %H:%M" set index_format="%?X?A& ? %D %-24.24F %s (%c)" @@ -114,37 +114,37 @@ macro compose Y "\ # colorscheme # color normal default default -# color indicator brightyellow red -# color tree default default -# color status brightgreen blue +# color indicator brightyellow red +# color tree default default +# color status brightgreen blue # color error brightred default # color message red default # color signature red default # color attachment yellow default -# color search brightyellow red +# color search brightyellow red # color tilde brightmagenta default # color markers red default # color hdrdefault cyan default -# color bold green black -# color underline yellow black -# -# color index_flags black white ~D -# color index_flags green default ~g -# color index_flags brightgreen default ~G +# color bold green black +# color underline yellow black +# +# color index_flags black white ~D +# color index_flags green default ~g +# color index_flags brightgreen default ~G # color index_flags yellow default ~N -# +# # color index_author blue brightred ~F # color index_author black green '%f Bekannte' # color index_author black red '%f Work' -# +# # color index_number green default -# color index_date cyan default +# color index_date cyan default # color index_size cyan default -# +# # color header brightcyan default '^From:' # color header brightcyan default '^Subject:' # color header black brightgreen '^User-Agent:.*Mutt' -# +# # color body brightwhite default "([0-2][0-9]|[0-9]|[1-2][0-9]):[0-5][0-9](:[0-5][0-9])?" # color body brightwhite default "([0-3])?[0-9]\\.([0-1])?[0-9]\\.([1-2][0-9])?[0-9][0-9]" # color body brightgreen default "(^| )_[[:print:]]+_[ \n]" @@ -155,17 +155,17 @@ macro compose Y "\ # color body default blue "^===+$" # color body default blue "^---+$" # color body brightdefault blue "^#+[[:print:]]+$" -# -# color quoted magenta default -# color quoted1 red default -# color quoted2 green default -# color quoted3 magenta default -# color quoted4 blue default -# color quoted5 cyan default -# color quoted6 green default -# color quoted7 red default -# color quoted8 magenta default -# color quoted9 blue default +# +# color quoted magenta default +# color quoted1 red default +# color quoted2 green default +# color quoted3 magenta default +# color quoted4 blue default +# color quoted5 cyan default +# color quoted6 green default +# color quoted7 red default +# color quoted8 magenta default +# color quoted9 blue default # Default index colors: color index white default '.*' diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index e3d7221..7877696 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -1,15 +1,11 @@ # vim: filetype=neomuttrc source $XDG_CONFIG_HOME/mutt/defaults.muttrc -source $XDG_CONFIG_HOME/mutt/accounts/1-gmail_br.muttrc -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/1-gmail_br.muttrc!;' "switch to bousset.rudy@gmail.com" -macro index,pager 1 'source $XDG_CONFIG_HOME/mutt/accounts/1-gmail_br.muttrc!;' "switch to bousset.rudy@gmail.com" -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_oon.muttrc!;' "switch to olsen.oyvind.nor@gmail.com" -macro index,pager 2 'source $XDG_CONFIG_HOME/mutt/accounts/2-gmail_oon.muttrc!;' "switch to olsen.oyvind.nor@gmail.com" -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_tos.muttrc!;' "switch to towerofsilence777@gmail.com" -macro index,pager 3 'source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_tos.muttrc!;' "switch to towerofsilence777@gmail.com" -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/4-ss_perso.muttrc!;' "switch to rbousset@secuserve.com" -macro index,pager 4 'source $XDG_CONFIG_HOME/mutt/accounts/4-ss_perso.muttrc!;' "switch to rbousset@secuserve.com" -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/5-ss_exploit.muttrc!;' "switch to exploitation@secuserve.com" -macro index,pager 5 'source $XDG_CONFIG_HOME/mutt/accounts/5-ss_exploit.muttrc!;' "switch to exploitation@secuserve.com" -macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/6-ss_support.muttrc!;' "switch to support@secuserve.com" -macro index,pager 6 'source $XDG_CONFIG_HOME/mutt/accounts/6-ss_support.muttrc!;' "switch to support@secuserve.com" +source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc +macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc!;' "switch to bousset.rudy@gmail.com" +macro index,pager 1 'source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc!;' "switch to bousset.rudy@gmail.com" +macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc!;' "switch to bousset.rudy@gmail.com" +macro index,pager 4 'source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc!;' "switch to bousset.rudy@gmail.com" +macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/5-gmail_oon.muttrc!;' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager 5 'source $XDG_CONFIG_HOME/mutt/accounts/5-gmail_oon.muttrc!;' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager 'source $XDG_CONFIG_HOME/mutt/accounts/6-gmail_tos.muttrc!;' "switch to towerofsilence777@gmail.com" +macro index,pager 6 'source $XDG_CONFIG_HOME/mutt/accounts/6-gmail_tos.muttrc!;' "switch to towerofsilence777@gmail.com" -- cgit v1.2.3