summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-29 11:05:38 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-29 11:05:38 +0000
commit61811193b3bc96b70f1ad68c143387bb290d7ca9 (patch)
tree75dec20238aca52e63d56138be3a32dbfcf33aea /init.h
parent2973c48ed199b7f88505f1d72557ab2d2b0057d5 (diff)
Use a user-definable format for the mixmaster menu.
Diffstat (limited to 'init.h')
-rw-r--r--init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.h b/init.h
index 63e83b3c..b8f284a9 100644
--- a/init.h
+++ b/init.h
@@ -153,6 +153,7 @@ struct option_t MuttVars[] = {
#ifdef MIXMASTER
+ { "mix_entry_format", DT_STR, R_NONE, UL &MixEntryFormat, UL "%4n %c %-16s %a" },
{ "mixmaster", DT_PATH, R_NONE, UL &Mixmaster, UL MIXMASTER },
#endif