summaryrefslogtreecommitdiffstats
path: root/gnus.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-22 12:19:14 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-22 12:19:46 +0100
commit7521cc4e5b31b58318ea8e2cab595c1ca6ecc95c (patch)
treecaf39ff398ea739c5e963f707f3f4f5fbc88abbb /gnus.el
parent2bfd03941bacf2d693079e188e38021c070ee6f5 (diff)
downloadymh-emacs-7521cc4e5b31b58318ea8e2cab595c1ca6ecc95c.tar.gz
ymh-emacs-7521cc4e5b31b58318ea8e2cab595c1ca6ecc95c.zip
Use org mode instead of the diary
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)