@@ -217,7 +217,7 @@ are listed with ``<none>''.
217
217
/* Alternative INBOX spellings that can't be accessed in altnamespace
218
218
otherwise go under here. */
219
219
220
- { "annotation_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
220
+ { "annotation_db", "twoskip", STRINGLIST("skiplist", "twom", " twoskip", "zeroskip"), "3.1.6" }
221
221
/* The cyrusdb backend to use for mailbox annotations. */
222
222
223
223
{ "annotation_db_path", NULL, STRING, "2.5.0" }
@@ -549,7 +549,7 @@ Blank lines and lines beginning with ``#'' are ignored.
549
549
{ "backup_retention", "7d", DURATION, "UNRELEASED", "UNRELEASED" }
550
550
/* Deprecated. No longer used. */
551
551
552
- { "backup_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "UNRELEASED", "UNRELEASED" }
552
+ { "backup_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", " twoskip", "zeroskip"), "UNRELEASED", "UNRELEASED" }
553
553
/* Deprecated. No longer used. */
554
554
555
555
{ "backup_db_path", NULL, STRING, "UNRELEASED", "UNRELEASED" }
@@ -716,7 +716,7 @@ Blank lines and lines beginning with ``#'' are ignored.
716
716
database with ctl_conversationsdb if you change this option on a
717
717
running server, or the counts will be wrong. */
718
718
719
- { "conversations_db", "skiplist ", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
719
+ { "conversations_db", "twoskip ", STRINGLIST("skiplist", "sql", "twom ", "twoskip", "zeroskip"), "3.1.6" }
720
720
/* The cyrusdb backend to use for the per-user conversations database. */
721
721
722
722
{ "conversations_expire_days", NULL, DURATION, "3.1.8", "3.1.8", "conversations_expire_after" }
@@ -911,7 +911,7 @@ Blank lines and lines beginning with ``#'' are ignored.
911
911
specifies the actual key used for iSchedule DKIM signing within the
912
912
domain. */
913
913
914
- { "duplicate_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
914
+ { "duplicate_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", " twoskip", "zeroskip"), "3.1.6" }
915
915
/* The cyrusdb backend to use for the duplicate delivery suppression
916
916
and sieve. */
917
917
@@ -1793,10 +1793,10 @@ Blank lines and lines beginning with ``#'' are ignored.
1793
1793
.PP
1794
1794
If no unit is specified, bytes is assumed. */
1795
1795
1796
- { "mboxkey_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
1796
+ { "mboxkey_db", "twoskip", STRINGLIST("skiplist", "twom", " twoskip", "zeroskip"), "3.1.6" }
1797
1797
/* The cyrusdb backend to use for mailbox keys. */
1798
1798
1799
- { "mboxlist_db", "twoskip", STRINGLIST("flat", "skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
1799
+ { "mboxlist_db", "twoskip", STRINGLIST("flat", "skiplist", "sql", "twom", " twoskip", "zeroskip"), "3.1.6" }
1800
1800
/* The cyrusdb backend to use for the mailbox list. */
1801
1801
1802
1802
{ "mboxlist_db_path", NULL, STRING, "2.5.0" }
@@ -2222,7 +2222,7 @@ If all partitions are over that limit, this feature is not used anymore.
2222
2222
/* Unix domain socket that ptloader listens on.
2223
2223
(defaults to configdirectory/ptclient/ptsock). */
2224
2224
2225
- { "ptscache_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
2225
+ { "ptscache_db", "twoskip", STRINGLIST("skiplist", "twom", " twoskip", "zeroskip"), "3.1.6" }
2226
2226
/* The cyrusdb backend to use for the pts cache. */
2227
2227
2228
2228
{ "ptscache_db_path", NULL, STRING, "2.5.0" }
@@ -2902,7 +2902,7 @@ product version in the capabilities
2902
2902
Default is 8192. If there are more than this many messages appended
2903
2903
to the mailbox, generate a synthetic partial state and send that. */
2904
2904
2905
- { "sync_cache_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.3.1" }
2905
+ { "sync_cache_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", " twoskip", "zeroskip"), "3.3.1" }
2906
2906
/* The cyrusdb backend to use for the replication cache. */
2907
2907
2908
2908
{ "sync_cache_db_path", NULL, STRING, "3.3.1" }
0 commit comments