diff options
author | pks <pks@pks.rocks> | 2021-02-23 10:27:26 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-02-23 10:27:26 +0100 |
commit | 27d7810aebfe6c9ee2ec654ed438ac75a2f3e835 (patch) | |
tree | 6733c13a7dd6a13f87a19cc20f8bc1e444600935 /mutt/.mutt/muttrc | |
parent | 4578816b70c70f82f10ff334c6ef98c3da3596a5 (diff) |
mutt: updated settings
Diffstat (limited to 'mutt/.mutt/muttrc')
-rw-r--r-- | mutt/.mutt/muttrc | 16 |
1 files changed, 8 insertions, 8 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 |