]> Sergey Matveev's repositories - public-inbox.git/commit
lei forget-search: new command to forget saved searches
authorEric Wong <e@80x24.org>
Tue, 20 Apr 2021 07:16:54 +0000 (07:16 +0000)
committerEric Wong <e@80x24.org>
Tue, 20 Apr 2021 19:02:48 +0000 (19:02 +0000)
commitf721ea54d4d3742136a60e768ada95363ec4eaaf
tree93979911e5890521a15c4c21a76bde1866e52fbd
parent31ae9a28f101a3469107cc3c026e104851c5eab2
lei forget-search: new command to forget saved searches

Readers may lose interest in subscription topics.  This lets
them avoid clutter by forgetting a saved search.

This does not and will not destroy the contents of an --output
mailbox.  In other words, this is similar to unsubscribing
from an Atom/RSS feed or NNTP group.

I've also decided we won't support 'mv-search', since it'll
probably be rarely used and "lei convert" can be used, instead.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiForgetSearch.pm [new file with mode: 0644]
t/lei-q-save.t