From 44c23b7a28e86f044c7f99ecf12cdd38e2360cbf Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 6 Nov 2020 20:20:36 +0100 Subject: [PATCH] Do not partially fetch articles This leads to errors when forgetting to fetch the complete article before forwarding it. Moreover, redisplaying the article sometimes leads to a completely fetched article to be displayed only partially again, resulting in repeated fetched. Finally, the performance gain is not worth the effort in my setup, so let's just disable it. --- site-lisp/db-mail.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site-lisp/db-mail.el b/site-lisp/db-mail.el index 2f8d567..de13814 100644 --- a/site-lisp/db-mail.el +++ b/site-lisp/db-mail.el @@ -107,8 +107,7 @@ first will be added to `gnus-secondary-select-methods'." `(nnimap ,account-name (nnimap-address ,account-address) (nnimap-stream starttls) - (nnimap-inbox "INBOX") - (nnimap-fetch-partial-articles "text/"))))) + (nnimap-inbox "INBOX"))))) remote-mail-accounts))))) (setq gnus-secondary-select-methods (cl-remove-duplicates select-methods