X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fplugins%2Fdovecot.rb;h=1b0ef79426ef40533d34c6932943f2ab5cb8824d;hp=0eb688861442aba8e07e8cad640a92ce7ec30abc;hb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;hpb=8064b7be68006d07889e2d24eb0bddc6063d3275;ds=sidebyside diff --git a/lib/mv/plugins/dovecot.rb b/lib/mv/plugins/dovecot.rb index 0eb6888..1b0ef79 100644 --- a/lib/mv/plugins/dovecot.rb +++ b/lib/mv/plugins/dovecot.rb @@ -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