Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 131
View file
cyrus-imapd.spec
Changed
@@ -38,13 +38,13 @@ Name: cyrus-imapd Summary: A high-performance mail server with IMAP, POP3, NNTP and SIEVE support Version: 2.5 -Release: 0.2.dev20141123.git631aa71c%{?dist} +Release: 0.2.dev20141127.git3123ee08%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.cyrusimap.org # Upstream sources -# From 631aa71cf5fe686563ae1d7e740a5cc76d0bf75f +# From 3123ee085528330cd7045a0ba4f9296be77cb5ac Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{_name}-%{real_version}%{?dot_snapshot_version}.tar.gz Source1: cyrus-imapd.imap-2.3.x-conf Source2: cyrus-imapd.cvt_cyrusdb_all
View file
cyrus-imapd-2.5.tar.gz/imap/append.c
Changed
@@ -1327,7 +1327,7 @@ } mboxevent_extract_mailbox(mboxevent, as->mailbox); - mboxevent_set_access(mboxevent, NULL, NULL, as->userid, as->mailbox->name, 0); + mboxevent_set_access(mboxevent, NULL, NULL, as->userid, as->mailbox->name, 1); mboxevent_set_numunseen(mboxevent, as->mailbox, -1); return 0;
View file
cyrus-imapd-2.5.tar.gz/imap/imapd.c
Changed
@@ -5170,8 +5170,6 @@ goto done; } - assert(!ismove); /* XXX - support proxying moves */ - if (s != backend_current) { /* this is the hard case; we have to fetch the messages and append them to the other mailbox */ @@ -5182,9 +5180,16 @@ /* xxx end of separate proxy-only code */ /* simply send the COPY to the backend */ - prot_printf(backend_current->out, "%s %s %s {" SIZE_T_FMT "+}\r\n%s\r\n", - tag, usinguid ? "UID Copy" : "Copy", - sequence, strlen(name), name); + prot_printf( + backend_current->out, + "%s %s %s {" SIZE_T_FMT "+}\r\n%s\r\n", + tag, + usinguid ? (ismove ? "UID Move" : "UID Copy") : (ismove ? "Move" : "Copy"), + sequence, + strlen(name), + name + ); + pipe_including_tag(backend_current, tag, 0); goto cleanup;
View file
cyrus-imapd.dsc
Changed
@@ -2,7 +2,7 @@ Source: cyrus-imapd Binary: cyrus-imapd Architecture: any -Version: 2.5~dev2014112301-0~kolab1 +Version: 2.5~dev2014112701-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.cyrusimap.org/
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +cyrus-imapd (2.5~dev2014112701-0~kolab1) unstable; urgency=low + + * New snapshot at 3123ee085528330cd7045a0ba4f9296be77cb5ac + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 27 Nov 2014 11:30:13 +0100 + cyrus-imapd (2.5~dev2014112301-0~kolab1) unstable; urgency=low * New snapshot at 631aa71cf5fe686563ae1d7e740a5cc76d0bf75f
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
.