it now builds but does not do inbox filtering
[citadel.git] / citadel / serv_extensions.c
index 73a1b7911094dc48858a5cf95b5d2c824c1fcee5..7c16b6e0af37c9c9097822fef629186668304411 100644 (file)
@@ -2,7 +2,7 @@
  * Citadel Extension Loader
  * Originally written by Brian Costello <btx@calyx.net>
  *
- * Copyright (c) 1987-2019 by the citadel.org team
+ * Copyright (c) 1987-2020 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
@@ -110,7 +110,7 @@ XmsgFunctionHook *XmsgHookTable = NULL;
 
 /*
  * RoomFunctionHook extensions are used for hooks which impliment room
- * processing functions when new messages are added EG. SIEVE.
+ * processing functions when new messages are added.
  */
 typedef struct RoomFunctionHook RoomFunctionHook;
 struct RoomFunctionHook {