3 lei-up - update a saved search
7 lei up [OPTIONS] OUTPUT
9 lei up [OPTIONS] --all[=<local|remote>]
13 Update the saved search at C<OUTPUT> or all saved searches.
19 =item --all[=<local|remote>]
21 C<--all> updates all saved searches (listed in L<lei-ls-search(1)>).
22 C<--all=local> only updates local mailboxes, C<--all=remote> only
23 updates remote mailboxes (currently C<imap://> and C<imaps://>).
25 =item --remote-fudge-time=INTERVAL
27 Look for mail older than the time of the last successful query.
28 Using a small interval will reduce bandwidth use. A larger
29 interval reduces the likelihood of missing a result due to MTA
32 The time(s) of the last successful queries are the C<lastresult>
33 values visible from L<lei-edit-search(1)>.
35 Date formats understood by L<git-rev-parse(1)> may be used.
36 e.g C<1.hour> or C<3.days>
46 These disable the use of all externals, local externals, or
47 remote externals respectively. They are useful during
48 temporary network or mount-point outages.
50 Unlike C<lei q>, these switches override the original C<lei q --only>
51 options saved as C<lei.q.only>.
53 The combination C<--all=remote --no-remote> is supported for
54 offline use in case a user is updating an IMAP folder on localhost.
56 =item --exclude=LOCATION
58 As with L<lei-q(1)>, but may also exclude externals originally
59 specified via C<lei q --only>.
67 =item --jobs QUERY_WORKERS[,WRITE_WORKERS]
69 C<--lock>, C<--alert>, C<--mua>, and C<--jobs> are all supported and
70 documented in L<lei-q(1)>.
72 C<--mua> is incompatible with C<--all>.
78 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
80 The mail archives are hosted at L<https://public-inbox.org/meta/>
81 and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
85 Copyright all contributors L<mailto:meta@public-inbox.org>
87 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
91 L<lei-q(1)>, L<lei-ls-search(1)>, L<lei-edit-search(1)>,
92 L<lei-forget-search(1)>