X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=68edc32172f13123e4d45d3082d2e8f849cbeb2a;hb=0dd5b492f18e549ef95b0ac6765329473e426633;hp=a2b4c3d575a1426c4b71b57978508be9566d4db1;hpb=3132c5f07ae687b5daac6b570347369967850863;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index a2b4c3d..68edc32 100644 --- a/init.h +++ b/init.h @@ -603,13 +603,6 @@ struct option_t MuttVars[] = { ** Note: if $$edit_headers had to be turned on by force because ** $$strict_mailto is \fIunset\fP, this option has no effect. */ - {"editor", DT_PATH, R_NONE, UL &Editor, "" }, - /* - ** .pp - ** This variable specifies which editor is used by Madmutt. - ** It defaults to the value of the \fT$$$VISUAL\fP, or \fT$$$EDITOR\fP, environment - ** variable, or to the string "\fTvi\fP" if neither of those are set. - */ {"encode_from", DT_BOOL, R_NONE, OPTENCODEFROM, "no" }, /* ** .pp @@ -2725,14 +2718,6 @@ struct option_t MuttVars[] = { ** with the query string the user types. See ``$query'' for more ** information. */ - {"quit", DT_QUAD, R_NONE, OPT_QUIT, "yes" }, - /* - ** .pp - ** This variable controls whether ``quit'' and ``exit'' actually quit - ** from Madmutt. If it set to \fIyes\fP, they do quit, if it is set to \fIno\fP, they - ** 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, "yes" }, /* ** .pp