X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=48fdbc92710b74fea86ec2d03428526df982ee71;hb=38240aafac531e350f6819103cd1d974d4c75d47;hp=fa91c5de1f24e56ae6176970ec67479c34883f85;hpb=58ee5d1bb5492925c6025177d149d69d72704caa;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index fa91c5de..48fdbc92 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -176,7 +176,7 @@ static unsigned int scan_address_list (InternetAddressList *list, notmuch_config_t *config, GMimeMessage *message, - GMimeRecipientType type, + GMimeAddressType type, const char **user_from) { InternetAddress *address; @@ -325,7 +325,7 @@ add_recipients_from_message (GMimeMessage *reply, { struct { InternetAddressList * (*get_header)(GMimeMessage *message); - GMimeRecipientType recipient_type; + GMimeAddressType recipient_type; } reply_to_map[] = { { get_sender, GMIME_ADDRESS_TYPE_TO }, { get_to, GMIME_ADDRESS_TYPE_TO },