Make automatic IMAP accounts fetch articles partially by default

This commit is contained in:
Daniel - 2020-07-31 18:08:04 +02:00
parent 09d28876f5
commit a69d837171
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -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