1 .TH MH-SEQUENCE %manext5% "June 11, 2013" "%nmhversion%"
6 mh-sequence \- sequence specification for nmh message system
8 A sequence (or sequence set) is a symbolic name representing a
9 message or collection of messages.
11 has several internally
12 defined sequences, as well as allowing users to define their own
14 .SS "Message Specification and Pre\-Defined Message Sequences"
17 commands accept a `msg' or `msgs' specification, where
18 `msg' indicates one message and `msgs' indicates one or more messages.
19 To designate a message, you may use either its number (e.g., 1, 10, 234)
20 or one of these \*(lqreserved\*(rq message names:
26 the first message in the folder
29 the last message in the folder
32 the most recently accessed message
35 the message numerically preceding \*(lqcur\*(rq
38 the message numerically following \*(lqcur\*(rq
42 In commands that take a `msg' argument, the default is \*(lqcur\*(rq.
43 As a shorthand, \*(lq\&.\*(rq is equivalent to \*(lqcur\*(rq.
45 For example: In a folder containing five messages numbered 5, 10, 94, 177
46 and 325, \*(lqfirst\*(rq is 5 and \*(lqlast\*(rq is 325. If \*(lqcur\*(rq
47 is 94, then \*(lqprev\*(rq is 10 and \*(lqnext\*(rq is 177.
49 The word `msgs' indicates that one or more messages may be specified.
50 Such a specification consists of one message designation or of several
51 message designations, as separate arguments. A message designation consists
52 either of a message name as defined above, or a message range.
54 A message range is specified as \*(lqname1\-name2\*(rq or
55 \*(lqname:n\*(rq, where `name', `name1' and `name2' are message names,
56 and `n' is an integer.
58 The specification \*(lqname1\-name2\*(rq designates all currently existing
59 messages from `name1' to `name2' inclusive. The \*(lqreserved\*(rq
60 message name \*(lqall\*(rq is a shorthand for the message range
61 \*(lqfirst\-last\*(rq.
63 The specification \*(lqname:n\*(rq designates up to `n' messages.
64 These messages start with `name' if `name' is a message number or one of
65 the reserved names \*(lqfirst\*(rq \*(lqcur\*(rq, or \*(lqnext\*(rq, The
66 messages end with `name' if `name' is \*(lqprev\*(rq or \*(lqlast\*(rq.
67 The interpretation of `n' may be overridden by preceding `n' with a
68 plus or minus sign; `+n' always means up to `n' messages starting with
69 `name', and `\-n' always means up to `n' messages ending with `name'.
71 Substituting `=' for `:' (i.e., \*(lqname=n\*(rq) will reduce the
72 selection from a range of up to `n' messages, to a selection of
73 just the `n'th message. So for example, while \*(lqname:-3\*(rq
74 selects the 3 messages ending with `name', \*(lqname=-3\*(rq selects
75 just the 2nd previous message. It is an error if the requested
76 message does not exist (i.e., there aren't enough messages in the
79 In commands which accept a `msgs' argument, the default is either
80 \*(lqcur\*(rq or \*(lqall\*(rq, depending on which makes more sense
81 for each command (see the individual man pages for details). Repeated
82 specifications of the same message have the same effect as a single
83 specification of the message.
85 There is also a special \*(lqreserved\*(rq message name \*(lqnew\*(rq
89 .SS "User\-Defined Message Sequences"
90 In addition to the \*(lqreserved\*(rq (pre-defined) message names given
93 supports user-defined sequence names. User-defined
96 user a tremendous amount of power in dealing
97 with groups of messages in the same folder by allowing the user to bind
98 a group of messages to a meaningful symbolic name.
100 The name used to denote a message sequence must consist of an alphabetic
101 character followed by zero or more alphanumeric characters, and can not
102 be one of the \*(lqreserved\*(rq message names above. After defining a
103 sequence, it can be used wherever an
105 command expects a `msg' or
108 Some forms of message ranges are allowed with user-defined sequences.
109 The specification \*(lqname:n\*(rq may be used, and it designates up
110 to the first `n' messages (or last `n' messages for `\-n') which are
111 elements of the user-defined sequence `name'.
113 The specifications \*(lqname:next\*(rq and \*(lqname:prev\*(rq may also
114 be used, and they designate the next or previous message (relative to the
115 current message) which is an element of the user-defined sequence `name'.
116 The specifications \*(lqname:first\*(rq and \*(lqname:last\*(rq are
117 equivalent to \*(lqname:1\*(rq and \*(lqname:\-1\*(rq, respectively. The
118 specification \*(lqname:cur\*(rq is not allowed (use just \*(lqcur\*(rq
119 instead). The syntax of these message range specifications is subject
120 to change in the future.
122 Single messages (as opposed to ranges) may also be selected by
123 substituting `=' for `:', as in \*(lqname=n\*(rq. This will reduce
124 the selection from being a range of up to `n' messages, to being a
125 selection of just the `n'th message. So while \*(lqseq:5\*(rq
126 selects the first 5 messages of seqence `seq', \*(lqseq=5\*(rq
127 selects just the 5th message of the sequence. It is
128 an error if the requested message does not exist (i.e., there aren't
129 at least `n' messages in the sequence).
131 User-defined sequence names are specific to each folder. They are
138 .SS "Public and Private User-Defined Sequences"
139 There are two varieties of user-defined sequences:
140 public and private. Public sequences of a folder are accessible to any
142 user that can read that folder. They are kept in each folder
143 in the file determined by the \*(lqmh\-sequences\*(rq profile entry
145 .IR \&.mh\(rusequences ).
146 Private sequences are accessible
149 user that defined those sequences and are kept in
154 In general, the commands that create sequences (such as
158 will create public sequences if the folder for which
159 the sequences are being defined is writable by the
162 For most commands, this can be overridden by using the switches
166 But if the folder is read\-only, or if
167 the \*(lqmh\-sequences\*(rq profile entry is defined but empty, then
168 \fIprivate\fR sequences will be created instead.
169 .SS "Sequence Negation"
171 provides the ability to select all messages not elements of a
172 user-defined sequence. To do this, the user should define the entry
173 \*(lqSequence\-Negation\*(rq in the
175 profile file; its value
176 may be any string. This string is then used to preface an existing
177 user-defined sequence name. This specification then refers to those
178 messages not elements of the specified sequence name. For example, if
179 the profile entry is:
182 Sequence\-Negation: not
187 command is given \*(lqnotfoo\*(rq as a `msg' or
188 `msgs' argument, it would substitute all messages that are not elements
189 of the sequence \*(lqfoo\*(rq.
191 Obviously, the user should beware of defining sequences with names that
192 begin with the value of the \*(lqSequence\-Negation\*(rq profile entry.
193 .SS "The Previous Sequence"
195 provides the ability to remember the `msgs' or `msg' argument
198 command. The entry \*(lqPrevious\-Sequence\*(rq
199 should be defined in the
201 profile; its value should be a sequence
202 name or multiple sequence names, as separate arguments. If this entry
203 is defined, when when an
205 command finishes, it will define the
206 sequence(s) named in the value of this entry to be those messages that
207 were specified to the command. Hence, a profile entry of
210 Previous\-Sequence: pseq
215 command that accepts a `msg' or `msgs' argument to
216 define the sequence \*(lqpseq\*(rq as those messages when it finishes.
219 there can be a performance penalty in using the
220 \*(lqPrevious\-Sequence\*(rq facility. If it is used,
223 programs have to write the sequence information to the
224 .I \&.mh\(rusequences
225 file for the folder each time they run. If the
226 \*(lqPrevious\-Sequence\*(rq profile entry is not included, only
231 .B \&.mh\(rusequences
233 .SS "The Unseen Sequence"
234 Finally, many users like to indicate which messages have not been
235 previously seen by them. The commands
242 honor the profile entry
243 \*(lqUnseen\-Sequence\*(rq to support this activity. This entry
246 should be defined as one or more sequence
247 names, as separate arguments. If there is a value for
248 \*(lqUnseen\-Sequence\*(rq in the profile, then whenever new messages
249 are placed in a folder (using
253 the new messages will also be added to all the sequences named in this
254 profile entry. For example, a profile entry of
257 Unseen\-Sequence: unseen
262 to add new messages to the sequence \*(lqunseen\*(rq.
263 Unlike the behavior of the \*(lqPrevious\-Sequence\*(rq entry in the
264 profile, however, the sequence(s) will
275 displays a message, that message will be removed from
276 any sequences named by the \*(lqUnseen\-Sequence\*(rq entry in the
278 .SS Sequence File Format
279 The sequence file format is based on the RFC\-5322 message format. Each line
280 of the sequence file corresponds to one sequence. The line starts with the
281 sequence name followed by a `:', then followed by a space-separated list of message numbers
282 that correspond to messages that are part of the named sequence. A contiguous
283 range of messages can be represented as \*(lqlownum\-highnum\*(rq.
285 .B Sample sequence file
296 commands that modify the sequence file will silently remove sequences for
297 nonexistent messages when the sequence file is updated. The exception to
298 this is the \*(lqcur\*(rq sequence, which is allowed to point to a
300 .SS Sequence File Locking
301 The \*(lqdatalocking\*(rq profile entry controls the type of locking used
302 when reading and writing sequence files. The locking mechanisms supported
305 This protects sequence file integrity when multiple
307 commands are run simultaneously.
309 commands that modify the sequence file use transactional locks; the lock
310 is held from the time the sequence file is read until it it written out.
311 This ensures that modifications to the sequence file will not be lost
312 if multiple commands are run simultaneously. Long\-running
318 will release the sequence lock during the bulk of their runtime and reread
319 the sequence file after their processing is complete to reduce lock
323 Currently transactional locks are
325 supported for public sequences; private sequences will not get corrupted, but
326 the possibility exists that two
328 commands run simultaneously that add messages to a private sequence could result in
329 one command's messages not appearing on the requested sequence.
339 <folder>/\&.mh\-sequences
340 File for public sequences.
342 .SH "PROFILE COMPONENTS"
346 Name of file to store public sequences.
349 To designate messages not in a sequence.
352 The last message specification given.
355 Those messages not yet seen by the user.