]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/dovecot.rb
Make pruning use the correct config and clean up *before* running tests, too.
[mailshears.git] / lib / prune / plugins / dovecot.rb
1 require 'prune/prune_plugin'
2 require 'rm/plugins/dovecot'
3
4 class DovecotPrune < DovecotRm
5 include PrunePlugin
6 end