]> granicus.if.org Git - neomutt/commitdiff
fix: version string
authorRichard Russon <rich@flatcap.org>
Wed, 6 Sep 2017 17:37:22 +0000 (18:37 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 6 Sep 2017 17:37:22 +0000 (18:37 +0100)
version.c

index 1ac2c04d42f67734cf55bdf143c11db1f1a9f39b..02e037fa052dc63afdee5e210f8e85da8d75726d 100644 (file)
--- a/version.c
+++ b/version.c
@@ -116,7 +116,6 @@ static struct CompileOptions comp_opts_default[] = {
   { "initials", 1 },
   { "keywords", 1 },
   { "limit_current_thread", 1 },
-  { "lmdb", 1 },
   { "multiple_fcc", 1 },
   { "nested_if", 1 },
   { "new_mail", 1 },
@@ -275,6 +274,8 @@ static struct CompileOptions comp_opts[] = {
 #endif
 #ifdef SUN_ATTACHMENT
   { "sun_attachment", 1 },
+#else
+  { "sun_attachment", 0 },
 #endif
 #ifdef HAVE_TYPEAHEAD
   { "typeahead", 1 },