X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=c6e43ef6e2ba437d55c4e4afe4e55fc4aabf7434;hp=9133d829d5e479a8225723b12937ec5122f4835b;hb=204ddf09d4f46b07c86e36a796788c081b9f7277;hpb=68d92974c5785799ffb24f6577ae030594f91b29 diff --git a/init.h b/init.h index 9133d82..c6e43ef 100644 --- a/init.h +++ b/init.h @@ -29,7 +29,6 @@ #define DT_SORT 6 /* sorting methods */ #define DT_RX 7 /* regular expressions */ #define DT_MAGIC 8 /* mailbox type */ -#define DT_ADDR 9 /* e-mail address */ #define DTYPE(x) ((x) & DT_MASK) @@ -666,20 +665,6 @@ struct option_t MuttVars[] = { ** message (when ``$$mime_forward'' is \fIunset\fP) will be quoted using ** ``$$indent_string''. */ - {"from", DT_ADDR, R_NONE, UL &From, "" }, - /* - ** .pp - ** This variable contains a default from address. It - ** can be overridden using my_hdr (including from send-hooks) and - ** ``$$reverse_name''. This variable is ignored if ``$$use_from'' - ** is unset. - ** .pp - ** E.g. you can use - ** \fTsend-hook Madmutt-devel@lists.berlios.de 'my_hdr From: Foo Bar '\fP - ** when replying to the Madmutt developer's mailing list and Madmutt takes this email address. - ** .pp - ** Defaults to the contents of the environment variable \fT$$$EMAIL\fP. - */ #ifdef USE_NNTP {"nntp_group_index_format", DT_STR, R_BOTH, UL &GroupFormat, "%4C %M%N %5s %-45.45f %d"}, /*