X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.cpkg;h=6e33e2949f5cc0053b46d00e6804d36a01d20a28;hp=a87f5f07ccf584a6e51a716e3d2bf17aa97f7432;hb=8a0902af903a4cac207b842efd548d892f9df0d0;hpb=017e233117368347915089f684986ee3a9c0c113 diff --git a/alias.cpkg b/alias.cpkg index a87f5f0..6e33e29 100644 --- a/alias.cpkg +++ b/alias.cpkg @@ -372,7 +372,7 @@ static address_t *mutt_expand_aliases_r(address_t *a, string_list_t **expn) if (pw) { char namebuf[STRING]; - mutt_gecos_name(namebuf, sizeof(namebuf), pw, MCore.gecos_mask.rx); + mutt_gecos_name(namebuf, sizeof(namebuf), pw, MCore.gecos_mask); m_strreplace(&pop->personal, namebuf); } }