logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lei-index - index messages without importing them into lei/store

Contact

       Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>

       The       mail       archives      are      hosted      at      <https://public-inbox.org/meta/>      and
       <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>

Description

       Similar to lei-import(1), but does not store a copy of messages into "lei/store".

       This command only makes sense for messages stored in Maildir folders.  Other folder types may be
       supported in the future (they can all be indexed, but the message isn't automatically retrieved by
       lei-q(1) or lei-lcat(1)).

       Combined with lei-q(1), "lei index" allows Maildir users to have similar functionality to mairix(1) by
       not duplicating messages into "lei/store".

       Occasional invocations of "lei-refresh-mail-sync --all=local" are recommended to keep indexed messages
       retrievable.

Name

       lei-index - index messages without importing them into lei/store

Options

       -F MAIL_FORMAT
       --in-format=MAIL_FORMAT
           There  is currently no need for this option.  It will support "mh", eventually.  For now, the default
           (and only supported) format is "maildir".  When IMAP and NNTP support are fleshed out, those  formats
           will be inferred from their URLs.

           Default: "maildir"

       -q
       --quiet
           Suppress feedback messages.

See Also

lei-refresh-mail-sync(1), lei-store-format(5), lei-import(1)

public-inbox.git                                   1993-10-02                                       LEI-INDEX(1)

Synopsis

       lei index [OPTIONS] FOLDER

See Also