X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Froundcube_plugin.rb;fp=lib%2Fcommon%2Froundcube_db_plugin.rb;h=8e9d62259d78fd9819bc2ef77bc97c3c2b0fa96c;hp=df5413fdb0cc7a797dc2fd1f7070f3809b7f2abc;hb=7f8654ed6582062a295e1be75ae70e99de41b323;hpb=bd2dabf89ab277fbe315b05e6dfa839afb5ce5ef diff --git a/lib/common/roundcube_db_plugin.rb b/lib/common/roundcube_plugin.rb similarity index 95% rename from lib/common/roundcube_db_plugin.rb rename to lib/common/roundcube_plugin.rb index df5413f..8e9d622 100644 --- a/lib/common/roundcube_db_plugin.rb +++ b/lib/common/roundcube_plugin.rb @@ -1,7 +1,7 @@ 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