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 6DADC431FAF for ; Tue, 2 Apr 2013 15:43:27 -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 uJ8yKMYpu5o0 for ; Tue, 2 Apr 2013 15:43:26 -0700 (PDT) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3ED76429E32 for ; Tue, 2 Apr 2013 15:43:14 -0700 (PDT) Received: by mail-pa0-f52.google.com with SMTP id fb10so540429pad.25 for ; Tue, 02 Apr 2013 15:43:13 -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=BGs1uxbcIrR2d781Qm4ZpyyKMvKz+LBVqpHcvFiWKJM=; b=TmVF0nk3eLRL4q+mUdBIggAg297LVzGOLew32g3bEMQlBFs0sLSxXNidzeoJyg0fhb x3Nzt2jKEz3cj+A/NNGnaUuxlHhMZsrld2mm1tiBQdDljVOCiT7VElEYU7S9ZGsxM7KL kJ4bDFldidRLK5nK9o/ddl4LBdeYpq2rgqdBOdyszC7yAgb5UcSNkQkxScqc+9LM6k+N XdYpqtSuPu2soA+WSuvHV0UKSYRoElf8zqVLHHqH3z4Pdo43boY1BQPoZDuTWjqdVRSo oLAlBtRA/MQHDF1JONcpeaoWpoucERmzEhJuloPjsDPMVhOEmeMeQnIbDUBMBAGwKI/F pZJw== X-Received: by 10.66.123.77 with SMTP id ly13mr27539909pab.98.1364942593532; Tue, 02 Apr 2013 15:43:13 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id sl9sm3273121pbc.17.2013.04.02.15.43.10 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 15:43:12 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH v5 11/12] man: document insert --create-folder Date: Wed, 3 Apr 2013 09:41:56 +1100 Message-Id: <1364942517-6982-12-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:28 -0000 Add documentation for notmuch insert --create-folder option. --- man/man1/notmuch-insert.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1 index 0d7bccd..74d6a3d 100644 --- a/man/man1/notmuch-insert.1 +++ b/man/man1/notmuch-insert.1 @@ -43,6 +43,18 @@ relative to the top-level directory given by the value of The default is to deliver to the top-level directory. .RE + +.RS 4 +.TP 4 +.B "--create-folder" + +Try to create the folder named by the +.B "--folder" +option, if it does not exist. +Otherwise the folder must already exist for mail +delivery to succeed. + +.RE .SH SEE ALSO \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), -- 1.7.12.1