aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c6
1 files changed, 0 insertions, 6 deletions
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.");