1 .TH FLIST %manext1% "December 17, 2016" "%nmhversion%"
6 flist, flists \- list the number of messages in given sequence(s)
21 .RB [ \-all " | " \-noall ]
22 .RB [ \-showzero " | " \-noshowzero ]
23 .RB [ \-recurse " | " \-norecurse ]
24 .RB [ \-fast " | " \-nofast ]
25 .RB [ \-alpha " | " \-noalpha ]
35 is used to search a list of folders and display the number
36 of messages in these folders that are in a given sequence or set of
37 sequences (for example the
38 .RI \*(lq unseen \*(rq
39 sequence). This is especially
40 useful if you use some mechanism such as
44 (typically in conjunction with
46 to pre-sort your mail into different folders before you view it.
48 By default, the command
50 will search the current folder for the given sequence or sequences (usually
51 .RI \*(lq unseen \*(rq).
52 If (possibly multiple) folders are specified on the command line with
54 then all these folders are searched for the given sequence(s).
56 will display for each folder searched, the number of messages in each of the
57 specified sequences, and the total number of messages.
61 switch specifies the sequence to which messages should belong.
62 This switch may be given multiple times to specify multiple sequences.
63 If it is not given, then the default is to search
64 for all the sequences specified by the
65 .RI \*(lq Unseen-Sequence \*(rq
66 profile component. For more details about sequences, read the
72 will produce a line for each sequence, for every folder that is searched,
73 even those which do not contain any messages in the given sequence.
78 to print only those folder/sequence combinations where the folder has a
79 non-zero number of messages in the given sequence.
83 is given, then for each folder that is searched,
85 will also recursively descend into those folders to search subfolders
86 for the given sequence.
90 is given, only the names of the folders searched will be displayed, and
92 will suppress all other output. If this option is used in conjunction with
96 will only print the names of those folders searched that contain messages in
97 in at least one of the specified sequences.
98 .SS "Multiple Folders"
101 switch is given (and no folders are specified with
105 will search all the folders in the top
106 level of the users nmh directory. These folders are all preceded by
107 the read\-only folders, which occur as
108 .RI \*(lq atr\-cur\- \*(rq
109 entries in the user's
113 An example of the output of
120 /work/Mail has 5 in sequence unseen (private); out of 46
121 inbox+ has 10 in sequence unseen ; out of 153
122 junklist has 0 in sequence unseen ; out of 63
123 postmaster has 1 in sequence unseen ; out of 3
127 The \*(lq+\*(rq after
129 indicates that it is the current folder.
131 The \*(lqprivate\*(rq flag indicates that the given sequence for
132 that folder is private. See the
134 man page for details about private sequences.
140 are both specified, then
142 will search this folder, and all its first level subfolders for the
143 given sequence. You may specify multiple folders in this way.
147 is invoked by a name ending with \*(lqs\*(rq
152 is assumed by default.
154 The sorting order for the listing is alphabetical (with
156 or in a priority order defined by the
157 .RI \*(lq Flist-Order \*(rq
161 .RI \*(lq Flist-Order \*(rq
162 is a folder name or a
163 folder name pattern that uses * to match zero or more characters.
164 Longer matching patterns have precedence over shorter matching patterns.
169 Flist-Order: personal petproject mh* * admin *junk
173 This order puts a few interesting folders first, such as those with mail
174 addressed to you personally, those about a pet project, and those about
175 mh-related things. It places uninteresting folders at the end, and it
176 puts everything else in the middle in alphabetical order.
181 .SH "PROFILE COMPONENTS"
185 To determine the user's nmh directory.
188 File that contains public sequences.
191 The name of the unseen message sequence.
194 To sort folders by priority.
205 The Unseen-Sequence profile entry.
220 is given, it will become the current folder.
221 If multiple folders are given, the last one specified will
222 become the current folder.