X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=0f682db413306ff5f6a7722299340f481c2d0fab;hp=da3accea931aec4a9418534cd698eceed1d3ddfa;hb=5c12ee4b5d942b5c9efc79922d25b1cf9934aab0;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;