From a69d8371718f1ae871ff324412df3e7eab061970 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 31 Jul 2020 18:08:04 +0200 Subject: [PATCH] Make automatic IMAP accounts fetch articles partially by default --- site-lisp/db-mail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-mail.el b/site-lisp/db-mail.el index bb6791a..1ab51d1 100644 --- a/site-lisp/db-mail.el +++ b/site-lisp/db-mail.el @@ -106,7 +106,8 @@ The values of the latter two variables are usually those of `(nnimap ,account-name (nnimap-address ,account-address) (nnimap-stream starttls) - (nnimap-inbox "INBOX"))))) + (nnimap-inbox "INBOX") + (nnimap-fetch-partial-articles "text/"))))) remote-mail-accounts))))) ;; Let's make the byte-compiler happy