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