mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fetch in-reply-to header when downloading envelope on IMAP accounts
This commit is contained in:
parent
9d66a5e3ba
commit
bcd52a6707
@ -1492,7 +1492,7 @@ public class ImapStore extends Store {
|
||||
fetchFields.add("INTERNALDATE");
|
||||
fetchFields.add("RFC822.SIZE");
|
||||
fetchFields.add("BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc " +
|
||||
"reply-to message-id references " + K9.IDENTITY_HEADER + ")]");
|
||||
"reply-to message-id references in-reply-to " + K9.IDENTITY_HEADER + ")]");
|
||||
}
|
||||
if (fp.contains(FetchProfile.Item.STRUCTURE)) {
|
||||
fetchFields.add("BODYSTRUCTURE");
|
||||
|
Loading…
Reference in New Issue
Block a user