]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/configuration.rb
Add a PLUGINS configuration option.
[mailshears.git] / bin / configuration.rb
index 4779fb2d0f54e3fb048c986370026faabb55c20e..a5ace5c80d3393d03e538ca446f03d62eb11f0f8 100644 (file)
@@ -18,4 +18,6 @@ module Configuration
   # Really delete domains/accounts, or just find them? This parameter
   # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
   I_MEAN_BUSINESS = false
+
+  PLUGINS = ['DovecotMailstore']
 end