diff options
author | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
commit | 10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch) | |
tree | 354ec7ef08285c23863fb4f68168973ec41793d2 /.config/mutt/accounts | |
parent | up (diff) | |
download | dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.gz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.bz2 dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.xz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.zst dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.zip |
mailup
Diffstat (limited to '.config/mutt/accounts')
-rw-r--r-- | .config/mutt/accounts/1-gmx_rbo.muttrc | 44 | ||||
-rw-r--r-- | .config/mutt/accounts/4-gmail_br.muttrc (renamed from .config/mutt/accounts/1-gmail_br.muttrc) | 0 | ||||
-rw-r--r-- | .config/mutt/accounts/5-gmail_oon.muttrc (renamed from .config/mutt/accounts/2-gmail_oon.muttrc) | 0 | ||||
-rw-r--r-- | .config/mutt/accounts/6-gmail_tos.muttrc (renamed from .config/mutt/accounts/3-gmail_tos.muttrc) | 0 |
4 files changed, 44 insertions, 0 deletions
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 <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 +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 "<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" +unmailboxes * + +mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Keep" + +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 = "" +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-gmail_br.muttrc b/.config/mutt/accounts/4-gmail_br.muttrc index ac92a3c..ac92a3c 100644 --- a/.config/mutt/accounts/1-gmail_br.muttrc +++ b/.config/mutt/accounts/4-gmail_br.muttrc diff --git a/.config/mutt/accounts/2-gmail_oon.muttrc b/.config/mutt/accounts/5-gmail_oon.muttrc index 09e1b14..09e1b14 100644 --- a/.config/mutt/accounts/2-gmail_oon.muttrc +++ b/.config/mutt/accounts/5-gmail_oon.muttrc diff --git a/.config/mutt/accounts/3-gmail_tos.muttrc b/.config/mutt/accounts/6-gmail_tos.muttrc index 55bb1a1..55bb1a1 100644 --- a/.config/mutt/accounts/3-gmail_tos.muttrc +++ b/.config/mutt/accounts/6-gmail_tos.muttrc |