Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D173D4044ED for ; Fri, 6 Jan 2012 05:34:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rci2fUZjTXUB for ; Fri, 6 Jan 2012 05:34:13 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 542BD4044E9 for ; Fri, 6 Jan 2012 05:34:13 -0800 (PST) Received: by werm12 with SMTP id m12so1311441wer.26 for ; Fri, 06 Jan 2012 05:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=tebmaeTwkuejXoJF97CfOGBriUgsX565vaF8x2rah/M=; b=xzIa1oIaG3xk5r+3O4W3m82Kr59CndjT/fUEF6gFvlpXBj9/qVNjpxoNRGxBqertIQ 0rDMHCjfSUk7kR9ra5hbYAWzCx5B9ZgbL1xjLTX6XEfrOb0RBWrJPR0ajSThaFn0nAM7 61db7aCb/7fzy/5l83R01uHQZZ86NuPOrZ7oU= Received: by 10.216.136.161 with SMTP id w33mr3311021wei.40.1325856850175; Fri, 06 Jan 2012 05:34:10 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id f7sm2847494wiy.11.2012.01.06.05.34.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Jan 2012 05:34:05 -0800 (PST) From: Mark Walters To: Jani Nikula , notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 2/4] Update the man page for notmuch-reply to give the syntax for the --reply-to option. Date: Fri, 6 Jan 2012 13:34:15 +0000 Message-Id: <1325856857-15969-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <8739btdkir.fsf@qmul.ac.uk> References: <8739btdkir.fsf@qmul.ac.uk> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 13:34:14 -0000 --- man/man1/notmuch-reply.1 | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 index 099d808..13cc72c 100644 --- a/man/man1/notmuch-reply.1 +++ b/man/man1/notmuch-reply.1 @@ -45,6 +45,19 @@ Includes subject and quoted message body. 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 +.RE See \fBnotmuch-search-terms\fR(7) for details of the supported syntax for . -- 1.7.2.3