[Commits] [SCM] claws branch, master, updated. 3.9.2-3-g3459aff

mones at claws-mail.org mones at claws-mail.org
Tue Jun 11 14:07:25 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  3459aff5b7bbabc9fcc84f1446dab8415716e566 (commit)
      from  0c8fa959c3daf8fb002fbfc06260c4b4ca5d8f50 (commit)


- Log -----------------------------------------------------------------
commit 3459aff5b7bbabc9fcc84f1446dab8415716e566
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Jun 11 14:04:59 2013 +0200

    Revert undesired effect of fixing bug #2927
    
    Patch thanks to Henri Bauer, also added to authors file.

diff --git a/AUTHORS b/AUTHORS
index f0f5e19..e4ab791 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -295,3 +295,5 @@ contributors (in addition to the above; based on Changelog)
 	Abhay S. Kushwaha
 	Christian Hesse
 	Ben Deering
+	Henri Bauer
+
diff --git a/src/plugins/address_keeper/address_keeper.c b/src/plugins/address_keeper/address_keeper.c
index 673fe12..c742f94 100644
--- a/src/plugins/address_keeper/address_keeper.c
+++ b/src/plugins/address_keeper/address_keeper.c
@@ -197,7 +197,7 @@ static gboolean addrk_before_send_hook(gpointer source, gpointer data)
 
 	if (addkeeperprefs.block_matching_addrs != NULL
 			&& addkeeperprefs.block_matching_addrs[0] != '\0') {
-		blocked = matcherlist_new_from_lines(addkeeperprefs.block_matching_addrs, FALSE, TRUE);
+		blocked = matcherlist_new_from_lines(addkeeperprefs.block_matching_addrs, FALSE, FALSE);
 		if (blocked == NULL)
 			g_warning("couldn't allocate matcher");
 	}

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                                     |    2 ++
 src/plugins/address_keeper/address_keeper.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list