X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fdovecot_mailstore_plugin.rb;h=d0f8dd11f7f76c10b8a53e7e83fa87989fe0b7b2;hp=ff901ee43417e8e7d66562763792aeb75e13eb14;hb=51f027b01e242737956c3ab5aecdd322d6ceeeed;hpb=e3826d8926e11763837a591986d453e9ef5d9dec diff --git a/lib/common/dovecot_mailstore_plugin.rb b/lib/common/dovecot_mailstore_plugin.rb index ff901ee..d0f8dd1 100644 --- a/lib/common/dovecot_mailstore_plugin.rb +++ b/lib/common/dovecot_mailstore_plugin.rb @@ -67,7 +67,7 @@ module DovecotMailstorePlugin if File.directory?(account_path) return account_path else - raise NonexistentAccountError(account) + raise NonexistentAccountError.new(account) end end