CVS commit by ossi: 

M_EXPIRED -> M_EXPIRE


  M +1 -1      isync.h   1.51
  M +2 -2      sync.c   1.63


--- isync/src/isync.h  #1.50:1.51
@@ -119,5 +119,5 @@ typedef struct group_conf {
 #define M_DEAD         (1<<1) /* expunged */
 #define M_FLAGS        (1<<2) /* flags fetched */
-#define M_EXPIRED      (1<<5) /* kicked out by MaxMessages */
+#define M_EXPIRE       (1<<3) /* kicked out by MaxMessages */
 
 typedef struct message {

--- isync/src/sync.c  #1.62:1.63
@@ -773,5 +773,5 @@ sync_boxes( store_t *ctx[], const char *
                                todel--;
                        else if (!(tmsg->status & M_RECENT)) {
-                               tmsg->status |= M_EXPIRED;
+                               tmsg->status |= M_EXPIRE;
                                delt++;
                                todel--;
@@ -783,5 +783,5 @@ sync_boxes( store_t *ctx[], const char *
                                if (srec->status & (S_DEAD|S_EXPIRED))
                                        continue;
-                               if (srec->msg[S] && (srec->msg[S]->status & 
M_EXPIRED)) {
+                               if (srec->msg[S] && (srec->msg[S]->status & 
M_EXPIRE)) {
                                        debug( "  expiring pair(%d,%d)\n", 
srec->uid[M], srec->uid[S] );
                                        /* log first, so deletion can't be 
misinterpreted! */




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to