]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/dovecot.rb
mailshears.gemspec: update the version to 0.0.5.
[mailshears.git] / lib / prune / plugins / dovecot.rb
1 require 'prune/prune_plugin'
2 require 'rm/plugins/dovecot'
3
4 # Handle the pruning of Dovecot users from its database. This class
5 # doesn't need to do anything; by inheriting from {DovecotRm}, we get
6 # its {DovecotRm#remove_user} method and that's all we need to prune.
7 #
8 class DovecotPrune < DovecotRm
9 # Needed for the magic includers <tt>run()</tt> method.
10 include PrunePlugin
11 end