diff options
author | fpi | 2020-05-09 13:41:29 +0200 |
---|---|---|
committer | fpi | 2020-05-09 13:50:15 +0200 |
commit | 60efcd27d8ab30778bc05ea84daf6f3564fc120a (patch) | |
tree | b53dceed8bf6ee1a55727cd717967376e037adf8 | |
parent | Enable use of bbdb mail-alias in message-mode (diff) |
Dont fetch large attachments before text
-rw-r--r-- | gnus.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |