]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: make --save the default
authorEric Wong <e@80x24.org>
Thu, 19 Aug 2021 01:36:38 +0000 (01:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Aug 2021 09:48:10 +0000 (09:48 +0000)
commitd99020ac3612308d04e3760bd780417218748168
treed55cd93ee4ba0b11e8910bdb8328a5c215560c0c
parent706888be614a26b91be75d39578b9db26772bd00
lei q: make --save the default

Since "lei up" is more often useful than not and incurs neglible
overhead; enable --save by default and allow --no-save to work.

This also fixes a long-standing when overwriting --output
destinations with saved searches:  dedupe data from previous
searches are reset and no longer influences the new (changed)
search, so results no longer go missing if two sequential
invocations of "lei q --save" point to the same --output.
Documentation/lei-q.pod
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiSavedSearch.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiUp.pm
t/lei-q-kw.t
t/lei-q-save.t
t/lei.t
t/lei_to_mail.t