]> Sergey Matveev's repositories - public-inbox.git/commit
config: support ->urlmatch method for -watch
authorEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:03:41 +0000 (10:03 +0000)
committerEric Wong <e@yhbt.net>
Sun, 28 Jun 2020 22:27:18 +0000 (22:27 +0000)
commit67592c40510dae8604580cf4b2a0a0f665b84501
tree426f2abd4af167df7b7f3e49d5ea95e7dfe8b773
parentbbf4159b7694241d2139be641ced4c485303714a
config: support ->urlmatch method for -watch

Since we have IMAP client support in -watch; make sure per-URL
settings are familiar to git users by taking advantage of git's
URL matching abilities.

This requires git 1.8.5+, which most users ought to have
(though base CentOS 7 is on 1.8.3).
lib/PublicInbox/Config.pm
lib/PublicInbox/TestCommon.pm
lib/PublicInbox/WatchMaildir.pm
t/config.t
t/imapd.t