From 3dc971e25c81d10fc6fd7e067d9c15b5324518d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 17 Jun 2004 14:25:14 +0000 Subject: simplified further svn path=/trunk/; revision=26388 --- camel/providers/imap/camel-imap-store.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'camel') 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) -- cgit v1.2.3