From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <jani@nikula.org> Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1ACB341448B for <notmuch@notmuchmail.org>; Sun, 8 Jan 2012 12:57:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 QCz4AJ8j65bg for <notmuch@notmuchmail.org>; Sun, 8 Jan 2012 12:57:29 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7A317414480 for <notmuch@notmuchmail.org>; Sun, 8 Jan 2012 12:57:29 -0800 (PST) Received: by eekd41 with SMTP id d41so2481114eek.26 for <notmuch@notmuchmail.org>; Sun, 08 Jan 2012 12:57:26 -0800 (PST) Received: by 10.213.28.140 with SMTP id m12mr2743964ebc.139.1326056246650; Sun, 08 Jan 2012 12:57:26 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id u53sm233851261eeu.6.2012.01.08.12.57.24 (version=SSLv3 cipher=OTHER); Sun, 08 Jan 2012 12:57:25 -0800 (PST) From: Jani Nikula <jani@nikula.org> To: notmuch@notmuchmail.org Subject: [PATCH] man: add missing SEE ALSO header to notmuch reply man page Date: Sun, 8 Jan 2012 22:57:22 +0200 Message-Id: <1326056242-5709-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." <notmuch.notmuchmail.org> List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>, <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe> List-Archive: <http://notmuchmail.org/pipermail/notmuch> List-Post: <mailto:notmuch@notmuchmail.org> List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help> List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>, <mailto:notmuch-request@notmuchmail.org?subject=subscribe> X-List-Received-Date: Sun, 08 Jan 2012 20:57:31 -0000 Signed-off-by: Jani Nikula <jani@nikula.org> --- man/man1/notmuch-reply.1 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 index 099d808..db464d8 100644 --- a/man/man1/notmuch-reply.1 +++ b/man/man1/notmuch-reply.1 @@ -58,6 +58,9 @@ thread, replying to the entire thread allows for the reply to comment on issue found in multiple patches. .RE .RE + +.SH SEE ALSO + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), \fBnotmuch-dump\fR(5), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-part\fR(1), \fBnotmuch-restore\fR(1), -- 1.7.5.4