From b6829bbfd86f5d22a8ffb80fd7bfe59299fe6b55 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Mar 2021 19:04:04 +0900 Subject: lei q: support vmd for external-only messages "lei q" now preserves changes per-message keywords across invocations when it's --output (Maildir or mbox) is reused (with or without --augment). In the future, these changes will be monitored via inotify, EVFILT_VNODE or IMAP IDLE, too. Unfortunately, this currently prevents "lei import" from ever importing a message that's in an external. That will be fixed in a future change. --- lib/PublicInbox/OverIdx.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/PublicInbox/OverIdx.pm') diff --git a/lib/PublicInbox/OverIdx.pm b/lib/PublicInbox/OverIdx.pm index 9013ae23..e1cd31b9 100644 --- a/lib/PublicInbox/OverIdx.pm +++ b/lib/PublicInbox/OverIdx.pm @@ -668,14 +668,4 @@ DELETE FROM eidxq WHERE docid = ? } -sub blob_exists { - my ($self, $oidhex) = @_; - my $sth = $self->dbh->prepare_cached(<<'', undef, 1); -SELECT COUNT(*) FROM xref3 WHERE oidbin = ? - - $sth->bind_param(1, pack('H*', $oidhex), SQL_BLOB); - $sth->execute; - $sth->fetchrow_array; -} - 1; -- cgit v1.2.3-24-ge0c7