aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-06-17 22:25:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-17 22:25:14 +0800
commit3dc971e25c81d10fc6fd7e067d9c15b5324518d4 (patch)
treee1151c43b88b1cc31bafa1e10d3e99e8142ab606 /camel/providers/imap
parentf105a271f1474200497a98966586d647c9b851a3 (diff)
downloadgsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.gz
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.bz2
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.lz
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.xz
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.zst
gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.zip
simplified further
svn path=/trunk/; revision=26388
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)