]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-export-kw.pod
cf482ca0d30764c144246d006fdd75036a0f3622
[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
16 It does not delete, write, nor modify messages themselves;
17 it only sets metadata on Maildirs and IMAP folders.
18
19 =head1 OPTIONS
20
21 =over
22
23 =item --all
24
25 Export to all local Maildirs and remote IMAP folders
26
27 =item --all=local
28
29 Export all local Maildirs
30
31 =item --all=remote
32
33 Export all remote IMAP folders
34
35 =back
36
37 =head1 CONTACT
38
39 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
40
41 The mail archives are hosted at L<https://public-inbox.org/meta/> and
42 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
43
44 =head1 COPYRIGHT
45
46 Copyright all contributors L<mailto:meta@public-inbox.org>
47
48 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
49
50 =head1 SEE ALSO
51
52 L<lei-refresh-mail-sync(1)>, L<lei-tag(1)>