From 3104d7492aa4aee07455dcad7449f786188afdf5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 25 Feb 2021 22:41:38 -1100 Subject: lei q: support mbox locking by default While this diverges from from mairix(1) behavior, it's the safer option. We'll follow Debian policy by supporting fcntl and dotlocks by default (in that order). Users who do not want locking can use "--lock=none" This will be used in a read-only capacity for watching mailboxes for keyword updates via inotify or EVFILT_VNODE. --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 9cf33d48..11ec5c01 100644 --- a/MANIFEST +++ b/MANIFEST @@ -201,6 +201,7 @@ lib/PublicInbox/MIME.pm lib/PublicInbox/ManifestJsGz.pm lib/PublicInbox/Mbox.pm lib/PublicInbox/MboxGz.pm +lib/PublicInbox/MboxLock.pm lib/PublicInbox/MboxReader.pm lib/PublicInbox/MdirReader.pm lib/PublicInbox/MiscIdx.pm @@ -383,6 +384,7 @@ t/lei_to_mail.t t/lei_xsearch.t t/linkify.t t/main-bin/spamc +t/mbox_lock.t t/mbox_reader.t t/mda-mime.eml t/mda.t -- cgit v1.2.3-24-ge0c7