diff options
author | Sebastian Reichel <sre@ring0.de> | 2018-12-15 18:24:04 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2018-12-15 18:31:18 +0100 |
commit | dc3e618b6caa8ffd1c028f8d46d74aabc637adb9 (patch) | |
tree | 7e56a052e8ab8ac39f1bea3fdf2c84e45382b388 /config/common | |
parent | 01fd347ad0e1a359854dbf4df62dda84d8e6ddce (diff) | |
download | mutt-config-dc3e618b6caa8ffd1c028f8d46d74aabc637adb9.tar.bz2 |
Diffstat (limited to 'config/common')
-rw-r--r-- | config/common | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/common b/config/common index 9f638cf..95a0c33 100644 --- a/config/common +++ b/config/common @@ -9,7 +9,6 @@ set collapse_unread=yes # dont collapse threads with unread messages set mark_old=no # neue mails beim beenden nicht als old markieren set followup_to=no # Mail-Followup-To beim verschicken nicht generieren set honor_followup_to=no # Mail-Followup-To ignorieren -set header_cache=~/.mutt/headers # cache headers set alias_file=~/.mutt/aliases set sort_alias=unsorted @@ -23,7 +22,10 @@ mime_lookup application/octet-stream unset imap_passive # Don't wait to enter mailbox manually set imap_check_subscribed # automatically poll subscribed set sleep_time = 0 # fast scrolling -set mail_check = 60 # reduce polling frequency to a sane level -set timeout = 10 # poll current mailbox more often +set timeout = 1 # poll current mailbox more often set net_inc = 5 # Display download progress every 5K set ts_enabled=yes # fancy xterm title + +# index format +set index_format = "%4C %Z %{%b %d} %-15.15L %s" +#set index_format = "%4C %Z %{%b %d} %s" |