From c3b983d6e12e218b6f908cf263e7e08570332d6a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 3 May 2011 09:40:49 -0400 Subject: Drop 'folder_uri' param from em_utils_folder_is_outbox(). --- plugins/itip-formatter/itip-formatter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index a90ff38bbe..96dadab0ea 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -2285,7 +2285,7 @@ in_proper_folder (CamelFolder *folder) CAMEL_IS_VEE_FOLDER (folder) || /* or anything else except of sent, outbox or drafts folder */ (!em_utils_folder_is_sent (folder) && - !em_utils_folder_is_outbox (folder, folder_uri) && + !em_utils_folder_is_outbox (folder) && !em_utils_folder_is_drafts (folder)) )); } else { @@ -2293,7 +2293,7 @@ in_proper_folder (CamelFolder *folder) res = (folder->folder_flags & (CAMEL_FOLDER_IS_TRASH | CAMEL_FOLDER_IS_JUNK)) == 0 && ( (CAMEL_IS_VEE_FOLDER (folder)) || ( !em_utils_folder_is_sent (folder) && - !em_utils_folder_is_outbox (folder, folder_uri) && + !em_utils_folder_is_outbox (folder) && !em_utils_folder_is_drafts (folder))); } -- cgit v1.2.3