File: sup-sync.1

package info (click to toggle)
sup-mail 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,412 kB
  • sloc: ruby: 13,047; sh: 167; makefile: 12
file content (125 lines) | stat: -rw-r--r-- 3,353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.\" Automatically generated by Pandoc 3.1.11.1
.\"
.TH "SUP\-SYNC" "1" "April 9, 2012" "Sup User Manual" ""
.SH NAME
sup\-sync \- sychronize the Sup index with message sources
.SH SYNOPSIS
sup\-sync [\f[I]options\f[R]] source \&...
.SH DESCRIPTION
Synchronizes the Sup index with one or more message sources by adding
messages, deleting messages, or changing message state in the index as
appropriate.
.PP
\[lq]Message state\[rq] means read/unread, archived/inbox,
starred/unstarred, and all user\-defined labels on each message.
.PP
\[lq]Default source state\[rq] refers to any state that a source itself
has keeps about a message.
Sup\-sync uses this information when adding a new message to the index.
The source state is typically limited to read/unread, archived/inbox
status and a single label based on the source name.
Messages using the default source state are placed in the inbox
(i.e.\ not archived) and unstarred.
.PP
If no sources are given, sync from all usual sources.
Supported source URI schemes can be seen by running \[lq]sup\-add
\-\-help\[rq].
.SH MESSAGE STATE OPTIONS
.TP
\-\-asis
If the message is already in the index, preserve its state.
Otherwise, use default source state (default)
.TP
\-\-restore dumpfile
Restore message state from a dump file created with sup\-dump.
If a message is not in this dumpfile, act as \-\-asis
.TP
\-\-discard
Discard any message state in the index and use the default source state.
\f[B]Dangerous!\f[R]
.TP
\-x, \-
When using the default source state, mark messages as archived.
.TP
\-r, \-\-read
When using the default source state, mark messages as read.
.TP
\-\-extra\-labels \f[I]STRING\f[R]
When using the default source state, also apply these user\-defined
labels (a comma\-separated list) (default)
.SH OTHER OPTIONS
.TP
\-v, \-\-verbose
Print message ids as they\[cq]re processed.
.TP
\-o, \-\-optimize
As the final operation, optimize the index.
.TP
\-\-all\-sources
Scan over all sources.
.TP
\-n, \-\-dry\-run
Don\[cq]t actually modify the index.
Probably only useful with \-\-verbose.
.TP
\-\-version
Show version information
.TP
\-h, \-\-help
Show help message
.SH FILES
.TP
$HOME/.sup/sources.yaml
Configuration file for Sup mail sources
.SH SEE ALSO
sup(1), sup\-add(1), sup\-config(1), sup\-dump(1),
sup\-sync\-back\-maildir(1), sup\-tweak\-labels(1)
.SH REPORTING BUGS
You are welcome to submit bug reports to the Sup issue tracker, located
at
.PP
\c
.UR https://github.com/sup-heliotrope/sup/issues
.UE \c
.SH CONTACT INFORMATION
.TP
The Sup web page:
\c
.UR https://sup-heliotrope.github.io/
.UE \c
.TP
Code repository:
\c
.UR https://github.com/sup-heliotrope/sup/
.UE \c
.TP
Sup Wiki:
\c
.UR https://github.com/sup-heliotrope/sup/wiki/
.UE \c
.TP
Mailing list:
supmua\[at]googlegroups.com
.RS
.PP
supmua+subscribe\[at]googlegroups.com
.PP
Archives: \c
.UR https://groups.google.com/d/forum/supmua/
.UE \c
.RE
.SH COPYRIGHT
Copyright © 2006\-2009 William Morgan \c
.MT mworgan-sup@masanjin.net
.ME \c
.PP
Copyright \[at] 2013\-2014 Sup developers
.PP
Permission is granted to copy and distribute this manual under the terms
of the GNU General Public License; either version 2 or (at your option)
any later version.
.SH AUTHORS
Sup was originally written by William Morgan \c
.MT wmorgan-sup@masanjin.net
.ME \c
\ and is now developed and maintained by the Sup developers.