From 78b822f81adca631845a1c5548bcd268e14d78fc Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sun, 20 Jan 2013 11:50:03 +1100 Subject: [PATCH] [PATCH v3 19/20] man: reference notmuch-insert.1 --- a9/11d6addcfed2bf437541c9755b7fba44321f9b | 248 ++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 a9/11d6addcfed2bf437541c9755b7fba44321f9b diff --git a/a9/11d6addcfed2bf437541c9755b7fba44321f9b b/a9/11d6addcfed2bf437541c9755b7fba44321f9b new file mode 100644 index 000000000..f954abba1 --- /dev/null +++ b/a9/11d6addcfed2bf437541c9755b7fba44321f9b @@ -0,0 +1,248 @@ +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 9AF35429E28 + for ; Sat, 19 Jan 2013 16:52:29 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 FD6AQqZvhnQf for ; + Sat, 19 Jan 2013 16:52:26 -0800 (PST) +Received: from mail-da0-f53.google.com (mail-da0-f53.google.com + [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DCA94431FDB + for ; Sat, 19 Jan 2013 16:52:06 -0800 (PST) +Received: by mail-da0-f53.google.com with SMTP id x6so2161331dac.40 + for ; Sat, 19 Jan 2013 16:52:06 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to + :references; bh=vYa9TNrMqNNLKyl25TaOsxpqyPYstbbIqSWroZeS4t4=; + b=Db79WYL8kH5S7v4x/HQVT3DVgJI/nhMVGZxldwWarLa3LTnUtkyU9j4fcbclKgc8eX + 8r8J9a1dKewN4oC1qDmeWUavOiJ4Z9pDnbd1wJ2u52HTeBgKigiktCl2BOvbVMXTUvmO + 3faUv4sgPBhB8qAOoWJNbqQI0U1M8PUjURsWoOfWDmbG8tvjba52b6LZKJxuJ1YvQw+2 + N+C6A0Xw99Hx9wGAWuHo3pnTB5IxF90Ovx/7ZJ7zfTqk58XaerMeD4quVZPUELDK7g6o + HAR1JbVgmiPgRkU0cOXx3Cnx/vGjKVQthRwF7EjS4uclpi2n48kRCvd23bJ6RDEH6c/0 + wZZQ== +X-Received: by 10.68.254.195 with SMTP id ak3mr18565542pbd.37.1358643125991; + Sat, 19 Jan 2013 16:52:05 -0800 (PST) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id vo6sm5810453pbc.8.2013.01.19.16.52.03 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 19 Jan 2013 16:52:05 -0800 (PST) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v3 19/20] man: reference notmuch-insert.1 +Date: Sun, 20 Jan 2013 11:50:03 +1100 +Message-Id: <1358643004-14522-20-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com> +References: <1358643004-14522-1-git-send-email-novalazy@gmail.com> +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: Sun, 20 Jan 2013 00:52:30 -0000 + +Add references to notmuch-insert.1 from other man pages. +--- + man/man1/notmuch-config.1 | 4 ++-- + man/man1/notmuch-count.1 | 4 ++-- + man/man1/notmuch-dump.1 | 4 ++-- + man/man1/notmuch-new.1 | 4 ++-- + man/man1/notmuch-reply.1 | 3 ++- + man/man1/notmuch-restore.1 | 3 ++- + man/man1/notmuch-search.1 | 3 ++- + man/man1/notmuch-show.1 | 3 ++- + man/man1/notmuch-tag.1 | 3 ++- + man/man1/notmuch.1 | 3 ++- + man/man5/notmuch-hooks.5 | 4 ++-- + man/man7/notmuch-search-terms.7 | 3 ++- + 12 files changed, 24 insertions(+), 17 deletions(-) + +diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 +index 557eae5..e6d960d 100644 +--- a/man/man1/notmuch-config.1 ++++ b/man/man1/notmuch-config.1 +@@ -152,7 +152,7 @@ use ${HOME}/.notmuch\-config if this variable is not set. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-count\fR(1), \fBnotmuch-dump\fR(1), +-\fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1), +-\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), ++\fBnotmuch-hooks\fR(5), \fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), ++\fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 +index d63be99..2651412 100644 +--- a/man/man1/notmuch-count.1 ++++ b/man/man1/notmuch-count.1 +@@ -52,7 +52,7 @@ count (the default) or not. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-dump\fR(1), +-\fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1), +-\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), ++\fBnotmuch-hooks\fR(5), \fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), ++\fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1 +index 613fd69..5e58cf9 100644 +--- a/man/man1/notmuch-dump.1 ++++ b/man/man1/notmuch-dump.1 +@@ -92,7 +92,7 @@ for details of the supported syntax for . + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1), +-\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), ++\fBnotmuch-hooks\fR(5), \fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), ++\fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1 +index 06c4dfa..e0ede8b 100644 +--- a/man/man1/notmuch-new.1 ++++ b/man/man1/notmuch-new.1 +@@ -64,7 +64,7 @@ Prevents hooks from being run. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-reply\fR(1), +-\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-insert\fR(1), ++\fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 +index 13e50ad..82437a4 100644 +--- a/man/man1/notmuch-reply.1 ++++ b/man/man1/notmuch-reply.1 +@@ -123,7 +123,8 @@ The requested format version is too new. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1 +index 895c6d2..65ecfc8 100644 +--- a/man/man1/notmuch-restore.1 ++++ b/man/man1/notmuch-restore.1 +@@ -84,7 +84,8 @@ should be accurate. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 +index 321d779..67fd34b 100644 +--- a/man/man1/notmuch-search.1 ++++ b/man/man1/notmuch-search.1 +@@ -155,7 +155,8 @@ The requested format version is too new. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 +index 3f9584b..90c2556 100644 +--- a/man/man1/notmuch-show.1 ++++ b/man/man1/notmuch-show.1 +@@ -224,7 +224,8 @@ The requested format version is too new. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), + \fBnotmuch-search\fR(1), \fBnotmuch-search-terms\fR(7), + \fBnotmuch-tag\fR(1) +diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 +index 081bd0e..14a9856 100644 +--- a/man/man1/notmuch-tag.1 ++++ b/man/man1/notmuch-tag.1 +@@ -125,7 +125,8 @@ of the tag + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), + \fBnotmuch-search\fR(1), \fBnotmuch-search-terms\fR(7), + \fBnotmuch-show\fR(1), +diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1 +index 69805cb..b5829fc 100644 +--- a/man/man1/notmuch.1 ++++ b/man/man1/notmuch.1 +@@ -130,7 +130,8 @@ use ${HOME}/.notmuch\-config if this variable is not set. + .SH SEE ALSO + + \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), + \fBnotmuch-search\fR(1), \fBnotmuch-search-terms\fR(7), + \fBnotmuch-show\fR(1), \fBnotmuch-tag\fR(1) +diff --git a/man/man5/notmuch-hooks.5 b/man/man5/notmuch-hooks.5 +index 4ed61c1..97c45e6 100644 +--- a/man/man5/notmuch-hooks.5 ++++ b/man/man5/notmuch-hooks.5 +@@ -42,7 +42,7 @@ imported messages. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1), +-\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), ++\fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1), + \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1), + \fBnotmuch-tag\fR(1) +diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 +index 19e5fd5..45fb525 100644 +--- a/man/man7/notmuch-search-terms.7 ++++ b/man/man7/notmuch-search-terms.7 +@@ -261,6 +261,7 @@ Some time zone codes, e.g. UTC, EET. + .SH SEE ALSO + + \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), +-\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), ++\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), ++\fBnotmuch-insert\fR(1), \fBnotmuch-new\fR(1), + \fBnotmuch-reply\fR(1), \fBnotmuch-restore\fR(1), + \fBnotmuch-search\fR(1), \fBnotmuch-show\fR(1), \fBnotmuch-tag\fR(1) +-- +1.7.12.1 + -- 2.26.2