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:

committed by
Jeffrey Stedfast

parent
f6b959c9ec
commit
1e5b5f8b7e
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user