Projects
Kolab:3.4
cyrus-imapd
cyrus-imapd-2.5-default-twoskip.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cyrus-imapd-2.5-default-twoskip.patch of Package cyrus-imapd (Revision 71)
Currently displaying revision
71
,
Show latest
diff --git a/lib/imapoptions b/lib/imapoptions index 2c477a6..78c5f46 100644 --- a/lib/imapoptions +++ b/lib/imapoptions @@ -163,7 +163,7 @@ are listed with ``<none>''. affect LMTP delivery of messages directly to mailboxes via plus-addressing. */ -{ "annotation_db", "skiplist", STRINGLIST("berkeley", "berkeley-hash", "skiplist", "twoskip")} +{ "annotation_db", "twoskip", STRINGLIST("berkeley", "berkeley-hash", "skiplist", "twoskip")} /* The cyrusdb backend to use for mailbox annotations. */ { "annotation_db_path", NULL, STRING } @@ -413,7 +413,7 @@ Blank lines and lines beginning with ``#'' are ignored. session. Otherwise, the missing mailbox is treated as empty while in use by the client.*/ -{ "duplicate_db", "skiplist", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip")} +{ "duplicate_db", "twoskip", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip")} /* The cyrusdb backend to use for the duplicate delivery suppression and sieve. */ @@ -841,10 +841,10 @@ Blank lines and lines beginning with ``#'' are ignored. { "maxword", 131072, INT } /* Maximum size of a single word for the parser. Default 128k */ -{ "mboxkey_db", "skiplist", STRINGLIST("berkeley", "skiplist", "twoskip") } +{ "mboxkey_db", "twoskip", STRINGLIST("berkeley", "skiplist", "twoskip") } /* The cyrusdb backend to use for mailbox keys. */ -{ "mboxlist_db", "skiplist", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "sql", "twoskip")} +{ "mboxlist_db", "twoskip", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "sql", "twoskip")} /* The cyrusdb backend to use for the mailbox list. */ { "mboxlist_db_path", NULL, STRING } @@ -1163,7 +1163,7 @@ And the notification message will be available on \fIstdin\fR. /* Unix domain socket that ptloader listens on. (defaults to configdir/ptclient/ptsock) */ -{ "ptscache_db", "skiplist", STRINGLIST("berkeley", "berkeley-hash", "skiplist", "twoskip")} +{ "ptscache_db", "twoskip", STRINGLIST("berkeley", "berkeley-hash", "skiplist", "twoskip")} /* The cyrusdb backend to use for the pts cache. */ { "ptscache_db_path", NULL, STRING } @@ -1188,7 +1188,7 @@ And the notification message will be available on \fIstdin\fR. /* This specifies the Class Selector or Differentiated Services Code Point designation on IP headers (in the ToS field). */ -{ "quota_db", "quotalegacy", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "sql", "quotalegacy", "twoskip")} +{ "quota_db", "twoskip", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "sql", "quotalegacy", "twoskip")} /* The cyrusdb backend to use for quotas. */ { "quota_db_path", NULL, STRING } @@ -1269,7 +1269,7 @@ And the notification message will be available on \fIstdin\fR. recommended for most cases - it's a good compromise which keeps words separate. */ -{ "seenstate_db", "skiplist", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "twoskip")} +{ "seenstate_db", "twoskip", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist", "twoskip")} /* The cyrusdb backend to use for the seen state. */ { "sendmail", "/usr/lib/sendmail", STRING } @@ -1440,7 +1440,7 @@ product version in the capabilities */ { "statuscache", 0, SWITCH } /* Enable/disable the imap status cache. */ -{ "statuscache_db", "skiplist", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip") } +{ "statuscache_db", "twoskip", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip") } /* The cyrusdb backend to use for the imap status cache. */ { "statuscache_db_path", NULL, STRING } @@ -1545,7 +1545,7 @@ product version in the capabilities */ have filenames with the hashed value of the certificates (see openssl(XXX)). */ -{ "tlscache_db", "skiplist", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip")} +{ "tlscache_db", "twoskip", STRINGLIST("berkeley", "berkeley-nosync", "berkeley-hash", "berkeley-hash-nosync", "skiplist", "sql", "twoskip")} /* The cyrusdb backend to use for the TLS cache. */ { "tlscache_db_path", NULL, STRING }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.