X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=0f682db413306ff5f6a7722299340f481c2d0fab;hp=da3accea931aec4a9418534cd698eceed1d3ddfa;hb=8ea82928b91e847298e4586f9db9734e727a418a;hpb=0f8148e920810349df207414e40b9489dc246c37 diff --git a/notmuch-reply.c b/notmuch-reply.c index da3accea..0f682db4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -203,7 +203,7 @@ scan_address_list (InternetAddressList *list, if (group_list == NULL) continue; - n += scan_address_list (group_list, config, message, type, NULL); + n += scan_address_list (group_list, config, message, type, user_from); } else { InternetAddressMailbox *mailbox; const char *name;