From e9491ff7054c93b1fd2887767a0c83d57102c53f Mon Sep 17 00:00:00 2001
From: Dan Winship <danw@src.gnome.org>
Date: Thu, 14 Sep 2000 15:13:30 +0000
Subject: camel_folder_append is perfectly happy to take a NULL info.

	* mail-ops.c (setup_append_mail): camel_folder_append is perfectly
	happy to take a NULL info.

svn path=/trunk/; revision=5429
---
 mail/mail-ops.c | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'mail/mail-ops.c')

diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index cf513df8d0..8c6fb49210 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -887,12 +887,6 @@ setup_append_mail (gpointer in_data, gpointer op_data, CamelException *ex)
 		return;
 	}
 	
-	if (!input->info) {
-		camel_exception_set (ex, CAMEL_EXCEPTION_INVALID_PARAM,
-				     "No message info specified for append_mail operation.");
-		return;
-	}
-	
 	if (!CAMEL_IS_FOLDER (input->folder)) {
 		camel_exception_set (ex, CAMEL_EXCEPTION_INVALID_PARAM,
 				     "Bad done_folder specified for append_mail operation.");
-- 
cgit