Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 79
View file
cyrus-imapd-2.5.tar.gz/sieve/sieve.y
Changed
@@ -56,6 +56,7 @@ #include "sieve/tree.h" #include "imapurl.h" +#include "lib/gmtoff.h" #include "util.h" #include "imparse.h" #include "libconfig.h" @@ -1207,7 +1208,7 @@ if (dt->zonetag == -1) { t = time(NULL); tm = localtime(&t); - gmoffset = gmtoff_of(tm, &t) / 60; + gmoffset = gmtoff_of(tm, t) / 60; hours = abs(gmoffset) / 60; minutes = abs(gmoffset) % 60; snprintf(zone, 6, "%c%02d%02d", (gmoffset >= 0 ? '+' : '-'), hours, minutes);
View file
cyrus-imapd-2.5.tar.gz/timsieved/parser.c
Changed
@@ -809,6 +809,10 @@ /* We want to set up a connection to the backend for proxying */ const char *statusline = NULL; + /* get a new copy of the userid */ + free(username); + username = xstrdup((const char *) canon_user); + backend = backend_connect(NULL, mbentry->server, &sieve_protocol, username, NULL, &statusline, -1);
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
.