]> Sergey Matveev's repositories - public-inbox.git/commit
lei inspect: use LeiMailSync->match_imap_url
authorEric Wong <e@80x24.org>
Sun, 23 May 2021 21:36:50 +0000 (21:36 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 May 2021 22:31:36 +0000 (22:31 +0000)
commita9bfba8eb31dbb4cdb8306496a911a84f8ac6e04
treec897e38b6de8c5e2673401bc66a2bd8088b895fe
parent2d4ac1c886908bb1d79592913a2a2037a1a024e7
lei inspect: use LeiMailSync->match_imap_url

Move match_imap_url into LeiMailSync so it can be used in more
places, such as "lei inspect".  Upcoming commands such as
"lei forget-mail-sync" and {add,forget,pause,resume}-watch will
also support relaxed IMAP matching rules since there's
no reasonable way to expect users use ";UIDVALIDITY=" on the
command-line.
lib/PublicInbox/LeiExportKw.pm
lib/PublicInbox/LeiInspect.pm
lib/PublicInbox/LeiMailSync.pm
t/lei-import-imap.t