[evolution-data-server] CamelFolderSummary: Re-enable notifications on message info in summary_assign_uid()



commit 2488e9c1becc4d196e6c8b2c76d3cd2c95662cc9
Author: Milan Crha <mcrha redhat com>
Date:   Tue Feb 22 10:49:30 2022 +0100

    CamelFolderSummary: Re-enable notifications on message info in summary_assign_uid()
    
    One code path did not re-enable notifications on the message info,
    which could lead to a stale UI state.

 src/camel/camel-folder-summary.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/camel/camel-folder-summary.c b/src/camel/camel-folder-summary.c
index 69aeb8717..e10ab33af 100644
--- a/src/camel/camel-folder-summary.c
+++ b/src/camel/camel-folder-summary.c
@@ -2351,6 +2351,7 @@ summary_assign_uid (CamelFolderSummary *summary,
 
                if (mi == info) {
                        camel_message_info_property_unlock (info);
+                       camel_message_info_set_abort_notifications (info, FALSE);
                        return FALSE;
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]