1
0
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:
cketti 2012-12-13 17:03:35 +01:00
parent 9d66a5e3ba
commit bcd52a6707

View File

@ -1492,7 +1492,7 @@ public class ImapStore extends Store {
fetchFields.add("INTERNALDATE"); fetchFields.add("INTERNALDATE");
fetchFields.add("RFC822.SIZE"); fetchFields.add("RFC822.SIZE");
fetchFields.add("BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc " + 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)) { if (fp.contains(FetchProfile.Item.STRUCTURE)) {
fetchFields.add("BODYSTRUCTURE"); fetchFields.add("BODYSTRUCTURE");