]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-export-kw.pod
4cb673ac4d2bc0ea401201e94e83cedb8f628bdb
[public-inbox.git] / Documentation / lei-export-kw.pod
1 =head1 NAME
2
3 lei-export-kw - export keywords (flags) to Maildir and IMAP folders
4
5 =head1 SYNOPSIS
6
7 lei export-kw --all=[<remote|local>]
8
9 lei export-kw MFOLDER [MFOLDER...]
10
11 =head1 DESCRIPTION
12
13 C<lei export-kw> propagates keywords (e.g. C<seen>, C<answered>,
14 C<flagged>, etc.) from lei/store to IMAP folders and/or Maildirs.
15 It only works for messages lei knows about (e.g. was used as a
16 C<lei q --output>, or imported via L<lei-import(1)>, or indexed
17 via L<lei-index(1)>).
18
19 It does not delete, write, nor modify messages themselves;
20 it only sets metadata on Maildirs and IMAP folders.
21
22 =head1 OPTIONS
23
24 =over
25
26 =item --all
27
28 Export to all local Maildirs and remote IMAP folders
29
30 =item --all=local
31
32 Export all local Maildirs
33
34 =item --all=remote
35
36 Export all remote IMAP folders
37
38 =back
39
40 =head1 CONTACT
41
42 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
43
44 The mail archives are hosted at L<https://public-inbox.org/meta/> and
45 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
46
47 =head1 COPYRIGHT
48
49 Copyright all contributors L<mailto:meta@public-inbox.org>
50
51 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
52
53 =head1 SEE ALSO
54
55 L<lei-refresh-mail-sync(1)>, L<lei-tag(1)>