From 5bb2b7e2ac2d7b027883d514191d12f9f08e2f6e Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Wed, 3 Apr 2013 09:41:53 +1100 Subject: [PATCH] [PATCH v5 08/12] man: document insert --folder option --- 76/ee300e2b91b46616fa207c116c51ef1734f8a8 | 102 ++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 76/ee300e2b91b46616fa207c116c51ef1734f8a8 diff --git a/76/ee300e2b91b46616fa207c116c51ef1734f8a8 b/76/ee300e2b91b46616fa207c116c51ef1734f8a8 new file mode 100644 index 000000000..5a270ee9b --- /dev/null +++ b/76/ee300e2b91b46616fa207c116c51ef1734f8a8 @@ -0,0 +1,102 @@ +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 710CA429E26 + for ; Tue, 2 Apr 2013 15:43:10 -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 Ie1-GMklEgDt for ; + Tue, 2 Apr 2013 15:43:09 -0700 (PDT) +Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com + [209.85.220.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 97B34429E28 + for ; Tue, 2 Apr 2013 15:42:56 -0700 (PDT) +Received: by mail-pa0-f48.google.com with SMTP id lj1so539524pab.35 + for ; Tue, 02 Apr 2013 15:42:55 -0700 (PDT) +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=/Xo7ZdjQc/pocJQ9G//r39ai1NotkXYOtv5hIw4izTs=; + b=bGkh/Dx6b+xKS7du25+lIE8883GDLVKndaU0P6+9EhI0a07NUTsSA+/UgVR+LmLxkT + OmtEXPXwVH0wveH92QPyCV0o54KoACdMa0wb9J1oDLZY8wmhkCzFgIneg+KLBLGKijen + cBfp5t50JFUm+bs4fu1GbZPQZsDsm0jJ9ROYASqKZOPvL+dnMrBkFNho9Y7FpiCWNenj + bENK5fsnYS4a2F9ddf/vpGjHygyzuh1s23CYZOo14wmI3GsCIn9th5OgjXPRVAHFwj6a + Tr5Z7rkEB1j5C0NrETvFowpXTewVZilJ3u3YY6W3NTlIVAQDRJSQK1OCFzZ6LogUfC8V + weWA== +X-Received: by 10.68.14.165 with SMTP id q5mr26724205pbc.125.1364942575806; + Tue, 02 Apr 2013 15:42:55 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id pg7sm3293738pbc.5.2013.04.02.15.42.53 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 02 Apr 2013 15:42:55 -0700 (PDT) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v5 08/12] man: document insert --folder option +Date: Wed, 3 Apr 2013 09:41:53 +1100 +Message-Id: <1364942517-6982-9-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1364942517-6982-1-git-send-email-novalazy@gmail.com> +References: <1364942517-6982-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: Tue, 02 Apr 2013 22:43:10 -0000 + +Add documentation for notmuch insert --folder option. +--- + man/man1/notmuch-insert.1 | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) + +diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1 +index 870e1bc..0d7bccd 100644 +--- a/man/man1/notmuch-insert.1 ++++ b/man/man1/notmuch-insert.1 +@@ -4,6 +4,7 @@ notmuch-insert \- add a message to the maildir and notmuch database + .SH SYNOPSIS + + .B notmuch insert ++.RI "[" options "]" + .RI "[ +<" tag> "|\-<" tag "> ... ]" + + .SH DESCRIPTION +@@ -28,6 +29,19 @@ If the new message is a duplicate of an existing message in the database + (it has same Message-ID), it will be added to the maildir folder and + notmuch database, but the tags will not be changed. + ++Option arguments must appear before any tag operation arguments. ++Supported options for ++.B insert ++include ++.RS 4 ++.TP 4 ++.BI "--folder=<" folder ">" ++ ++Deliver the message to the specified folder, ++relative to the top-level directory given by the value of ++\fBdatabase.path\fR. ++The default is to deliver to the top-level directory. ++ + .RE + .SH SEE ALSO + +-- +1.7.12.1 + -- 2.26.2