diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-17 22:25:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-17 22:25:14 +0800 |
commit | 3dc971e25c81d10fc6fd7e067d9c15b5324518d4 (patch) | |
tree | e1151c43b88b1cc31bafa1e10d3e99e8142ab606 /camel | |
parent | f105a271f1474200497a98966586d647c9b851a3 (diff) | |
download | gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.gz gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.tar.zst gsoc2013-evolution-3dc971e25c81d10fc6fd7e067d9c15b5324518d4.zip |
simplified further
svn path=/trunk/; revision=26388
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap/camel-imap-store.c | 4 |
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) |