X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.c;h=9be40dc180c568a835df57b6abe071858d225bf2;hp=c148c539baec08faaf179245d685232522d919cd;hb=33d07d4040a973a004c4a729fd1f56a63a7203e6;hpb=b68ee108ca7aed9fd3fdfe5eefc1cf284a32fb17;ds=sidebyside diff --git a/alias.c b/alias.c index c148c53..9be40dc 100644 --- a/alias.c +++ b/alias.c @@ -79,7 +79,7 @@ static address_t *mutt_expand_aliases_r (address_t * a, LIST ** expn) u->data = m_strdup(a->mailbox); u->next = *expn; *expn = u; - w = rfc822_cpy_adr (t); + w = address_list_dup (t); w = mutt_expand_aliases_r (w, expn); if (head) last->next = w;