X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=9617d21879c78c3b6aa99fbef803f1158ae83be5;hb=c128336d307ca44d2721c0135bcdef577ff3089e;hp=d25f618266403df4802e05ef2900d3bfdd596bdc;hpb=c22cd6df714617b338e9a23bcb61543c4f3ba97e;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index d25f618..9617d21 100644 --- a/init.h +++ b/init.h @@ -29,8 +29,7 @@ #define DT_SORT 6 /* sorting methods */ #define DT_RX 7 /* regular expressions */ #define DT_MAGIC 8 /* mailbox type */ -#define DT_SYN 9 /* synonym for another variable */ -#define DT_ADDR 10 /* e-mail address */ +#define DT_ADDR 9 /* e-mail address */ #define DTYPE(x) ((x) & DT_MASK) @@ -2351,7 +2350,6 @@ struct option_t MuttVars[] = { ** methods are unavailable. If a method is available but authentication ** fails, Madmutt will not connect to the POP server. */ - {"pop_checkinterval", DT_SYN, R_NONE, UL "pop_mail_check", 0}, {"pop_mail_check", DT_NUM, R_NONE, UL &PopCheckTimeout, "60" }, /* ** .pp @@ -3163,7 +3161,6 @@ struct option_t MuttVars[] = { ** Normally, the default should work. */ #endif /* HAVE_GETADDRINFO */ - {"user_agent", DT_SYN, R_NONE, UL "agent_string", 0 }, {"agent_string", DT_BOOL, R_NONE, OPTXMAILER, "yes" }, /* ** .pp