]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - src/mailstore.rb
Convert DovecotMailstore to a plugin, and generalize the main mailshears script to...
[mailshears.git] / src / mailstore.rb
index 45a6ba857345d5f7f2e6e0ca40033f89ab46ad20..19772d356087cddb330d89f79876f1ddb50d6f21 100644 (file)
@@ -2,10 +2,6 @@ class Mailstore
 
   attr_accessor :domain_root
 
-  def initialize(domain_root)
-    @domain_root = domain_root
-  end
-
   def def get_domains_from_filesystem
     raise NotImplementedError
   end