diff --git a/README b/README index 525f38c2d0ab1bdfa6b2c0306aefb4b327b21983..48cbb27d51c1b9134053be57ae0f02b41f7992ce 100644 --- a/README +++ b/README @@ -116,7 +116,7 @@ Extensions and their implementation status: relational: full regex: full, but suboptimal vacation: almost complete; no support for required References header - and :addresses and :mime are currently ignored. + and :addresses is currently ignored. imapflags: flag management works, but flags are not stored copy: full include: planned (* first leave out variables support) diff --git a/src/lib-sieve/plugins/vacation/ext-vacation.c b/src/lib-sieve/plugins/vacation/ext-vacation.c index 3e3cb80dd33e738d15c3ced0b4e8ef29fcb3fada..e84300d2be0bc763238ec9be6e7c1dfdd5fc6066 100644 --- a/src/lib-sieve/plugins/vacation/ext-vacation.c +++ b/src/lib-sieve/plugins/vacation/ext-vacation.c @@ -4,7 +4,7 @@ * Authors: Stephan Bosch * Specification: draft-ietf-sieve-vacation-07 * Implementation: almost complete, the required sopport for Refences header - * is missing and :addresses and :mime are ignored. + * is missing and :addresses is ignored. * Status: experimental, largely untested * */ @@ -212,17 +212,6 @@ static bool cmd_vacation_validate_stringlist_tag return TRUE; } -static bool cmd_vacation_validate_mime_tag - (struct sieve_validator *validator ATTR_UNUSED, - struct sieve_ast_argument **arg ATTR_UNUSED, - struct sieve_command_context *cmd ATTR_UNUSED) -{ - /* FIXME: currently not generated */ - *arg = sieve_ast_arguments_detach(*arg,1); - - return TRUE; -} - /* Command registration */ static const struct sieve_argument vacation_days_tag = {