Remove lots of useless stupid, and code greedy options.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index bee8e9d..fdad666 100644 (file)
--- a/init.h
+++ b/init.h
@@ -108,17 +108,6 @@ struct option_t MuttVars[] = {
    ** Controls whether 8-bit data is converted to 7-bit using either
    ** \fTquoted-printable\fP or \fTbase64\fP encoding when sending mail.
    */
-  {"allow_ansi", DT_BOOL, R_NONE, OPTALLOWANSI, "no" },
-  /*
-   ** .pp
-   ** Controls whether ANSI color codes in messages (and color tags in
-   ** rich text messages) are to be interpreted.
-   ** Messages containing these codes are rare, but if this option is set,
-   ** their text will be colored accordingly. Note that this may override
-   ** your color choices, and even present a security problem, since a
-   ** message could include a line like ``\fT[-- PGP output follows ...\fP" and
-   ** give it the same color as your attachment color.
-   */
   {"askbcc", DT_BOOL, R_NONE, OPTASKBCC, "no" },
   /*
    ** .pp
@@ -1003,21 +992,6 @@ struct option_t MuttVars[] = {
    ** This variable controls the number of lines of context that are given
    ** when scrolling through menus. (Similar to ``$$pager_context''.)
    */
-  {"menu_move_off", DT_BOOL, R_NONE, OPTMENUMOVEOFF, "yes" },
-  /*
-   ** .pp
-   ** When \fIunset\fP, the bottom entry of menus will never scroll up past
-   ** the bottom of the screen, unless there are less entries than lines.
-   ** When \fIset\fP, the bottom entry may move off the bottom.
-   */
-  {"menu_scroll", DT_BOOL, R_NONE, OPTMENUSCROLL, "no" },
-  /*
-   ** .pp
-   ** When \fIset\fP, menus will be scrolled up or down one line when you
-   ** attempt to move across a screen boundary.  If \fIunset\fP, the screen
-   ** is cleared and the next or previous page of the menu is displayed
-   ** (useful for slow links to avoid many redraws).
-   */
   {"mh_purge", DT_BOOL, R_NONE, OPTMHPURGE, "no" },
   /*
    ** .pp
@@ -1451,11 +1425,6 @@ struct option_t MuttVars[] = {
    ** .pp
    ** Also see the ``$$write_inc'' variable.
    */
-  {"read_only", DT_BOOL, R_NONE, OPTREADONLY, "no" },
-  /*
-   ** .pp
-   ** If set, all folders are opened in read-only mode.
-   */
   {"realname", DT_STR, R_BOTH, UL &Realname, "" },
   /*
    ** .pp
@@ -1484,13 +1453,6 @@ struct option_t MuttVars[] = {
    ** and replying. The default value corresponds to the English ``Re:'' and
    ** the German ``Aw:''.
    */
-  {"reply_self", DT_BOOL, R_NONE, OPTREPLYSELF, "no" },
-  /*
-   ** .pp
-   ** If \fIunset\fP and you are replying to a message sent by you, Madmutt will
-   ** assume that you want to reply to the recipients of that message rather
-   ** than to yourself.
-   */
   {"reply_to", DT_QUAD, R_NONE, OPT_REPLYTO, "ask-yes" },
   /*
    ** .pp
@@ -1783,12 +1745,6 @@ struct option_t MuttVars[] = {
    ** will replace any dots in the expansion by underscores. This might be helpful
    ** with IMAP folders that don't like dots in folder names.
    */
-  {"status_on_top", DT_BOOL, R_BOTH, OPTSTATUSONTOP, "no" },
-  /*
-   ** .pp
-   ** Setting this variable causes the ``status bar'' to be displayed on
-   ** the first line of the screen rather than near the bottom.
-   */
   {"strict_mailto", DT_BOOL, R_NONE, OPTSTRICTMAILTO, "yes" },
   /*
    **
@@ -1836,13 +1792,6 @@ struct option_t MuttVars[] = {
    ** i.e. a space will be inserted between the quote characters and the actual
    ** text.
    */
-  {"suspend", DT_BOOL, R_NONE, OPTSUSPEND, "yes" },
-  /*
-   ** .pp
-   ** When \fIunset\fP, Madmutt won't stop when the user presses the terminal's
-   ** \fIsusp\fP key, usually \fTCTRL+Z\fP. This is useful if you run Madmutt
-   ** inside an xterm using a command like ``\fTxterm -e madmutt\fP.''
-   */
   {"text_flowed", DT_BOOL, R_NONE, OPTTEXTFLOWED, "no" },
   /*
    ** .pp
@@ -1944,13 +1893,6 @@ struct option_t MuttVars[] = {
    ** This variable only affects decoding.
    */
 #endif /* HAVE_LIBIDN */
-  {"use_ipv6", DT_BOOL, R_NONE, OPTUSEIPV6, "yes" },
-  /*
-   ** .pp
-   ** When \fIset\fP, Madmutt will look for IPv6 addresses of hosts it tries to
-   ** contact.  If this option is \fIunset\fP, Madmutt will restrict itself to IPv4 addresses.
-   ** Normally, the default should work.
-   */
   {"agent_string", DT_BOOL, R_NONE, OPTXMAILER, "yes" },
   /*
    ** .pp