From: Kevin McCarthy Date: Sun, 28 Dec 2014 17:41:09 +0000 (-0800) Subject: Remove duplicate SmimeCryptAlg declaration in globals.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93bbe351b14542747511d1661ecb951d9c931bd3;p=neomutt Remove duplicate SmimeCryptAlg declaration in globals.h Thank you Elias Diem for the patch. --- diff --git a/globals.h b/globals.h index 6c21fedfd..6685c1253 100644 --- a/globals.h +++ b/globals.h @@ -247,7 +247,6 @@ WHERE char *PgpGetkeysCommand; /*-- formerly in smime.h --*/ WHERE char *SmimeDefaultKey; -WHERE char *SmimeCryptAlg; WHERE short SmimeTimeout; WHERE char *SmimeCertificates; WHERE char *SmimeKeys;