]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/agendav_plugin.rb
Remove a superclass from DovecotMv that no longer exists.
[mailshears.git] / lib / common / agendav_plugin.rb
index 7522b2cfce630a7340b69fadd5d7279ea4b9ffd9..ae9b11c0b05d89874ebdc6dedbc2e85af36c6b89 100644 (file)
@@ -32,10 +32,11 @@ module AgendavPlugin
   end
 
 
-  protected;
-
-
   def list_users()
+    #
+    # Produce a list of AgenDAV users. This is public because it's
+    # useful in testing.
+    #
     usernames = []
 
     # Just assume PostgreSQL for now.