X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fdovecot_plugin.rb;fp=lib%2Fcommon%2Fdovecot_mailstore_plugin.rb;h=2496bae2eade64be5889c4a5057b8ac00e4b5228;hp=90aa02c8fde2b582c93afda07902a36ea17c5722;hb=7f8654ed6582062a295e1be75ae70e99de41b323;hpb=bd2dabf89ab277fbe315b05e6dfa839afb5ce5ef;ds=sidebyside diff --git a/lib/common/dovecot_mailstore_plugin.rb b/lib/common/dovecot_plugin.rb similarity index 96% rename from lib/common/dovecot_mailstore_plugin.rb rename to lib/common/dovecot_plugin.rb index 90aa02c..2496bae 100644 --- a/lib/common/dovecot_mailstore_plugin.rb +++ b/lib/common/dovecot_plugin.rb @@ -1,8 +1,8 @@ require 'common/plugin' require 'common/filesystem' -module DovecotMailstorePlugin - # Code that all DovecotMailstore plugins (Prune, Rm, Mv...) will +module DovecotPlugin + # Code that all Dovecot plugins (Prune, Rm, Mv...) will # share. That is, we implement the Plugin interface. include Plugin