Peek to prevent seen (i.e. not unread) flag. Closes #4373
This commit is contained in:
parent
783e86863d
commit
8609b568a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue