X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt-gpgme.c;h=4737fed3ab7fe7ad5304bfdb48b33de325e84946;hp=6050418efdc0005f04e3caf6c55922861509698a;hb=81efbf8081bad2eed7ad07209b301ca35fe183e8;hpb=c8e3d1cce2a8af0b4725e1a751f8795bf04487da;ds=sidebyside diff --git a/lib-crypt/crypt-gpgme.c b/lib-crypt/crypt-gpgme.c index 6050418..4737fed 100644 --- a/lib-crypt/crypt-gpgme.c +++ b/lib-crypt/crypt-gpgme.c @@ -3865,7 +3865,7 @@ static int verify_sender (HEADER * h, gpgme_protocol_t protocol __attribute__((u if (1 && (uid->email[0] == '<') && (uid->email[uid_length - 1] == '>') && (uid_length == sender_length + 2) - && (!strncmp (uid->email + 1, sender->mailbox, sender_length))) + && (!m_strncmp (uid->email + 1, sender->mailbox, sender_length))) ret = 0; } }