Revert undesired effect of fixing bug #2927
authorRicardo Mones <ricardo@mones.org>
Tue, 11 Jun 2013 12:04:59 +0000 (14:04 +0200)
committerRicardo Mones <ricardo@mones.org>
Tue, 11 Jun 2013 12:04:59 +0000 (14:04 +0200)
Patch thanks to Henri Bauer, also added to authors file.

AUTHORS
src/plugins/address_keeper/address_keeper.c

diff --git a/AUTHORS b/AUTHORS
index f0f5e19e6d00f36de880962b0db1dd361d83df0f..e4ab7916e64d187ffbd94b282dfdbf7ad73c8378 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -295,3 +295,5 @@ contributors (in addition to the above; based on Changelog)
        Abhay S. Kushwaha
        Christian Hesse
        Ben Deering
        Abhay S. Kushwaha
        Christian Hesse
        Ben Deering
+       Henri Bauer
+
index 673fe120a66aa709640d171655a2b414c4c7f2e5..c742f94959d66da6a86676702ee6f40b038d666c 100644 (file)
@@ -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') {
 
        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");
        }
                if (blocked == NULL)
                        g_warning("couldn't allocate matcher");
        }