]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: add --mua-cmd switch
authorEric Wong <e@80x24.org>
Sun, 17 Jan 2021 08:52:27 +0000 (20:52 -1200)
committerEric Wong <e@80x24.org>
Mon, 18 Jan 2021 09:28:07 +0000 (09:28 +0000)
commit21671ed82f8d1a7b6de593e073079e29c5675aa8
tree4c69ea5fe7da64617fdd33cd42f7ad69cae06a07
parentfdfa3aaf57c9af65f4baa49a0c587a202aa228db
lei q: add --mua-cmd switch

It can be convenient to invoke an MUA as search results
are being written to it, as an eager person may want to
start seeing results ASAP.  This lets Maildir users
see results in the MUA as we are writing them.  Users
of IMAP will eventually be able to take advantage of
them, too.

Since we don't support mbox locking (yet?), we'll only invoke
the MUA after results are done for mbox formats.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm