X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fprune%2Fplugins%2Froundcube.rb;fp=lib%2Fprune%2Fplugins%2Froundcube.rb;h=929739297b46a9fe1d1a51ea347816091a5ece1f;hp=5869b02cabe20aeb2e78ebc5012173d624427a0b;hb=df4e02ebf6a4e28a58abcb298a4442a245ad0b15;hpb=d0bfa37fb4be739b31dd97c493764ca19a160182 diff --git a/lib/prune/plugins/roundcube.rb b/lib/prune/plugins/roundcube.rb index 5869b02..9297392 100644 --- a/lib/prune/plugins/roundcube.rb +++ b/lib/prune/plugins/roundcube.rb @@ -3,6 +3,12 @@ require 'pg' require 'prune/prune_plugin' require 'rm/plugins/roundcube' + +# Handle the pruning of Roundcube users from its database. This class +# doesn't need to do anything; by inheriting from {RoundcubeRm}, we get +# its {RoundcubeRm#remove_user} method and that's all we need to prune. +# class RoundcubePrune < RoundcubeRm + # Needed for the magic includers run() method. include PrunePlugin end