Projects
Kolab:3.4
cyrus-imapd
0009-Keep-the-same-order-between-.c-and-.h-perh...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0009-Keep-the-same-order-between-.c-and-.h-perhaps.patch of Package cyrus-imapd (Revision 67)
Currently displaying revision
67
,
Show latest
From c70ef68f50b32bbdad04ba4d80b9f9a8bddf8817 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Sun, 9 Mar 2014 00:26:18 +0100 Subject: [PATCH 9/9] Keep the same order between .c and .h perhaps? --- imap/mboxevent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imap/mboxevent.c b/imap/mboxevent.c index feac0fd..4fdf6a5 100644 --- a/imap/mboxevent.c +++ b/imap/mboxevent.c @@ -122,8 +122,6 @@ static struct mboxevent event_template = { EVENT_DISK_QUOTA, "diskQuota", EVENT_PARAM_INT, 0, 0 }, { EVENT_DISK_USED, "diskUsed", EVENT_PARAM_INT, 0, 0 }, { EVENT_MAX_MESSAGES, "maxMessages", EVENT_PARAM_INT, 0, 0 }, - { EVENT_ACL_SUBJECT, "aclSubject", EVENT_PARAM_STRING, 0, 0 }, - { EVENT_ACL_RIGHTS, "aclRights", EVENT_PARAM_STRING, 0, 0 }, { EVENT_MESSAGES, "messages", EVENT_PARAM_INT, 0, 0 }, { EVENT_UNSEEN_MESSAGES, "vnd.cmu.unseenMessages", EVENT_PARAM_INT, 0, 0 }, { EVENT_CONVEXISTS, "vnd.fastmail.convExists", EVENT_PARAM_INT, 0, 0 }, @@ -133,6 +131,8 @@ static struct mboxevent event_template = { EVENT_MIDSET, "vnd.cmu.midset", EVENT_PARAM_STRING, 0, 0 }, { EVENT_FLAG_NAMES, "flagNames", EVENT_PARAM_STRING, 0, 0 }, { EVENT_PID, "pid", EVENT_PARAM_INT, 0, 0 }, + { EVENT_ACL_SUBJECT, "aclSubject", EVENT_PARAM_STRING, 0, 0 }, + { EVENT_ACL_RIGHTS, "aclRights", EVENT_PARAM_STRING, 0, 0 }, { EVENT_USER, "user", EVENT_PARAM_STRING, 0, 0 }, { EVENT_MESSAGE_SIZE, "messageSize", EVENT_PARAM_INT, 0, 0 }, #ifdef WITH_DAV -- 1.8.3.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
.