If there is a default folder and the message hasn't been deleted then...

2000-11-12  Jeffrey Stedfast  <fejj@helixcode.com>

	* filter-driver.c (filter_driver_filter_message): If there is a
	default folder and the message hasn't been deleted then... should
	be: If there is a default folder and the message hasn't been
	copied to another folder...

svn path=/trunk/; revision=6551
This commit is contained in:
Jeffrey Stedfast
2000-11-12 20:31:36 +00:00
committed by Jeffrey Stedfast
parent b0fea6b06b
commit c479d064a2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2000-11-12 Jeffrey Stedfast <fejj@helixcode.com>
* filter-driver.c (filter_driver_filter_message): If there is a
default folder and the message hasn't been deleted then... should
be: If there is a default folder and the message hasn't been
copied to another folder...
2000-11-10 Christopher James Lahey <clahey@helixcode.com>
* e-search-bar.c: Made the underline show up properly in the main

View File

@ -783,7 +783,7 @@ filter_driver_filter_message (FilterDriver *driver, CamelMimeMessage *message, C
g_string_free (fsearch, TRUE);
g_string_free (faction, TRUE);
if (p->defaultfolder && !p->deleted) {
if (p->defaultfolder && !p->copied) {
/* copy it to the default inbox */
filter_driver_log (driver, FILTER_LOG_ACTION, "Copy to default folder");
mail_tool_camel_lock_up ();