]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/roundcube_plugin.rb
Rename PostfixadminDb, RoundcubeDb without the Db suffix.
[mailshears.git] / lib / common / roundcube_plugin.rb
similarity index 95%
rename from lib/common/roundcube_db_plugin.rb
rename to lib/common/roundcube_plugin.rb
index df5413fdb0cc7a797dc2fd1f7070f3809b7f2abc..8e9d62259d78fd9819bc2ef77bc97c3c2b0fa96c 100644 (file)
@@ -1,7 +1,7 @@
 require 'common/plugin'
 
 require 'common/plugin'
 
-module RoundcubeDbPlugin
-  # Code that all RoundcubeDb plugins (Prune, Rm, Mv...) will share.
+module RoundcubePlugin
+  # Code that all Roundcube plugins (Prune, Rm, Mv...) will share.
   # That is, we implement the Plugin interface.
   include Plugin
 
   # That is, we implement the Plugin interface.
   include Plugin