From da8b1aabac4732e2bff3a9993c90a208c5359fad Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sun, 23 Jun 2013 14:23:58 +1000 Subject: [PATCH] [PATCH v7 05/12] man: reference notmuch-insert.1 --- 7e/8b92926e78d34d21ae7f914ce772dedcb52419 | 248 ++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 7e/8b92926e78d34d21ae7f914ce772dedcb52419 diff --git a/7e/8b92926e78d34d21ae7f914ce772dedcb52419 b/7e/8b92926e78d34d21ae7f914ce772dedcb52419 new file mode 100644 index 000000000..5c5111c53 --- /dev/null +++ b/7e/8b92926e78d34d21ae7f914ce772dedcb52419 @@ -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 842DF429E3C + for ; Sat, 22 Jun 2013 21:24:38 -0700 (PDT) +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 roSp3HvYPlRm for ; + Sat, 22 Jun 2013 21:24:32 -0700 (PDT) +Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com + [209.85.160.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E692C429E26 + for ; Sat, 22 Jun 2013 21:24:21 -0700 (PDT) +Received: by mail-pb0-f42.google.com with SMTP id un1so9566222pbc.15 + for ; Sat, 22 Jun 2013 21:24:21 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; + bh=6luiriEP22TkUlPqAUv7B/+tybEPYsP7R5EOpufb1Tk=; + b=uvyajhs53d60gixQuaJsFxl853mpZ+swhbCjyzULfB/cZssjSSpXgWp2r6NPEbJerZ + hMpUE+XV5aolydYzxDQnDwj8rxBpKqfzFYIKn1I2FhxpTpAwcpd7WI8/sFlH0A+zYOp5 + oo0ObjBrO7qriFY+TeWkbfMnIAG6XPoLNiOIk37/2SVvs7FftxDSyC1SVwkGcg4BARS/ + c9GNAsVLyZVJrNSojE6mS88xIrwPbi/afPWeWfeUO31LepiI1W9fFx5wiVEOGt9rs1CI + eObeHUpBMwY0V1njOjm7Kg1IJrMleD/TkMDs7ozlZJI1uuvQ+PMbfZ9+pQCLAIrf8BV/ + 1woA== +X-Received: by 10.66.183.196 with SMTP id eo4mr22359253pac.156.1371961461206; + Sat, 22 Jun 2013 21:24:21 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) by mx.google.com with ESMTPSA id + at1sm11878102pbc.10.2013.06.22.21.24.18 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 22 Jun 2013 21:24:20 -0700 (PDT) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v7 05/12] man: reference notmuch-insert.1 +Date: Sun, 23 Jun 2013 14:23:58 +1000 +Message-Id: <1371961445-15182-6-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1371961445-15182-1-git-send-email-novalazy@gmail.com> +References: <1371961445-15182-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, 23 Jun 2013 04:24:38 -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 db31166..1635951 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 7fc4378..c172a22 100644 +--- a/man/man1/notmuch-count.1 ++++ b/man/man1/notmuch-count.1 +@@ -72,7 +72,7 @@ Read input from given file, instead of from stdin. Implies + .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 3fa51bd..a758a52 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 02f7954..3fcfc29 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 bf2021f..f0394b2 100644 +--- a/man/man1/notmuch-reply.1 ++++ b/man/man1/notmuch-reply.1 +@@ -126,7 +126,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 4ec4c80..686c0ac 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 1c1e049..1206770 100644 +--- a/man/man1/notmuch-search.1 ++++ b/man/man1/notmuch-search.1 +@@ -172,7 +172,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 7697dfc..d87ae62 100644 +--- a/man/man1/notmuch-show.1 ++++ b/man/man1/notmuch-show.1 +@@ -229,7 +229,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 c7d7a4d..e282bf2 100644 +--- a/man/man1/notmuch-tag.1 ++++ b/man/man1/notmuch-tag.1 +@@ -135,7 +135,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 f5ca0ad..5548f99 100644 +--- a/man/man1/notmuch.1 ++++ b/man/man1/notmuch.1 +@@ -179,7 +179,8 @@ queries it constructs. + .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 402c0ef..188cd07 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 eb417ba..11b90ed 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