summaryrefslogtreecommitdiffstats
path: root/gnus.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el
index 429c704..1b80c3f 100644
--- a/gnus.el
+++ b/gnus.el
@@ -8,3 +8,7 @@
(setq mm-text-html-renderer 'gnus-w3m)
(setq gnus-inhibit-images nil)
+
+(setq gnus-asynchronous t)
+(setq gnus-use-cache t)
+(setq gnus-use-header-prefetch t)