]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiDedupe.pm
lei: more consistent dedupe and ovv_buf init
[public-inbox.git] / lib / PublicInbox / LeiDedupe.pm
index 3f478aa4a786ba3280344ec2c10de9f2beb015f7..e3ae8e33c36642be9bb57aa492884fc6487a06c4 100644 (file)
@@ -103,8 +103,8 @@ sub new {
        bless [ $skv, undef, undef, $m ], $cls;
 }
 
-# returns true on unseen messages according to the deduplication strategy,
-# returns false if seen
+# returns true on seen messages according to the deduplication strategy,
+# returns false if unseen
 sub is_dup {
        my ($self, $eml, $oid) = @_;
        !$self->[1]->($eml, $oid);