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:
Dan Winship
2000-06-20 17:37:33 +00:00
parent 98928d9663
commit b7f2532c93
2 changed files with 7 additions and 0 deletions

View File

@ -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;
}