[Commits] [SCM] claws branch, master, updated. 3.12.0-37-g8d1abd7

wwp at claws-mail.org wwp at claws-mail.org
Fri Jul 31 07:19:08 CEST 2015


The branch, master has been updated
       via  8d1abd7c17753de5498dd429d5897128ea0e34a9 (commit)
      from  5eeace716afe80dd2445a0f4e6b2e9f0d7ab1e5f (commit)

Summary of changes:
 src/addr_compl.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 8d1abd7c17753de5498dd429d5897128ea0e34a9
Author: wwp <wwp at free.fr>
Date:   Fri Jul 31 07:18:09 2015 +0200

    Oops, added back one line, swallowed by 3.12.0-36, fixing address completion
    again.

diff --git a/src/addr_compl.c b/src/addr_compl.c
index 975db50..ad1840b 100644
--- a/src/addr_compl.c
+++ b/src/addr_compl.c
@@ -230,6 +230,7 @@ static gint addr_comparison_func(gconstpointer a, gconstpointer b)
 	else if (a_weight > b_weight)
 		return 1;
 	else {
+		cmp = strcmp(a_ref->name, b_ref->name);
 		return cmp ? cmp : g_strcmp0(a_ref->address, b_ref->address);
 	}
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list