]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Change the way the plugins are included (by file name, not class name).
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 26 Dec 2010 20:28:02 +0000 (15:28 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 26 Dec 2010 20:28:02 +0000 (15:28 -0500)
bin/configuration.rb
src/plugins/dovecot_mailstore.rb [moved from src/dovecot_mailstore.rb with 100% similarity]

index a5ace5c80d3393d03e538ca446f03d62eb11f0f8..f67bfdd8e8195718a42d7671ceb87f7033ba6e79 100644 (file)
@@ -19,5 +19,5 @@ module Configuration
   # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
   I_MEAN_BUSINESS = false
 
   # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
   I_MEAN_BUSINESS = false
 
-  PLUGINS = ['DovecotMailstore']
+  PLUGINS = ['dovecot_mailstore']
 end
 end