From: Michael Orlitzky Date: Wed, 17 Sep 2014 00:52:44 +0000 (-0400) Subject: Remove a superclass from DovecotMv that no longer exists. X-Git-Tag: 0.0.1~61 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=41b5e74bedf1def1ef22cd77ed26d87fae859a13;hp=1159a8065414cf606b4fae524aedcc7063ab1eda Remove a superclass from DovecotMv that no longer exists. --- diff --git a/lib/mv/plugins/dovecot.rb b/lib/mv/plugins/dovecot.rb index 1b0ef79..b1dc598 100644 --- a/lib/mv/plugins/dovecot.rb +++ b/lib/mv/plugins/dovecot.rb @@ -1,9 +1,8 @@ require 'common/filesystem' -require 'common/mailstore' require 'common/dovecot_plugin' require 'mv/mv_plugin' -class DovecotMv < Mailstore +class DovecotMv include DovecotPlugin include MvPlugin