X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..5613c313465f03c912a2baac53e3856b1456adf2:/group.c diff --git a/group.c b/group.c index 030c451..7f8206b 100644 --- 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)) ; - q = rfc822_cpy_adr (a); + q = rfc822_cpy_adr (a, 0); q = mutt_remove_xrefs (g->as, q); *p = q; }