summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-17 15:47:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-17 15:47:57 +0000
commit83590c2a35ab366a1c81641525c8884f390497d9 (patch)
treeb5600232061c756cd16d60da77f2ee4a0e615f67 /init.h
parent2f7d12ab596fd175aab76e27dd71a65d94a42e18 (diff)
User-Agent, not X-Mailer.
Diffstat (limited to 'init.h')
-rw-r--r--init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.h b/init.h
index 46ed648d..b27093c5 100644
--- a/init.h
+++ b/init.h
@@ -283,13 +283,13 @@ struct option_t MuttVars[] = {
{ "use_8bitmime", DT_BOOL, R_NONE, OPTUSE8BITMIME, 0 },
{ "use_domain", DT_BOOL, R_NONE, OPTUSEDOMAIN, 1 },
{ "use_from", DT_BOOL, R_NONE, OPTUSEFROM, 1 },
+ { "user_agent", DT_BOOL, R_NONE, OPTXMAILER, 1},
{ "visual", DT_PATH, R_NONE, UL &Visual, 0 },
{ "wait_key", DT_BOOL, R_NONE, OPTWAITKEY, 1 },
{ "wrap_search", DT_BOOL, R_NONE, OPTWRAPSEARCH, 1 },
{ "write_inc", DT_NUM, R_NONE, UL &WriteInc, 10 },
{ "write_bcc", DT_BOOL, R_NONE, OPTWRITEBCC, 1},
- { "x_mailer", DT_BOOL, R_NONE, OPTXMAILER, 1},
- { NULL }
+ { NULL }
};
const struct mapping_t SortMethods[] = {