summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2023-01-03 09:59:47 -0800
committerKevin McCarthy <kevin@8t8.us>2023-01-03 10:10:10 -0800
commit520e657e47014293b82671ebaae84235d772206d (patch)
treecf088e727b00308a990f2a89149d5a631974fe72 /init.h
parent0962ad1a71ceb22dc951d846572f05c57fab26f8 (diff)
wip: add reverse parse, tied to $mbox_lax_parse.kevin/415-mbox-parsing
Diffstat (limited to 'init.h')
-rw-r--r--init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.h b/init.h
index b0651c28..e279a08d 100644
--- a/init.h
+++ b/init.h
@@ -2126,6 +2126,10 @@ struct option_t MuttVars[] = {
** .pp
** Also see the $$move variable.
*/
+ { "mbox_lax_parse", DT_BOOL, R_NONE, {.l=OPTMBOXLAXPARSE}, {.l=1} },
+ /*
+ ** .pp
+ */
{ "mbox_type", DT_MAGIC,R_NONE, {.p=&DefaultMagic}, {.l=MUTT_MBOX} },
/*
** .pp