From: Thomas Roessler Date: Fri, 3 Nov 2000 10:16:32 +0000 (+0000) Subject: Change pgp_good_sign's default to 0 instead of UL "". This should X-Git-Tag: mutt-1-3-12-rel~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb84223039d6aaa25143c503aa13e9d4b3e5b9c2;p=mutt Change pgp_good_sign's default to 0 instead of UL "". This should fix the annoying error messages when starting up mutt on some systems. --- diff --git a/init.h b/init.h index 2e611fd2..ba64f603 100644 --- a/init.h +++ b/init.h @@ -1086,7 +1086,7 @@ struct option_t MuttVars[] = { ** .dt %[] .dd date of the key where is an strftime(3) expression ** .de */ - { "pgp_good_sign", DT_RX, R_NONE, UL &PgpGoodSign, UL "" }, + { "pgp_good_sign", DT_RX, R_NONE, UL &PgpGoodSign, 0 }, /* ** .pp ** If you assign a text to this variable, then a PGP signature is only