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:
@ -1,3 +1,9 @@
|
|||||||
|
2000-06-20 Dan Winship <danw@helixcode.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2000-06-20 Jeffrey Stedfast <fejj@helixcode.com>
|
2000-06-20 Jeffrey Stedfast <fejj@helixcode.com>
|
||||||
|
|
||||||
* providers/imap/camel-imap-store.c (camel_imap_command_extended):
|
* providers/imap/camel-imap-store.c (camel_imap_command_extended):
|
||||||
|
@ -425,6 +425,7 @@ retry:
|
|||||||
g_warning("Trying to insert message with clashing uid. new uid re-assigned");
|
g_warning("Trying to insert message with clashing uid. new uid re-assigned");
|
||||||
g_free(info->uid);
|
g_free(info->uid);
|
||||||
info->uid = NULL;
|
info->uid = NULL;
|
||||||
|
info->flags |= CAMEL_MESSAGE_FOLDER_FLAGGED;
|
||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user