From 63f9546c6f2a114eeaf17ca2120cfeee642517f7 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 4 Oct 2022 15:11:19 +0200 Subject: up --- .config/emacs/org/config.org | 1 + .config/mutt/accounts/1-main.muttrc | 2 +- .config/mutt/accounts/2-gmail_br.muttrc | 2 +- .config/mutt/accounts/3-gmail_oon.muttrc | 2 +- .config/mutt/accounts/4-gmail_tos.muttrc | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 6722a16..f180ce0 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -211,6 +211,7 @@ (add-to-list 'auto-mode-alist '("dunstrc$" . conf-mode)) (add-to-list 'auto-mode-alist '("loader.conf$" . conf-mode)) (add-to-list 'auto-mode-alist '("mailcap$" . conf-mode)) + (add-to-list 'auto-mode-alist '("/tmp/neomutt-*" . mail-mode)) #+END_SRC ** Core packages diff --git a/.config/mutt/accounts/1-main.muttrc b/.config/mutt/accounts/1-main.muttrc index ed85afb..d1104f9 100644 --- a/.config/mutt/accounts/1-main.muttrc +++ b/.config/mutt/accounts/1-main.muttrc @@ -30,7 +30,7 @@ set spoolfile = "+INBOX" macro index,pager gs "=Sent" "go to sent" macro index,pager Ms ";=Sent" "move mail to sent" macro index,pager Cs ";=Sent" "copy mail to sent" -set record = "+Sent" +set record = "" macro index,pager gd "=Drafts" "go to drafts" macro index,pager Md ";=Drafts" "move mail to drafts" macro index,pager Cd ";=Drafts" "copy mail to drafts" diff --git a/.config/mutt/accounts/2-gmail_br.muttrc b/.config/mutt/accounts/2-gmail_br.muttrc index e7d09da..ac92a3c 100644 --- a/.config/mutt/accounts/2-gmail_br.muttrc +++ b/.config/mutt/accounts/2-gmail_br.muttrc @@ -30,7 +30,7 @@ set spoolfile = "+INBOX" macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "+[Gmail]/Sent Mail" +set record = "" macro index,pager gd "=[Gmail]/Drafts" "go to drafts" macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" diff --git a/.config/mutt/accounts/3-gmail_oon.muttrc b/.config/mutt/accounts/3-gmail_oon.muttrc index 27be5e7..09e1b14 100644 --- a/.config/mutt/accounts/3-gmail_oon.muttrc +++ b/.config/mutt/accounts/3-gmail_oon.muttrc @@ -30,7 +30,7 @@ set spoolfile = "+INBOX" macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "+[Gmail]/Sent Mail" +set record = "" macro index,pager gd "=[Gmail]/Drafts" "go to drafts" macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" diff --git a/.config/mutt/accounts/4-gmail_tos.muttrc b/.config/mutt/accounts/4-gmail_tos.muttrc index 0c41107..55bb1a1 100644 --- a/.config/mutt/accounts/4-gmail_tos.muttrc +++ b/.config/mutt/accounts/4-gmail_tos.muttrc @@ -30,7 +30,7 @@ set spoolfile = "+INBOX" macro index,pager gs "=[Gmail]/Sent Mail" "go to sent" macro index,pager Ms ";=[Gmail]/Sent Mail" "move mail to sent" macro index,pager Cs ";=[Gmail]/Sent Mail" "copy mail to sent" -set record = "+[Gmail]/Sent Mail" +set record = "" macro index,pager gd "=[Gmail]/Drafts" "go to drafts" macro index,pager Md ";=[Gmail]/Drafts" "move mail to drafts" macro index,pager Cd ";=[Gmail]/Drafts" "copy mail to drafts" -- cgit v1.2.3