]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/dovecot_plugin.rb
Rename PostfixadminDb, RoundcubeDb without the Db suffix.
[mailshears.git] / lib / common / dovecot_plugin.rb
similarity index 96%
rename from lib/common/dovecot_mailstore_plugin.rb
rename to lib/common/dovecot_plugin.rb
index 90aa02c8fde2b582c93afda07902a36ea17c5722..2496bae2eade64be5889c4a5057b8ac00e4b5228 100644 (file)
@@ -1,8 +1,8 @@
 require 'common/plugin'
 require 'common/filesystem'
 
 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
 
   # share.  That is, we implement the Plugin interface.
   include Plugin