]> git.notmuchmail.org Git - notmuch/blob - man/man1/notmuch-reply.1
deb3ae1d8494de8b7cfba8c162b0a0d7dab59642
[notmuch] / man / man1 / notmuch-reply.1
1 .TH NOTMUCH-REPLY 1 2012-03-18 "Notmuch 0.12~rc2"
2 .SH NAME
3 notmuch-reply \- Constructs a reply template for a set of messages.
4
5 .SH SYNOPSIS
6
7 .B notmuch reply
8 .RI "[" options "...] <" search-term ">..."
9
10 .SH DESCRIPTION
11
12 Constructs a reply template for a set of messages.
13
14 To make replying to email easier,
15 .B notmuch reply
16 takes an existing set of messages and constructs a suitable mail
17 template. The Reply-to: header (if any, otherwise From:) is used for
18 the To: address. Unless
19 .BR \-\-reply-to=sender
20 is specified, values from the To: and Cc: headers are copied, but not
21 including any of the current user's email addresses (as configured in
22 primary_mail or other_email in the .notmuch\-config file) in the
23 recipient list.
24
25 It also builds a suitable new subject, including Re: at the front (if
26 not already present), and adding the message IDs of the messages being
27 replied to to the References list and setting the In\-Reply\-To: field
28 correctly.
29
30 Finally, the original contents of the emails are quoted by prefixing
31 each line with '> ' and included in the body.
32
33 The resulting message template is output to stdout.
34
35 Supported options for
36 .B reply
37 include
38 .RS
39 .TP 4
40 .BR \-\-format= ( default | headers\-only )
41 .RS
42 .TP 4
43 .BR default
44 Includes subject and quoted message body.
45 .TP
46 .BR headers\-only
47 Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.
48 .RE
49 .RE
50 .RS
51 .TP 4
52 .BR \-\-reply\-to= ( all | sender )
53 .RS
54 .TP 4
55 .BR all " (default)"
56 Replies to all addresses.
57 .TP 4
58 .BR sender
59 Replies only to the sender. If replying to user's own message
60 (Reply-to: or From: header is one of the user's configured email
61 addresses), try To:, Cc:, and Bcc: headers in this order, and copy
62 values from the first that contains something other than only the
63 user's addresses.
64 .RE
65 .RE
66
67 See \fBnotmuch-search-terms\fR(7)
68 for details of the supported syntax for <search-terms>.
69
70 Note: It is most common to use
71 .B "notmuch reply"
72 with a search string matching a single message, (such as
73 id:<message-id>), but it can be useful to reply to several messages at
74 once. For example, when a series of patches are sent in a single
75 thread, replying to the entire thread allows for the reply to comment
76 on issue found in multiple patches.
77 .RE
78 .RE
79
80 .SH SEE ALSO
81
82 \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),
83 \fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1),
84 \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),
85 \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),
86 \fBnotmuch-tag\fR(1)