@@ -169,6 +169,8 @@ when sorting by
169
169
.B newest\- first
170
170
the threads will be sorted by the newest message in each thread.
171
171
172
+ .RE
173
+ .RS 4
172
174
By default, results will be displayed in reverse chronological order,
173
175
(that is, the newest results will be displayed first).
174
176
@@ -177,7 +179,7 @@ See the
177
179
section below for details of the supported syntax for <search-terms>.
178
180
.RE
179
181
.TP
180
- .BR show " <search-term>..."
182
+ .BR show " [options...] <search-term>..."
181
183
182
184
Shows all messages matching the search terms.
183
185
@@ -187,6 +189,19 @@ message in date order). The output is not indented by default, but
187
189
depth tags are printed so that proper indentation can be performed by
188
190
a post-processor (such as the emacs interface to notmuch).
189
191
192
+ Supported options for
193
+ .B show
194
+ include
195
+ .RS 4
196
+ .TP 4
197
+ .B \-\- entire\- thread
198
+
199
+ By default only those messages that match the search terms will be
200
+ displayed. With this option, all messages in the same thread as any
201
+ matched message will be displayed.
202
+ .RE
203
+
204
+ .RS 4
190
205
The output format is plain-text, with all text-content MIME parts
191
206
decoded. Various components in the output,
192
207
.RB ( message " , " header " , " body " , " attachment " , and MIME " part ),
@@ -207,6 +222,7 @@ See the
207
222
.B "SEARCH SYNTAX"
208
223
section below for details of the supported syntax for <search-terms>.
209
224
.RE
225
+ .RE
210
226
211
227
The
212
228
.B reply
0 commit comments