X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmailshears%2Fplugins%2Froundcube_db.rb;fp=lib%2Fmailshears%2Fplugins%2Froundcube_db.rb;h=d563a244fcaa3fd3c25beb45f093bc7d2486352d;hp=111e360809e25242f81f00bda3bb91be0652ece0;hb=ca093aaf727ef441692cbecbd3c2bee27090820d;hpb=825fde236576c7054c05fa257e0dc1cc44cde41c diff --git a/lib/mailshears/plugins/roundcube_db.rb b/lib/mailshears/plugins/roundcube_db.rb index 111e360..d563a24 100644 --- a/lib/mailshears/plugins/roundcube_db.rb +++ b/lib/mailshears/plugins/roundcube_db.rb @@ -93,7 +93,7 @@ class RoundcubeDb def get_leftover_accounts(db_accounts) - # Given a list of all users who have logged in to Roundcube. + # Get a list of all users who have logged in to Roundcube. rc_accounts = self.get_roundcube_usernames() return rc_accounts - db_accounts end