it now builds but does not do inbox filtering
[citadel.git] / citadel / include / ctdl_module.h
index b1d8b0219f1a298a69f10fb77b2b89c7bf6d2931..6d16624b584d93dcd9d45e6f8d2ce6f32a8b76cc 100644 (file)
@@ -196,7 +196,7 @@ void CtdlBumpNewMailCounter(long which_user);
 /*
  * CtdlGetCurrentMessageNumber()  -  Obtain the current highest message number in the system
  * This provides a quick way to initialise a variable that might be used to indicate
- * messages that should not be processed. EG. a new Sieve script will use this
+ * messages that should not be processed.  For example, a new inbox script will use this
  * to record determine that messages older than this should not be processed.
  * This function is defined in control.c
  */