]> Sergey Matveev's repositories - public-inbox.git/commit
lei: favor "keywords" over "flags", test --no-kw
authorEric Wong <e@80x24.org>
Sat, 6 Feb 2021 12:18:29 +0000 (12:18 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 03:34:32 +0000 (03:34 +0000)
commit618c5d7767a3611d70f78825156d5ddac7ce9427
tree8dd9b615a7e7b4ab2a4f2eab2c767a27ece18902
parent375ea9f09355d36f2a9550475012a8191cdff1b0
lei: favor "keywords" over "flags", test --no-kw

JMAP brain says "keywords", IMAP brain says "flags";
JMAP brain wins today.

Since "keywords" is a bit long, support "kw" as a shortcut since
there's no conflict and "kw:" will be our search prefix for
looking up messages by keyword.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiImport.pm
t/lei.t