Projects
Kolab:16:TestingLinked
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
cyrus-imapd-2.5.11-32-gced3fd2ba.tar.gz/imap/imapd.c
Changed
@@ -10222,37 +10222,6 @@ xfer->topart, item->mbentry->uniqueid ); - - // Compare the mbentry's partition to the default partition. - } else if (item->mbentry->partition) { - // If the default partition and the mbentry partition are - // different, then push the mailbox on the remote end's equivalent - // non-default partition. - if (strcmp(config_defpartition, item->mbentry->partition)) { - prot_printf( - xfer->be->out, - "LC1 LOCALCREATE {" SIZE_T_FMT "+}\r\n" - "%s (PARTITION %s UNIQUEID %s)\r\n", - strlen(item->extname), - item->extname, - item->mbentry->partition, - item->mbentry->uniqueid - ); - - } else { - // Same partition, we don't care where it ends up, whatever is - // the default on the remote end. - prot_printf( - xfer->be->out, - "LC1 LOCALCREATE {" SIZE_T_FMT "+}\r\n" - "%s (UNIQUEID %s)\r\n", - strlen(item->extname), - item->extname, - item->mbentry->uniqueid - ); - } - - // No partition specified, no partition on the entry, just go ahead } else { prot_printf( xfer->be->out,
View file
cyrus-imapd-2.5.11-32-gced3fd2ba.tar.gz/xversion.h
Changed
@@ -1,3 +1,3 @@ /* cyrus-imapd 2.5.11-32-gced3fd2ba */ #define _CYRUS_VERSION "2.5.11-32-gced3fd2ba" -#define CYRUS_GITVERSION "7317cebc 2017-07-12" +#define CYRUS_GITVERSION "51c5983d 2017-07-12"
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
.