Manage spamassassin preferences in shared space
[hcoop/domtool2.git] / src / mail / setsa.sig
index bc81859..5ec1020 100644 (file)
@@ -1,5 +1,6 @@
 (* HCoop Domtool (http://hcoop.sourceforge.net/)
  * Copyright (c) 2006, Adam Chlipala
+ * Copyright (c) 2014 Clinton Ebadi <clinton@unknownlamer.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -26,5 +27,6 @@ signature SET_SA = sig
 
     val query : address -> bool
     val set : address * bool -> unit
+    val rebuild : unit -> bool
 
 end