From d67c43902055af6efd9a56186ff1c657d380d9d9 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 3 Nov 2000 10:16:32 +0000 Subject: [PATCH] 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. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index 2e611fd2d..ba64f6033 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 -- 2.40.0