summaryrefslogtreecommitdiffstats
path: root/.config/mutt/accounts/3-gmail_tos.muttrc
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2024-06-16 16:15:20 +0200
committerJoe <bousset.rudy@gmail.com>2024-06-16 16:15:20 +0200
commit10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch)
tree354ec7ef08285c23863fb4f68168973ec41793d2 /.config/mutt/accounts/3-gmail_tos.muttrc
parentup (diff)
downloaddotfiles-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/3-gmail_tos.muttrc')
-rw-r--r--.config/mutt/accounts/3-gmail_tos.muttrc44
1 files changed, 0 insertions, 44 deletions
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 <towerofsilence777@gmail.com>
-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 "<shell-escape>killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc gmail_tos<enter>" "run mbsync to sync towerofsilence777@gmail.com"
-unmailboxes *
-
-mailboxes "=INBOX" "=[Gmail]/Sent Mail" "=[Gmail]/Drafts" "=[Gmail]/Spam" "=[Gmail]/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>=[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"