]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/davical_plugin.rb
Move domain removal into the plugins.
[mailshears.git] / lib / common / davical_plugin.rb
index cdde3d1e068301fbd13a3eb05783fed7f878d8bc..1cc06ce0dd397d7e4e26443aa68871b82511e8df 100644 (file)
@@ -19,7 +19,7 @@ module DavicalPlugin
 
   def describe_domain(domain)
     # DAViCal doesn't have a concept of domains.
-    return 'N/A'
+    return domain
   end
 
 
@@ -70,7 +70,7 @@ module DavicalPlugin
   end
 
 
-  def get_davical_usernames()
+  def list_users()
     usernames = []
 
     begin