[evolution] I#273 - Set messages also seen in 'Empty Junk'
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#273 - Set messages also seen in 'Empty Junk'
- Date: Fri, 4 Jan 2019 14:42:33 +0000 (UTC)
commit 65965332b7175f8a905a7f577185f030a0d6a91e
Author: Milan Crha <mcrha redhat com>
Date: Fri Jan 4 15:42:16 2019 +0100
I#273 - Set messages also seen in 'Empty Junk'
Closes https://gitlab.gnome.org/GNOME/evolution/issues/273
src/mail/e-mail-reader-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mail/e-mail-reader-utils.c b/src/mail/e-mail-reader-utils.c
index 22e7cefa97..5a69731ad2 100644
--- a/src/mail/e-mail-reader-utils.c
+++ b/src/mail/e-mail-reader-utils.c
@@ -582,7 +582,7 @@ mail_reader_empty_junk_thread (EAlertSinkThreadJobData *job_data,
nfo = camel_folder_get_message_info (folder, uids->pdata[ii]);
if (nfo) {
- camel_message_info_set_flags (nfo, CAMEL_MESSAGE_DELETED,
CAMEL_MESSAGE_DELETED);
+ camel_message_info_set_flags (nfo, CAMEL_MESSAGE_DELETED |
CAMEL_MESSAGE_SEEN, CAMEL_MESSAGE_DELETED | CAMEL_MESSAGE_SEEN);
g_object_unref (nfo);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]