Peek to prevent seen (i.e. not unread) flag. Closes #4373

This commit is contained in:
Eric Gregory 2011-11-28 16:52:09 -08:00
parent 783e86863d
commit 8609b568a1

View file

@ -278,7 +278,7 @@ public class Geary.Imap.Mailbox : Geary.SmartReference {
}
if (field_names.length > 0) {
body_data_types_list.add(new FetchBodyDataType(
body_data_types_list.add(new FetchBodyDataType.peek(
FetchBodyDataType.SectionPart.HEADER_FIELDS, null, -1, -1, field_names));
}
}