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=8064b7be68006d07889e2d24eb0bddc6063d3275;hpb=7f8654ed6582062a295e1be75ae70e99de41b323 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