Skip to content

Commit 4e65eaf

Browse files
committed
imapoptions: allow twom backend
1 parent 54a3766 commit 4e65eaf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/imapoptions

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ are listed with ``<none>''.
217217
/* Alternative INBOX spellings that can't be accessed in altnamespace
218218
otherwise go under here. */
219219

220-
{ "annotation_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
220+
{ "annotation_db", "twoskip", STRINGLIST("skiplist", "twom", "twoskip", "zeroskip"), "3.1.6" }
221221
/* The cyrusdb backend to use for mailbox annotations. */
222222

223223
{ "annotation_db_path", NULL, STRING, "2.5.0" }
@@ -549,7 +549,7 @@ Blank lines and lines beginning with ``#'' are ignored.
549549
{ "backup_retention", "7d", DURATION, "UNRELEASED", "UNRELEASED" }
550550
/* Deprecated. No longer used. */
551551

552-
{ "backup_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "UNRELEASED", "UNRELEASED" }
552+
{ "backup_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", "twoskip", "zeroskip"), "UNRELEASED", "UNRELEASED" }
553553
/* Deprecated. No longer used. */
554554

555555
{ "backup_db_path", NULL, STRING, "UNRELEASED", "UNRELEASED" }
@@ -716,7 +716,7 @@ Blank lines and lines beginning with ``#'' are ignored.
716716
database with ctl_conversationsdb if you change this option on a
717717
running server, or the counts will be wrong. */
718718

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" }
720720
/* The cyrusdb backend to use for the per-user conversations database. */
721721

722722
{ "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.
911911
specifies the actual key used for iSchedule DKIM signing within the
912912
domain. */
913913

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" }
915915
/* The cyrusdb backend to use for the duplicate delivery suppression
916916
and sieve. */
917917

@@ -1793,10 +1793,10 @@ Blank lines and lines beginning with ``#'' are ignored.
17931793
.PP
17941794
If no unit is specified, bytes is assumed. */
17951795

1796-
{ "mboxkey_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
1796+
{ "mboxkey_db", "twoskip", STRINGLIST("skiplist", "twom", "twoskip", "zeroskip"), "3.1.6" }
17971797
/* The cyrusdb backend to use for mailbox keys. */
17981798

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" }
18001800
/* The cyrusdb backend to use for the mailbox list. */
18011801

18021802
{ "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.
22222222
/* Unix domain socket that ptloader listens on.
22232223
(defaults to configdirectory/ptclient/ptsock). */
22242224

2225-
{ "ptscache_db", "twoskip", STRINGLIST("skiplist", "twoskip", "zeroskip"), "3.1.6" }
2225+
{ "ptscache_db", "twoskip", STRINGLIST("skiplist", "twom", "twoskip", "zeroskip"), "3.1.6" }
22262226
/* The cyrusdb backend to use for the pts cache. */
22272227

22282228
{ "ptscache_db_path", NULL, STRING, "2.5.0" }
@@ -2902,7 +2902,7 @@ product version in the capabilities
29022902
Default is 8192. If there are more than this many messages appended
29032903
to the mailbox, generate a synthetic partial state and send that. */
29042904

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" }
29062906
/* The cyrusdb backend to use for the replication cache. */
29072907

29082908
{ "sync_cache_db_path", NULL, STRING, "3.3.1" }

0 commit comments

Comments
 (0)