summaryrefslogtreecommitdiff
path: root/mutt/.mutt
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-02-23 10:27:26 +0100
committerpks <pks@pks.rocks>2021-02-23 10:27:26 +0100
commit27d7810aebfe6c9ee2ec654ed438ac75a2f3e835 (patch)
tree6733c13a7dd6a13f87a19cc20f8bc1e444600935 /mutt/.mutt
parent4578816b70c70f82f10ff334c6ef98c3da3596a5 (diff)
mutt: updated settings
Diffstat (limited to 'mutt/.mutt')
-rw-r--r--mutt/.mutt/muttrc16
-rw-r--r--mutt/.mutt/primary.rc10
-rw-r--r--mutt/.mutt/secondary.rc4
3 files changed, 15 insertions, 15 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index d1db0d3..c04a2f4 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -6,7 +6,7 @@ set mailcap_path = ~/.mutt/mailcap
set signature = ~/.mutt/sig
set tmpdir = /tmp/pks/mutt
set use_from = yes
-set envelope_from = yes
+set use_envelope_from = yes
set sort = threads
set charset = "utf-8"
set send_charset = "utf-8"
@@ -17,9 +17,9 @@ set rfc2047_parameters = yes
set mail_check_stats = yes
set mail_check_stats_interval = 3
set mail_check = 3
-set edit_headers = no
+set edit_headers = yes
set reverse_name = yes
-set reverse_realname = no
+set reverse_realname = yes
set weed = yes
set fast_reply = yes
set include = yes
@@ -27,8 +27,8 @@ set include = yes
# formats
set date_format = "!%b %d %Y"
set index_format = " %Z %D %-16.16L %s"
-folder-hook */inbox 'set date_format="!%b %d"'
-folder-hook */all 'set date_format="!%Y-%m-%d"'
+folder-hook */Inbox 'set date_format="!%b %d"'
+folder-hook */Archive 'set date_format="!%Y-%m-%d"'
set attribution = "On %{%Y-%m-%d}, at %{%H:%M:%S %Z}, %a wrote:"
# auto view
@@ -59,11 +59,11 @@ hdr_order from: to: cc: bcc: date: subject:
alternative_order text/plain text/enriched text/html
# primary mailboxes
-mailboxes =primary/inbox =primary/drafts =primary/lists =primary/all
+mailboxes =primary/Inbox =primary/Drafts =primary/Lists =primary/Archive
# secondary mailboxes
#mailboxes " "
-#mailboxes =secondary/inbox =secondary/drafts =secondary/all
+#mailboxes =secondary/Inbox =secondary/Drafts =secondary/Archive
# folder hooks
folder-hook primary/* source ~/.mutt/primary.rc
@@ -86,7 +86,7 @@ bind index,pager <down> sidebar-next
bind index,pager <up> sidebar-prev
bind index,pager <right> sidebar-open
set sidebar_visible = yes
-set sidebar_width = 13
+set sidebar_width = 16
set sidebar_format = '%B%> %!%?N? %N? '
set sidebar_short_path = yes
set sidebar_folder_indent = yes
diff --git a/mutt/.mutt/primary.rc b/mutt/.mutt/primary.rc
index 27f973c..58862dc 100644
--- a/mutt/.mutt/primary.rc
+++ b/mutt/.mutt/primary.rc
@@ -6,10 +6,10 @@ color indicator color231 blue
set realname = "Patrick Simianer"
set from = "p@simianer.de"
set sendmail = "/usr/bin/msmtp -a primary"
-set record = "+primary/all"
-set postponed = "+primary/drafts"
-set spoolfile = "+primary/inbox"
+set record = "+primary/Archive"
+set postponed = "+primary/Drafts"
+set spoolfile = "+primary/Inbox"
-alternates ^p@simianer.de$ ^patrick@simianer.de$
+alternates ^p@simianer.de$ ^patrick@simianer.de$ ^pks@pks.rocks$ @fru.gal$
-macro index,pager S "<save-message>+primary/all<enter><enter><sync-mailbox>"
+macro index,pager S "<save-message>+primary/Archive<enter><enter><sync-mailbox>"
diff --git a/mutt/.mutt/secondary.rc b/mutt/.mutt/secondary.rc
index cc237ba..ddb1279 100644
--- a/mutt/.mutt/secondary.rc
+++ b/mutt/.mutt/secondary.rc
@@ -6,8 +6,8 @@ color indicator color231 red
set realname = ""
set from = ""
set sendmail = "/usr/bin/msmtp -a secondary"
-set record = "+secondary/all"
+set record = "+secondary/Archive"
set postponed = "+secondary/drafts"
set spoolfile = "+secondary/inbox"
-macro index,pager S "<save-message>+work/all<enter><enter><sync-mailbox>"
+macro index,pager S "<save-message>+work/Archive<enter><enter><sync-mailbox>"