]> Sergey Matveev's repositories - public-inbox.git/commit
lei up: support --all=local
authorEric Wong <e@80x24.org>
Mon, 19 Apr 2021 23:49:01 +0000 (14:49 -0900)
committerEric Wong <e@80x24.org>
Tue, 20 Apr 2021 19:02:46 +0000 (19:02 +0000)
commit31ae9a28f101a3469107cc3c026e104851c5eab2
treeca350ef409602d97b64ebf1ae6c88a59d4fc897d
parentb720ab9e8e65a5cd6a34a5b08ee007254c4f6700
lei up: support --all=local

Users may wish to update several saved searches at once.  We can
support parallel updates in lei-daemon so users won't have to do
it themselves via xargs or similar.

Supporting IMAP outputs would be significantly more involved
since we'd have to pre-authenticate for every single IMAP
output before entering the redispatch loop.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiUp.pm
t/lei-q-save.t