]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_plugin.rb
Fix broken nesting in lib/mv/plugins/postfixadmin.rb.
[mailshears.git] / lib / mv / mv_plugin.rb
index 4b616032b5cfc312c74e790d685bf70ff167f15b..089e6c772bc7d9ddec80db26359449aae08b2c73 100644 (file)
@@ -13,12 +13,7 @@ module MvPlugin
     return MvDummyRunner
   end
 
-  def mv_domain(from, to)
-    # Rename the given domain.
-    raise NotImplementedError
-  end
-
-  def mv_user(from, to)
+  def mv_user(src, dst)
     # Rename the given user.
     raise NotImplementedError
   end