X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fplugins%2Froundcube.rb;fp=lib%2Fmv%2Fplugins%2Froundcube.rb;h=bac8344607d925c26f8652aa9a141ff87eee736c;hp=50a52c302cd2a25613f4c463eb5232c7a756b055;hb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;hpb=8064b7be68006d07889e2d24eb0bddc6063d3275 diff --git a/lib/mv/plugins/roundcube.rb b/lib/mv/plugins/roundcube.rb index 50a52c3..bac8344 100644 --- a/lib/mv/plugins/roundcube.rb +++ b/lib/mv/plugins/roundcube.rb @@ -13,7 +13,7 @@ class RoundcubeMv # Roundcube doesn't have a concept of domains. end - def mv_account(from, to) + def mv_user(from, to) sql_queries = ['UPDATE users SET username = $1 WHERE username = $2;'] begin