From af0c4ef0fa8366ca47e482a9ddd28567dbb0b234 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 26 Dec 2010 15:28:02 -0500 Subject: [PATCH 1/1] Change the way the plugins are included (by file name, not class name). --- bin/configuration.rb | 2 +- src/{ => plugins}/dovecot_mailstore.rb | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ => plugins}/dovecot_mailstore.rb (100%) diff --git a/bin/configuration.rb b/bin/configuration.rb index a5ace5c..f67bfdd 100644 --- a/bin/configuration.rb +++ b/bin/configuration.rb @@ -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 diff --git a/src/dovecot_mailstore.rb b/src/plugins/dovecot_mailstore.rb similarity index 100% rename from src/dovecot_mailstore.rb rename to src/plugins/dovecot_mailstore.rb -- 2.43.2