--- init.h.orig	2022-09-14 14:12:12 UTC
+++ init.h
@@ -3163,13 +3163,13 @@ struct option_t MuttVars[] = {
   ** have no effect, and if it is set to \fIask-yes\fP or \fIask-no\fP, you are
   ** prompted for confirmation when you try to quit.
   */
-  { "quote_empty",	DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
+  { "quote_empty",	DT_BOOL, R_NONE, {.l=OPTQUOTEEMPTY}, {.l=1} },
   /*
   ** .pp
   ** Controls whether or not empty lines will be quoted using
   ** ``$indent_string''.
   */
-  { "quote_quoted",	DT_BOOL, R_NONE, OPTQUOTEQUOTED, 0 },
+  { "quote_quoted",	DT_BOOL, R_NONE, {.l=OPTQUOTEQUOTED}, {.l=0} },
   /*
   ** .pp
   ** Controls how quoted lines will be quoted. If set, one quote
