summaryrefslogtreecommitdiffstats
path: root/.config/mutt
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-29 16:51:10 +0200
committerjoe <rbo@gmx.us>2025-09-29 16:51:10 +0200
commit78e68d2991cea31608120a0900a3477d5c70797e (patch)
tree81968c9c1d57682bfcbf414fa2cf921bb44f2ca2 /.config/mutt
parentup (diff)
downloaddotfiles-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')
-rw-r--r--.config/mutt/accounts/1-gmx_rbo.muttrc14
-rw-r--r--.config/mutt/accounts/2-gmx_shop.muttrc49
-rw-r--r--.config/mutt/accounts/3-gmail_br.muttrc50
-rw-r--r--.config/mutt/accounts/4-gmail_oon.muttrc50
-rw-r--r--.config/mutt/accounts/off/6-gmail_tos.muttrc44
-rw-r--r--.config/mutt/defaults.muttrc7
-rw-r--r--.config/mutt/muttrc2
-rw-r--r--.config/mutt/sig/1-gmx_rbo (renamed from .config/mutt/sig/1-main)0
-rw-r--r--.config/mutt/sig/2-gmx_shop3
9 files changed, 212 insertions, 7 deletions
diff --git a/.config/mutt/accounts/1-gmx_rbo.muttrc b/.config/mutt/accounts/1-gmx_rbo.muttrc
index 287edda..2c99094 100644
--- a/.config/mutt/accounts/1-gmx_rbo.muttrc
+++ b/.config/mutt/accounts/1-gmx_rbo.muttrc
@@ -21,12 +21,18 @@ bind pager G bottom
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"
+named-mailboxes \
+ "󰶉 inbox" =INBOX \
+ " sent" =Sent \
+ "󱩽 draft" =Drafts \
+ "󰳤 junk" =Spam \
+ " trash" =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"
+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"
@@ -34,11 +40,11 @@ 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"
+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"
+set trash = +Trash
diff --git a/.config/mutt/accounts/2-gmx_shop.muttrc b/.config/mutt/accounts/2-gmx_shop.muttrc
new file mode 100644
index 0000000..abb951b
--- /dev/null
+++ b/.config/mutt/accounts/2-gmx_shop.muttrc
@@ -0,0 +1,49 @@
+# vim: filetype=neomuttrc
+# muttrc file for account bousset.rudy@gmail.com
+set realname = "joe"
+set from = "rbo_shop@gmx.us"
+set sendmail = "msmtp -a gmx_shop"
+alias me joe <rbo_shop@gmx.us>
+set folder = "$MAIL/gmx_shop"
+set header_cache = $XDG_RUNTIME_DIR/mutt/gmx_shop/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmx_shop/bodies
+set mbox_type = Maildir
+set crypt_autosign = yes
+set signature = $XDG_CONFIG_HOME/mutt/sig/2-gmx_shop
+
+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 gmx_shop<enter>" "run mbsync to sync rbo@gmx.us"
+unmailboxes *
+
+named-mailboxes \
+ "󰶉 inbox" =INBOX \
+ " sent" =Sent \
+ "󱩽 draft" =Drafts \
+ "󰳤 junk" =Spam \
+ " trash" =Trash
+
+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/3-gmail_br.muttrc b/.config/mutt/accounts/3-gmail_br.muttrc
new file mode 100644
index 0000000..18d1da4
--- /dev/null
+++ b/.config/mutt/accounts/3-gmail_br.muttrc
@@ -0,0 +1,50 @@
+# vim: filetype=neomuttrc
+# muttrc file for account bousset.rudy@gmail.com
+set realname = "Rudy Bousset"
+set from = "bousset.rudy@gmail.com"
+set sendmail = "msmtp -a gmail_br"
+alias me Rudy Bousset <bousset.rudy@gmail.com>
+set folder = "$MAIL/gmail_br"
+set header_cache = $XDG_RUNTIME_DIR/mutt/gmail_br/headers
+set message_cachedir = $XDG_RUNTIME_DIR/mutt/gmail_br/bodies
+set mbox_type = Maildir
+set crypt_autosign = yes
+set signature = $XDG_CONFIG_HOME/mutt/sig/3-gmail_br
+
+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_br<enter>" "run mbsync to sync bousset.rudy@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
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
diff --git a/.config/mutt/accounts/off/6-gmail_tos.muttrc b/.config/mutt/accounts/off/6-gmail_tos.muttrc
new file mode 100644
index 0000000..55bb1a1
--- /dev/null
+++ b/.config/mutt/accounts/off/6-gmail_tos.muttrc
@@ -0,0 +1,44 @@
+# 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"
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc
index 0a714bd..3787f44 100644
--- a/.config/mutt/defaults.muttrc
+++ b/.config/mutt/defaults.muttrc
@@ -97,6 +97,7 @@ bind pager,browser G bottom-page
bind index,pager,browser d half-down
bind index,pager,browser u half-up
bind index,pager S sync-mailbox
+bind index,pager s sync-mailbox
bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel
@@ -179,9 +180,9 @@ color index_author brightred default "~N"
# color index_subject brightred default "~N"
# Tagged mail is highlighted:
-color index default color088 "~T"
-color index_author default color088 "~T"
-color index_subject default default "~T"
+color index default red "~T"
+color index_author default red "~T"
+color index_subject default red "~T"
# Shaded for deleted
color index brightblack default '~D'
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index f902400..81f903a 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -3,6 +3,8 @@ source $XDG_CONFIG_HOME/mutt/defaults.muttrc
source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc
macro index,pager <f1> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo@gmx.us"
macro index,pager 1 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo@gmx.us"
+macro index,pager <f2> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmx_shop.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo_shop@gmx.us"
+macro index,pager 2 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmx_shop.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo_shop@gmx.us"
# macro index,pager <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com"
# macro index,pager 4 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com"
# macro index,pager <f5> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/5-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com"
diff --git a/.config/mutt/sig/1-main b/.config/mutt/sig/1-gmx_rbo
index ebd66b8..ebd66b8 100644
--- a/.config/mutt/sig/1-main
+++ b/.config/mutt/sig/1-gmx_rbo
diff --git a/.config/mutt/sig/2-gmx_shop b/.config/mutt/sig/2-gmx_shop
new file mode 100644
index 0000000..ebd66b8
--- /dev/null
+++ b/.config/mutt/sig/2-gmx_shop
@@ -0,0 +1,3 @@
+joe
+jozan.org
++337 86 27 02 09