]> Sergey Matveev's repositories - public-inbox.git/commit
lei ls-mail-sync: accept a filter
authorKyle Meyer <kyle@kyleam.com>
Tue, 4 May 2021 04:45:57 +0000 (00:45 -0400)
committerEric Wong <e@80x24.org>
Tue, 4 May 2021 04:58:12 +0000 (04:58 +0000)
commit5ea3df7741fdb88ec9c10689934b4d775d61a3d6
treef61c2cc250797250c8eaded3a078523d4f85e2b1
parent1442f722b47010d0b24040be02152e07c1c21985
lei ls-mail-sync: accept a filter

lei_ls_mail_sync() is written to accept a filter, and ls-mail-sync has
related command-line options (--globoff, --invert-match), but a
positional argument isn't actually accepted.  Add it.
lib/PublicInbox/LEI.pm