summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/org/config.org1
-rw-r--r--.config/mutt/accounts/1-main.muttrc2
-rw-r--r--.config/mutt/accounts/2-gmail_br.muttrc2
-rw-r--r--.config/mutt/accounts/3-gmail_oon.muttrc2
-rw-r--r--.config/mutt/accounts/4-gmail_tos.muttrc2
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 "<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 = "+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"
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 "<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 = "+[Gmail]/Sent Mail"
+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"
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 "<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 = "+[Gmail]/Sent Mail"
+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"
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 "<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 = "+[Gmail]/Sent Mail"
+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"