X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=bin%2Fconfiguration.rb;h=f67bfdd8e8195718a42d7671ceb87f7033ba6e79;hp=4779fb2d0f54e3fb048c986370026faabb55c20e;hb=8def8385214dc9095bd4dc5369b2f905d99b4b45;hpb=0a90e5ed76da797d6343e7e85aab7d3f62cbc231 diff --git a/bin/configuration.rb b/bin/configuration.rb index 4779fb2..f67bfdd 100644 --- a/bin/configuration.rb +++ b/bin/configuration.rb @@ -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 = ['dovecot_mailstore'] end