From 5d73546ce0b2f3835aa1264204515d6f4908bc01 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 27 Nov 2007 21:09:46 +0100
Subject: [PATCH] Minor changes

---
 sieve/tests/actions.sieve     | 4 ++--
 src/lib-sieve/sieve-actions.c | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sieve/tests/actions.sieve b/sieve/tests/actions.sieve
index 142a450bd..9d3e61286 100644
--- a/sieve/tests/actions.sieve
+++ b/sieve/tests/actions.sieve
@@ -9,8 +9,8 @@ if address :contains "to" "vestingbar" {
 }
 
 #redirect "stephan@rename-it.nl";
-#redirect "nico@example.nl";
-#redirect "stephan@example.com";
+redirect "nico@example.nl";
+redirect "stephan@example.com";
 
 fileinto "frop";
 fileinto "INBOX";
diff --git a/src/lib-sieve/sieve-actions.c b/src/lib-sieve/sieve-actions.c
index aab85a330..73f24b112 100644
--- a/src/lib-sieve/sieve-actions.c
+++ b/src/lib-sieve/sieve-actions.c
@@ -24,13 +24,13 @@ static bool act_store_start
 	(const struct sieve_action *action,
 		const struct sieve_action_exec_env *aenv, void *context, void **tr_context);
 static bool act_store_execute
-	(const struct sieve_action *action ATTR_UNUSED, 
+	(const struct sieve_action *action, 
 		const struct sieve_action_exec_env *aenv, void *tr_context);
 static bool act_store_commit
-	(const struct sieve_action *action ATTR_UNUSED, 
+	(const struct sieve_action *action, 
 		const struct sieve_action_exec_env *aenv, void *tr_context);
 static void act_store_rollback
-	(const struct sieve_action *action ATTR_UNUSED, 
+	(const struct sieve_action *action, 
 		const struct sieve_action_exec_env *aenv, void *tr_context, bool success);
 		
 const struct sieve_action act_store = {
-- 
GitLab