]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/plugins/dovecot.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / mv / plugins / dovecot.rb
index 0eb688861442aba8e07e8cad640a92ce7ec30abc..1b0ef79426ef40533d34c6932943f2ab5cb8824d 100644 (file)
@@ -15,9 +15,9 @@ class DovecotMv < Mailstore
     FileUtils.mv(from_path, to_path)
   end
 
-  def mv_account(from, to)
-    from_path = self.get_account_path(from)
-    to_path = self.get_account_path(to)
+  def mv_user(from, to)
+    from_path = self.get_user_path(from)
+    to_path = self.get_user_path(to)
     FileUtils.mv(from_path, to_path)
   end