summaryrefslogtreecommitdiffstats
path: root/config/common
diff options
context:
space:
mode:
Diffstat (limited to 'config/common')
-rw-r--r--config/common8
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"