From 7fe5eea14a9a9475aef0abc32a3ee61eeb21bfb8 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sat, 22 Jun 2013 15:46:47 +1000 Subject: [PATCH] [PATCH v6 11/12] man: document insert --create-folder --- 50/e79341527336ec13a593b297ca453fd4a869ca | 94 +++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 50/e79341527336ec13a593b297ca453fd4a869ca diff --git a/50/e79341527336ec13a593b297ca453fd4a869ca b/50/e79341527336ec13a593b297ca453fd4a869ca new file mode 100644 index 000000000..7a19430d4 --- /dev/null +++ b/50/e79341527336ec13a593b297ca453fd4a869ca @@ -0,0 +1,94 @@ +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 4B8AE431FC3 + for ; Fri, 21 Jun 2013 22:48:40 -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 dh76VlBoTwd7 for ; + Fri, 21 Jun 2013 22:48:34 -0700 (PDT) +Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com + [209.85.220.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 64E4E431FAE + for ; Fri, 21 Jun 2013 22:47:52 -0700 (PDT) +Received: by mail-pa0-f54.google.com with SMTP id kx10so8748354pab.27 + for ; Fri, 21 Jun 2013 22:47:51 -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=FsR35X6ufLJh8nkt3e02YTOsYgC27uDnVA3VMcdQJx8=; + b=LGV6EBezBKYUqv5zHG/oG2UhwQ5GdnGah2yOAj2cEPcLgvXqV39AfKyPNN/fXMi8Ps + AhoXDIp54dFYtY3v7IEHCQckir6HrR3FnlEGzSkpJBfKS7q0veudV9JweXTs0O/4Xe5Y + f/glmMw4nFGYrIaVhCqiFX8VqZqyz0/ZvyEQn8q4qAJjTbVI798AHPQ0PawnjLmfv1Or + B1jLdi0Pa+3FHQaNOl903CzS+EqPJsA/DkJ1y+gpQDmgJBHP8klNL04nSEniiMr6q77y + f52djE8kZJKlYvsltazdlbzW82V8At8xX3ElNYQ5K0N4VbEty/Dncy4cnZjGHBvRjItZ + 6h0A== +X-Received: by 10.68.173.97 with SMTP id bj1mr3031913pbc.176.1371880071631; + Fri, 21 Jun 2013 22:47:51 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPSA id pl9sm7917761pbc.5.2013.06.21.22.47.48 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 21 Jun 2013 22:47:50 -0700 (PDT) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v6 11/12] man: document insert --create-folder +Date: Sat, 22 Jun 2013 15:46:47 +1000 +Message-Id: <1371880008-18312-12-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1371880008-18312-1-git-send-email-novalazy@gmail.com> +References: <1371880008-18312-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: Sat, 22 Jun 2013 05:48:40 -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 e85fef8..d5202ac 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 EXIT STATUS + + This command returns exit status 0 if the message was successfully +-- +1.7.12.1 + -- 2.26.2