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=db97870d3db3a1aedd15a42dfa9f408d70033e9d;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 6fefe5b03..2f2393c37 100644 --- a/globals.h +++ b/globals.h @@ -244,7 +244,6 @@ WHERE char *PgpGetkeysCommand; /*-- formerly in smime.h --*/ WHERE char *SmimeDefaultKey; -WHERE char *SmimeCryptAlg; WHERE short SmimeTimeout; WHERE char *SmimeCertificates; WHERE char *SmimeKeys;