From 940ea3d78eaba32b29f367995f46f2b6b58f2aeb Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Thu, 6 Dec 2007 21:59:21 +0100 Subject: [PATCH] Tiny update to documentation and removed a compiler warning. --- README | 2 +- src/lib-sieve/plugins/vacation/ext-vacation.c | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/README b/README index 525f38c2d..48cbb27d5 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 3e3cb80dd..e84300d2b 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 = { -- GitLab