1 .TH NOTMUCH-SEARCH 1 2012-08-20 "Notmuch 0.14"
3 notmuch-search \- search for messages matching the given search terms
7 .RI [ options "...] <" search-term ">..."
11 Search for messages matching the given search terms, and display as
12 results the threads containing the matched messages.
14 The output consists of one line per thread, giving a thread ID, the
15 date of the newest (or oldest, depending on the sort option) matched
16 message in the thread, the number of matched messages and total
17 messages in the thread, the names of all participants in the thread,
18 and the subject of the newest (or oldest) message.
20 See \fBnotmuch-search-terms\fR(7)
21 for details of the supported syntax for <search-terms>.
28 .BR \-\-format= ( json | sexp | text )
30 Presents the results in either JSON, S-Expressions or plain-text (default).
35 .B \-\-output=(summary|threads|messages|files|tags)
41 Output a summary of each thread with any message matching the search
42 terms. The summary includes the thread ID, date, the number of
43 messages in the thread (both the number matched and the total number),
44 the authors of the thread and the subject.
50 Output the thread IDs of all threads with any message matching the
51 search terms, either one per line (\-\-format=text) or as a JSON array
52 (\-\-format=json) or an S-Expression list (\-\-format=sexp).
58 Output the message IDs of all messages matching the search terms,
59 either one per line (\-\-format=text) or as a JSON array
60 (\-\-format=json) or as an S-Expression list (\-\-format=sexp).
66 Output the filenames of all messages matching the search terms, either
67 one per line (\-\-format=text) or as a JSON array (\-\-format=json) or
68 as an S-Expression list (\-\-format=sexp).
74 Output all tags that appear on any message matching the search terms,
75 either one per line (\-\-format=text) or as a JSON array (\-\-format=json)
76 or as an S-Expression list (\-\-format=sexp).
82 .BR \-\-sort= ( newest\-first | oldest\-first )
84 This option can be used to present results in either chronological order
86 or reverse chronological order
87 .RB ( newest\-first ).
89 Note: The thread order will be distinct between these two options
90 (beyond being simply reversed). When sorting by
92 the threads will be sorted by the oldest message in each thread, but
95 the threads will be sorted by the newest message in each thread.
97 By default, results will be displayed in reverse chronological order,
98 (that is, the newest results will be displayed first).
105 Skip displaying the first N results. With the leading '\-', start at the Nth
113 Limit the number of displayed results to N.
118 .BR \-\-exclude=(true|false|flag)
120 Specify whether to omit messages matching search.tag_exclude from the
121 search results (the default) or not. The extra option
123 only has an effect when
125 In this case all matching threads are returned but the "match count"
126 is the number of matching non-excluded messages in the thread.
131 \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),
132 \fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1),
133 \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1),
134 \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),