Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if we

2002-08-08  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (delete_msg): Don't check permanent_flags for
	the CAMEL_MESSAGE_DELETED bit here, if we are gonna check to see
	if the folder supports the permanent flag then there are better
	places to check this. Besides, it was the cause for bug #28038.

svn path=/trunk/; revision=17740
This commit is contained in:
Jeffrey Stedfast
2002-08-08 05:40:00 +00:00
committed by Jeffrey Stedfast
parent f6b959c9ec
commit 1e5b5f8b7e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-08-08 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (delete_msg): Don't check permanent_flags for
the CAMEL_MESSAGE_DELETED bit here, if we are gonna check to see
if the folder supports the permanent flag then there are better
places to check this. Besides, it was the cause for bug #28038.
2002-08-08 Not Zed <NotZed@Ximian.com>
* folder-browser.c (folder_browser_toggle_threads): Force a

View File

@ -2544,6 +2544,7 @@ delete_msg (GtkWidget *button, gpointer user_data)
if (FOLDER_BROWSER_IS_DESTROYED (fb))
return;
if (!(fb->folder->permanent_flags & CAMEL_MESSAGE_DELETED))
return;