* added message subject to all those tiny messages
[citadel.git] / citadel / msgbase.c
index 2a6b775c8a0efa1e6e48058793796efcf5b6458c..36c5fbb2ded471f7da741d669f94e79e68dd5dd0 100644 (file)
@@ -3009,8 +3009,9 @@ int CtdlCheckInternetMailPermission(struct ctdluser *who) {
 /*
  * Validate recipients, count delivery types and errors, and handle aliasing
  * FIXME check for dupes!!!!!
- * Returns 0 if all addresses are ok, -1 if no addresses were specified,
- * or the number of addresses found invalid.
+ * Returns 0 if all addresses are ok, ret->num_error = -1 if no addresses 
+ * were specified, or the number of addresses found invalid.
+ * caller needs to free the result.
  */
 struct recptypes *validate_recipients(char *supplied_recipients) {
        struct recptypes *ret;