aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap')
-rw-r--r--camel/providers/imap/camel-imap-store.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index ece583af9f..3402dc8af8 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -314,10 +314,6 @@ imap_setv (CamelObject *object, CamelException *ex, CamelArgV *args)
for (i = 0; i < args->argc; i++) {
tag = args->argv[i].tag;
- /* make sure this arg wasn't already handled */
- if ((tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE)
- continue;
-
/* make sure this is an arg we're supposed to handle */
if ((tag & CAMEL_ARG_TAG) <= CAMEL_IMAP_STORE_ARG_FIRST ||
(tag & CAMEL_ARG_TAG) >= CAMEL_IMAP_STORE_ARG_FIRST + 100)