Skip to content

Commit

Permalink
imapoptions: allow twom backend
Browse files Browse the repository at this point in the history
  • Loading branch information
brong committed Dec 5, 2024
1 parent deb10b5 commit e53c29a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/imapoptions
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ are listed with ``<none>''.
/* Alternative INBOX spellings that can't be accessed in altnamespace
otherwise go under here. */

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

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

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

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

{ "conversations_db", "skiplist", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
{ "conversations_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", "twoskip", "zeroskip"), "3.1.6" }
/* The cyrusdb backend to use for the per-user conversations database. */

{ "conversations_expire_days", NULL, DURATION, "3.1.8", "3.1.8", "conversations_expire_after" }
Expand Down Expand Up @@ -911,7 +911,7 @@ Blank lines and lines beginning with ``#'' are ignored.
specifies the actual key used for iSchedule DKIM signing within the
domain. */

{ "duplicate_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
{ "duplicate_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", "twoskip", "zeroskip"), "3.1.6" }
/* The cyrusdb backend to use for the duplicate delivery suppression
and sieve. */

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

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

{ "mboxlist_db", "twoskip", STRINGLIST("flat", "skiplist", "sql", "twoskip", "zeroskip"), "3.1.6" }
{ "mboxlist_db", "twoskip", STRINGLIST("flat", "skiplist", "sql", "twom", "twoskip", "zeroskip"), "3.1.6" }
/* The cyrusdb backend to use for the mailbox list. */

{ "mboxlist_db_path", NULL, STRING, "2.5.0" }
Expand Down Expand Up @@ -2222,7 +2222,7 @@ If all partitions are over that limit, this feature is not used anymore.
/* Unix domain socket that ptloader listens on.
(defaults to configdirectory/ptclient/ptsock). */

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

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

{ "sync_cache_db", "twoskip", STRINGLIST("skiplist", "sql", "twoskip", "zeroskip"), "3.3.1" }
{ "sync_cache_db", "twoskip", STRINGLIST("skiplist", "sql", "twom", "twoskip", "zeroskip"), "3.3.1" }
/* The cyrusdb backend to use for the replication cache. */

{ "sync_cache_db_path", NULL, STRING, "3.3.1" }
Expand Down

0 comments on commit e53c29a

Please sign in to comment.