gunnar: server/patches/imap KOLAB_imap-c-client_2006j2_Annotations.patch, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Wed Oct 10 18:34:37 CEST 2007


Author: gunnar

Update of /kolabrepository/server/patches/imap
In directory doto:/tmp/cvs-serv31686

Modified Files:
	KOLAB_imap-c-client_2006j2_Annotations.patch 
Log Message:
Fix the annotation patch for 2006j2

Index: KOLAB_imap-c-client_2006j2_Annotations.patch
===================================================================
RCS file: /kolabrepository/server/patches/imap/KOLAB_imap-c-client_2006j2_Annotations.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- KOLAB_imap-c-client_2006j2_Annotations.patch	29 Sep 2007 12:13:54 -0000	1.1
+++ KOLAB_imap-c-client_2006j2_Annotations.patch	10 Oct 2007 16:34:35 -0000	1.2
@@ -2,7 +2,7 @@
 
 diff -r 1e76e41a2cd8 src/c-client/imap4r1.c
 --- a/src/c-client/imap4r1.c	Sat Sep 29 11:01:45 2007 +0200
-+++ b/src/c-client/imap4r1.c	Sat Sep 29 11:08:13 2007 +0200
++++ b/src/c-client/imap4r1.c	Wed Oct 10 18:32:39 2007 +0200
 @@ -135,7 +135,8 @@ typedef struct imap_argument {
  #define MULTIAPPEND 13
  #define SNLIST 14
@@ -248,7 +248,7 @@
      getacl_t ar = (getacl_t) mail_parameters (NIL,GET_ACL,NIL);
 diff -r 1e76e41a2cd8 src/c-client/imap4r1.h
 --- a/src/c-client/imap4r1.h	Sat Sep 29 11:01:45 2007 +0200
-+++ b/src/c-client/imap4r1.h	Sat Sep 29 11:08:13 2007 +0200
++++ b/src/c-client/imap4r1.h	Wed Oct 10 18:32:39 2007 +0200
 @@ -273,3 +273,5 @@ long imap_setquota (MAILSTREAM *stream,c
  long imap_setquota (MAILSTREAM *stream,char *qroot,STRINGLIST *limits);
  long imap_getquota (MAILSTREAM *stream,char *qroot);
@@ -257,7 +257,7 @@
 +long imap_setannotation (MAILSTREAM *stream,ANNOTATION *annotation); 
 diff -r 1e76e41a2cd8 src/c-client/mail.c
 --- a/src/c-client/mail.c	Sat Sep 29 11:01:45 2007 +0200
-+++ b/src/c-client/mail.c	Sat Sep 29 11:08:13 2007 +0200
++++ b/src/c-client/mail.c	Wed Oct 10 18:32:39 2007 +0200
 @@ -69,6 +69,7 @@ static newsrcquery_t mailnewsrcquery = N
  static newsrcquery_t mailnewsrcquery = NIL;
  				/* ACL results callback */
@@ -323,13 +323,13 @@
   * Accepts: pointer to quotalist pointer
 diff -r 1e76e41a2cd8 src/c-client/mail.h
 --- a/src/c-client/mail.h	Sat Sep 29 11:01:45 2007 +0200
-+++ b/src/c-client/mail.h	Sat Sep 29 11:08:13 2007 +0200
++++ b/src/c-client/mail.h	Wed Oct 10 18:32:39 2007 +0200
 @@ -351,6 +351,8 @@
  #define SET_SCANCONTENTS (long) 573
  #define GET_MHALLOWINBOX (long) 574
  #define SET_MHALLOWINBOX (long) 575
-+#define GET_ANNOTATION (long) 570
-+#define SET_ANNOTATION (long) 571
++#define GET_ANNOTATION (long) 576
++#define SET_ANNOTATION (long) 577
  
  /* Driver flags */
  
@@ -379,7 +379,7 @@
  void mail_free_body_parameter (PARAMETER **parameter);
 diff -r 1e76e41a2cd8 src/mtest/mtest.c
 --- a/src/mtest/mtest.c	Sat Sep 29 11:01:45 2007 +0200
-+++ b/src/mtest/mtest.c	Sat Sep 29 11:08:13 2007 +0200
++++ b/src/mtest/mtest.c	Wed Oct 10 18:32:39 2007 +0200
 @@ -145,6 +145,8 @@ int main ()
  #endif
    return NIL;





More information about the commits mailing list