changeset: 6372:1630cee66057 user: Kevin McCarthy <[email protected]> date: Sun Dec 28 09:41:09 2014 -0800 link: http://dev.mutt.org/hg/mutt/rev/1630cee66057
Remove duplicate SmimeCryptAlg declaration in globals.h Thank you Elias Diem for the patch. diffs (11 lines): diff -r 39d3ddb56d34 -r 1630cee66057 globals.h --- a/globals.h Tue Nov 04 23:40:10 2014 -0600 +++ b/globals.h Sun Dec 28 09:41:09 2014 -0800 @@ -247,7 +247,6 @@ /*-- formerly in smime.h --*/ WHERE char *SmimeDefaultKey; -WHERE char *SmimeCryptAlg; WHERE short SmimeTimeout; WHERE char *SmimeCertificates; WHERE char *SmimeKeys;
