diff options
Diffstat (limited to '.config/mutt/accounts/1-gmx_rbo.muttrc')
-rw-r--r-- | .config/mutt/accounts/1-gmx_rbo.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/mutt/accounts/1-gmx_rbo.muttrc b/.config/mutt/accounts/1-gmx_rbo.muttrc index 4c260a5..287edda 100644 --- a/.config/mutt/accounts/1-gmx_rbo.muttrc +++ b/.config/mutt/accounts/1-gmx_rbo.muttrc @@ -1,9 +1,9 @@ # vim: filetype=neomuttrc # muttrc file for account bousset.rudy@gmail.com -set realname = "Rudy Bousset" +set realname = "joe" set from = "rbo@gmx.us" set sendmail = "msmtp -a gmx_rbo" -alias me Rudy Bousset <rbo@gmx.us> +alias me joe <rbo@gmx.us> 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 @@ -18,7 +18,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 gmx_rbo<enter>" "run mbsync to sync rbo@gmx.us" +macro index o "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync gmx_rbo<enter>" "run mbsync to sync rbo@gmx.us" unmailboxes * mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Keep" |