]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/configuration.rb
Change the way the plugins are included (by file name, not class name).
[mailshears.git] / bin / configuration.rb
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
 
-  PLUGINS = ['DovecotMailstore']
+  PLUGINS = ['dovecot_mailstore']
 end