diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-23 18:05:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-23 18:05:52 +0200 |
commit | bb4a92e4c29cfb8250ae0852bbbb9162c94efb66 (patch) | |
tree | 7f01d9943a59d3a0fa7467e1d2e01783a5374d92 /.config/mutt/accounts/6-ss_exploit.muttrc | |
parent | up (diff) | |
download | dotfiles-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 '')
-rw-r--r-- | .config/mutt/accounts/6-ss_exploit.muttrc (renamed from .config/mutt/accounts/6-exploitation@secuserve.com.muttrc) | 11 |
1 files changed, 6 insertions, 5 deletions
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)" \ |