]> Sergey Matveev's repositories - public-inbox.git/commit
lei: simplify internal arg2folder usage
authorEric Wong <e@80x24.org>
Tue, 21 Sep 2021 07:41:51 +0000 (07:41 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Sep 2021 19:18:35 +0000 (19:18 +0000)
commit387f0e693f9e22a7698927bb40dab0742738e8a6
tree19a52cf42c123cbd660e2dc14a3e2b0b22dca8c5
parent8eaa877179910dce156179e9025d1e0df34089d8
lei: simplify internal arg2folder usage

We can set opt->{quiet} for (internal) 'note-event' command
to quiet ->qerr, since we use ->qerr everywhere else.  And
we'll just die() instead of setting a ->{fail} message, since
eval + die are more inline with the rest of our Perl code.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiExportKw.pm
lib/PublicInbox/LeiForgetMailSync.pm
lib/PublicInbox/LeiInspect.pm
lib/PublicInbox/LeiLcat.pm
lib/PublicInbox/LeiMailSync.pm
lib/PublicInbox/LeiNoteEvent.pm
lib/PublicInbox/LeiRefreshMailSync.pm