summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-06 11:35:22 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commite966890252fac950a53189b6b928bfa4cd35e93c (patch)
treeb5efd805544863766f349067795b4faa5a0a35cb /mutt.h
parent1fe2980d3b1a429bf14e8d6286ac4f06d0c666e7 (diff)
Add autocrypt config vars.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 77082bdb..35a3ae60 100644
--- a/mutt.h
+++ b/mutt.h
@@ -379,6 +379,9 @@ enum
OPTASKBCC,
OPTASKCC,
OPTATTACHSPLIT,
+#ifdef USE_AUTOCRYPT
+ OPTAUTOCRYPT,
+#endif
OPTAUTOEDIT,
OPTAUTOSUBSCRIBE,
OPTAUTOTAG,