X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fdovecot_plugin.rb;h=ab5a40930400af057229ded188d40516cc88b866;hp=2496bae2eade64be5889c4a5057b8ac00e4b5228;hb=365d681f1ef45bd3f5f2c9dded07108bdd75a1ff;hpb=70aeee01ccb126dcfd6ea12f98d9df9c6b3e7a45 diff --git a/lib/common/dovecot_plugin.rb b/lib/common/dovecot_plugin.rb index 2496bae..ab5a409 100644 --- a/lib/common/dovecot_plugin.rb +++ b/lib/common/dovecot_plugin.rb @@ -6,8 +6,7 @@ module DovecotPlugin # share. That is, we implement the Plugin interface. include Plugin - def initialize - cfg = Configuration.new() + def initialize(cfg) @domain_root = cfg.mail_root end