Getting rid of useless settings.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index c20fd52..63fffbe 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2169,22 +2169,6 @@ struct option_t MuttVars[] = {
    ** presents a security risk since the superuser of your machine may read it
    ** regardless of the file's permissions.
    */
-  {"nntp_newsrc", DT_PATH, R_NONE, UL &NewsRc, "~/.cache/madmutt/newsrc"},
-  /*
-   ** .pp
-   ** Availability: NNTP
-   **
-   ** .pp
-   ** This file contains information about subscribed newsgroup and
-   ** articles read so far.
-   ** .pp
-   ** To ease the use of multiple news servers, the following \fTprintf(3)\fP-style
-   ** sequence is understood:
-   ** .pp
-   ** .ts
-   ** %s      newsserver name
-   ** .te
-   */
   {"nntp_context", DT_NUM, R_NONE, UL &NntpContext, "1000" },
   /*
    ** .pp
@@ -2247,22 +2231,6 @@ struct option_t MuttVars[] = {
    ** Controls whether or not Madmutt will try to reconnect to a newsserver when the
    ** was connection lost.
    */
-  {"nntp_inews", DT_PATH, R_NONE, UL &Inews, ""},
-  /*
-   ** .pp
-   ** Availability: NNTP
-   **
-   ** .pp
-   ** If \fIset\fP, specifies the program and arguments used to deliver news posted
-   ** by Madmutt.  Otherwise, Madmutt posts article using current connection.
-   ** The following \fTprintf(3)\fP-style sequence is understood:
-   ** .pp
-   ** .ts
-   ** %s      newsserver name
-   ** .te
-   ** .pp
-   ** Example: \fTset inews="/usr/local/bin/inews -hS"\fP
-   */
   {"nntp_group_index_format", DT_STR, R_BOTH, UL &GroupFormat, "%4C %M%N %5s  %-45.45f %d"},
   /*
    ** .pp