]> git.llucax.com Git - software/mutt-debian.git/blobdiff - group.c
upstream/547980-smime_keys-chaining.patch: support certificate chaining in smime_keys...
[software/mutt-debian.git] / group.c
diff --git a/group.c b/group.c
index 030c451c49a2a527578b6bc4a88cd3784a3f7b64..7f8206bacab47c932d3aefc1c6dfc47d3a945996 100644 (file)
--- a/group.c
+++ b/group.c
@@ -86,7 +86,7 @@ void mutt_group_add_adrlist (group_t *g, ADDRESS *a)
   for (p = &g->as; *p; p = &((*p)->next))
     ;
   
   for (p = &g->as; *p; p = &((*p)->next))
     ;
   
-  q = rfc822_cpy_adr (a);
+  q = rfc822_cpy_adr (a, 0);
   q = mutt_remove_xrefs (g->as, q);
   *p = q;
 }
   q = mutt_remove_xrefs (g->as, q);
   *p = q;
 }