X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=e4de4743ec1a03227242da8f99cd50861c93ad44;hp=31e2c87cfe07651dec79d7c5fdc3286c0d865e61;hb=e5da2b701fc172d2255f205414f18c40f4343fbb;hpb=394cb1c46d91a1bb28df9cc4a563e1115cc9af34 diff --git a/notmuch-reply.c b/notmuch-reply.c index 31e2c87c..e4de4743 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -78,7 +78,7 @@ address_is_users (const char *address, notmuch_config_t *config) { const char *primary; char **other; - unsigned int i, other_len; + size_t i, other_len; primary = notmuch_config_get_user_primary_email (config); if (strcmp (primary, address) == 0)