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