[PATCH v2 2/3] Documentation changes for --reply-to= option to notmuch reply.
Mark Walters
markwalters1009 at gmail.com
Thu May 26 16:31:56 PDT 2011
---
notmuch.1 | 13 +++++++++++++
notmuch.c | 10 ++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/notmuch.1 b/notmuch.1
index a1c7fa8..c434e77 100644
--- a/notmuch.1
+++ b/notmuch.1
@@ -388,6 +388,19 @@ Includes subject and quoted message body.
.BR headers\-only
Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.
.RE
+.RE
+.RS
+.TP 4
+.BR \-\-reply\-to= ( sender | all )
+.RS
+.TP 4
+.BR sender
+Replies only to the sender (or to all addresses in the To header if
+the sending address is one of the user's email addresses).
+.TP
+.BR all " (default)"
+Replies to all addresses.
+.RE
See the
.B "SEARCH SYNTAX"
diff --git a/notmuch.c b/notmuch.c
index 262d677..631f8e7 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -338,6 +338,16 @@ static command_t commands[] = {
"\t\t\tOnly produces In-Reply-To, References, To\n"
"\t\t\tCc, and Bcc headers.\n"
"\n"
+ "\t--reply-to=(sender|all)\n"
+ "\n"
+ "\t\tsender:\n"
+ "\t\t\tReplies only to the sender (or to all addresses in the\n"
+ "\t\t\tTo header if the sending address is one of the user's\n"
+ "\t\t\temail addresses).\n"
+ "\n"
+ "\t\tall: (default)\n"
+ "\t\t\tReplies to all recipients.\n"
+ "\n"
"\tSee \"notmuch help search-terms\" for details of the search\n"
"\tterms syntax." },
{ "tag", notmuch_tag_command,
--
1.7.2.5
More information about the notmuch
mailing list