X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;fp=citadel%2Finclude%2Fctdl_module.h;h=6d16624b584d93dcd9d45e6f8d2ce6f32a8b76cc;hb=e830265f9a3238898ea25e8ed4782e50f2b7a775;hp=b1d8b0219f1a298a69f10fb77b2b89c7bf6d2931;hpb=554b4865ddb1cd09b9311b13307b61abf4f1b22d;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index b1d8b0219..6d16624b5 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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 */