]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/dovecot_mailstore_plugin.rb
Way too many changes to mention. The 'rm' mode works now.
[mailshears.git] / lib / common / dovecot_mailstore_plugin.rb
index ff901ee43417e8e7d66562763792aeb75e13eb14..d0f8dd11f7f76c10b8a53e7e83fa87989fe0b7b2 100644 (file)
@@ -67,7 +67,7 @@ module DovecotMailstorePlugin
     if File.directory?(account_path)
       return account_path
     else
-      raise NonexistentAccountError(account)
+      raise NonexistentAccountError.new(account)
     end
   end