mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change the
* camel-folder-summary.c (camel_folder_summary_add): mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change the uid, so the folder will know that it's dirty. svn path=/trunk/; revision=3647
This commit is contained in:
@ -425,6 +425,7 @@ retry:
|
||||
g_warning("Trying to insert message with clashing uid. new uid re-assigned");
|
||||
g_free(info->uid);
|
||||
info->uid = NULL;
|
||||
info->flags |= CAMEL_MESSAGE_FOLDER_FLAGGED;
|
||||
goto retry;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user