diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:09:44 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:09:44 +0100 |
commit | 622a68ba0d793cd2138824a1359a928377eab375 (patch) | |
tree | 6bf49ffc21e1c2b9d8e526b1d9101a1d85c98f76 /config/common | |
parent | 8fdce2a971b1883c7f1f89006e88de2eecc232db (diff) | |
download | mutt-config-622a68ba0d793cd2138824a1359a928377eab375.tar.bz2 |
common: improve usage on slow connections, update xterm title
Diffstat (limited to 'config/common')
-rw-r--r-- | config/common | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/common b/config/common index 9bf5598..130c9df 100644 --- a/config/common +++ b/config/common @@ -17,3 +17,11 @@ auto_view application/pgp-encrypted # Auto View PGP signed stuff auto_view application/x-tar # Auto View TAR content 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 net_inc = 5 # Display download progress every 5K +set ts_enabled=yes # fancy xterm title |