Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 65
View file
cyrus-imapd-2.5.tar.gz/imap/mboxlist.c
Changed
@@ -875,7 +875,7 @@ /* 9. set MUPDATE entry as commited (CRASH: commited) */ if (!r && config_mupdate_server && !localonly) { mupdate_handle *mupdate_h = NULL; - char *loc = strconcat(config_servername, "!", newpartition, (char *)NULL); + char *loc = strconcat(config_servername, (char *)NULL); r = mupdate_connect(config_mupdate_server, NULL, &mupdate_h, NULL); if (!r) r = mupdate_reserve(mupdate_h, mboxname, loc); @@ -1482,7 +1482,7 @@ if (config_mupdate_server) { /* commit the mailbox in MUPDATE */ - char *loc = strconcat(config_servername, "!", newpartition, (char *)NULL); + char *loc = strconcat(config_servername, (char *)NULL); r = mupdate_connect(config_mupdate_server, NULL, &mupdate_h, NULL); if (!partitionmove) {
View file
cyrus-imapd-2.5.tar.gz/imap/mupdate.c
Changed
@@ -1439,12 +1439,8 @@ strcpy(out->acl, mbentry->acl); } - if (mbentry->server && mbentry->partition) - server = strconcat(mbentry->server, "!", mbentry->partition, NULL); - else if (mbentry->server) + if (mbentry->server) server = xstrdup(mbentry->server); - else if (mbentry->partition) - server = xstrdup(mbentry->partition); else server = xstrdup("");
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
.