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-up - update a saved search

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

       Update the saved search at "OUTPUT" or all saved searches.

Name

       lei-up - update a saved search

Options

       --all[=<local|remote>]
           "--all"  updates  all  saved searches (listed in lei-ls-search(1)).  "--all=local" only updates local
           mailboxes, "--all=remote" only updates remote mailboxes (currently "imap://" and "imaps://").

       --remote-fudge-time=INTERVAL
           Look for mail older than the time of the last successful query.  Using a small interval  will  reduce
           bandwidth  use.   A  larger  interval reduces the likelihood of missing a result due to MTA delays or
           downtime.

           The  time(s)  of  the  last  successful  queries   are   the   "lastresult"   values   visible   from
           lei-edit-search(1).

           Date formats understood by git-rev-parse(1) may be used.  e.g "1.hour" or "3.days"

           Default: 2.days

       --no-external
       --no-local
       --no-remote
           These  disable the use of all externals, local externals, or remote externals respectively.  They are
           useful during temporary network or mount-point outages.

           Unlike "lei q", these switches override the original "lei q --only" options saved as "lei.q.only".

           The combination "--all=remote --no-remote" is supported for offline use in case a user is updating an
           IMAP folder on localhost.

       --exclude=LOCATION
           As with lei-q(1), but may also exclude externals originally specified via "lei q --only".

       --lock=METHOD
       --alert=CMD
       --mua=CMD
           "--lock", "--alert", and "--mua" are all supported and documented in lei-q(1).

           "--mua" is incompatible with "--all".

See Also

lei-q(1), lei-ls-search(1), lei-edit-search(1), lei-forget-search(1)

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

Synopsis

       lei up [OPTIONS] OUTPUT

       lei up [OPTIONS] --all[=<local|remote>]

See Also