------------------------------------------------------------------------
r6290 | davew | 2008-05-16 18:07:46 -0400 (Fri, 16 May 2008) | 9 lines
Changed paths:
   M /trunk/citadel/control.c
   M /trunk/citadel/include/ctdl_module.h
   M /trunk/citadel/modules/sieve/serv_sieve.c

Sieve will now only process messages that are newer than its script.
This fixes bug #297

To impliment this I created a new API call CtdlGetCurrentMessageNumber()
this returns the message number currently in use IE the last one 
allocated. This is good enough for Sieve in this case and probably good 
enough for other things too.


------------------------------------------------------------------------

Reply via email to