]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/dovecot_plugin.rb
Fix variable names in the prune tests.
[mailshears.git] / lib / common / dovecot_plugin.rb
index bc6166d6a1716ee7954083fb10460ad00e54b30d..fa61d5367b593d959c1839de143f1f0c767490db 100644 (file)
@@ -10,7 +10,7 @@ module DovecotPlugin
   include Plugin
 
   def initialize(cfg)
-    @domain_root = cfg.mail_root
+    @domain_root = cfg.dovecot_mail_root
   end
 
   def describe_domain(domain)