From 60efcd27d8ab30778bc05ea84daf6f3564fc120a Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 9 May 2020 13:41:29 +0200 Subject: Dont fetch large attachments before text --- gnus.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnus.org b/gnus.org index 4ae2e23..4d8d75c 100644 --- a/gnus.org +++ b/gnus.org @@ -90,6 +90,10 @@ Enable =mail-aliases= and create aliases for all mail adresses if an entry has m (add-hook 'message-setup-hook 'bbdb-mail-aliases) (setq bbdb-mail-alias 'all) #+end_src +Don't fetch attachments before showing the message text to avoid long load times with big attachments. +#+begin_src emacs-lisp +(setq nnimap-fetch-partial-articles "text/") +#+end_src ** Adaptive scoring See [[info:gnus#Adaptive Scoring][info:gnus#Adaptive Scoring]]. #+begin_src emacs-lisp -- cgit v1.2.3