diff options
author | joe <rbo@gmx.us> | 2025-09-29 16:51:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 16:51:10 +0200 |
commit | 78e68d2991cea31608120a0900a3477d5c70797e (patch) | |
tree | 81968c9c1d57682bfcbf414fa2cf921bb44f2ca2 /.config/mutt/accounts/4-gmail_oon.muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.gz dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.bz2 dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.xz dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.tar.zst dotfiles-bsd-78e68d2991cea31608120a0900a3477d5c70797e.zip |
up
Diffstat (limited to '.config/mutt/accounts/4-gmail_oon.muttrc')
-rw-r--r-- | .config/mutt/accounts/4-gmail_oon.muttrc | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/mutt/accounts/4-gmail_oon.muttrc b/.config/mutt/accounts/4-gmail_oon.muttrc new file mode 100644 index 0000000..4f398a5 --- /dev/null +++ b/.config/mutt/accounts/4-gmail_oon.muttrc @@ -0,0 +1,50 @@ +# 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 <olsen.oyvind.nor@gmail.com> +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/4-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 "<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 * + +named-mailboxes \ + " inbox" =INBOX \ + " sent" "=[Gmail]/Sent Mail" \ + " draft" =[Gmail]/Drafts \ + " junk" =[Gmail]/Spam \ + " trash" =[Gmail]/Trash \ + " keep" =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>=[Gmail]/Sent Mail<enter>" "go to sent" +macro index,pager Ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" +macro index,pager Cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" +set record = "" +macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "go to drafts" +macro index,pager Md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" +macro index,pager Cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" +set postponed = +[Gmail]/Drafts +macro index,pager gS "<change-folder>=[Gmail]/Spam<enter>" "go to spam" +macro index,pager MS ";<save-message>=[Gmail]/Spam<enter>" "move mail to spam" +macro index,pager CS ";<copy-message>=[Gmail]/Spam<enter>" "copy mail to spam" +macro index,pager gt "<change-folder>=[Gmail]/Trash<enter>" "go to trash" +macro index,pager Mt ";<save-message>=[Gmail]/Trash<enter>" "move mail to trash" +macro index,pager Ct ";<copy-message>=[Gmail]/Trash<enter>" "copy mail to trash" +set trash = +[Gmail]/Trash |