From ea5ae46fa0566ede4a15eedc820b457ee267c6d0 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Thu, 24 Jan 2013 23:08:07 +1100 Subject: [PATCH] [PATCH v4 11/12] man: document insert --create-folder --- a7/d563ba339cd17885f2571ac03470cada0aa216 | 93 +++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 a7/d563ba339cd17885f2571ac03470cada0aa216 diff --git a/a7/d563ba339cd17885f2571ac03470cada0aa216 b/a7/d563ba339cd17885f2571ac03470cada0aa216 new file mode 100644 index 000000000..de9c3ff42 --- /dev/null +++ b/a7/d563ba339cd17885f2571ac03470cada0aa216 @@ -0,0 +1,93 @@ +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 F0F78431FAE + for ; Thu, 24 Jan 2013 04:10:20 -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 kYsWY9R+QYVW for ; + Thu, 24 Jan 2013 04:10:20 -0800 (PST) +Received: from mail-da0-f44.google.com (mail-da0-f44.google.com + [209.85.210.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B9E55431FAF + for ; Thu, 24 Jan 2013 04:10:09 -0800 (PST) +Received: by mail-da0-f44.google.com with SMTP id z20so4218933dae.3 + for ; Thu, 24 Jan 2013 04:10:09 -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=kR73DrvyVZaPMi4XG1BRLc6kwTK8A2bE2AXVjiFvD48=; + b=zjSH/7EzCK+eEiejIVIufrI1xR+h+o0pf4ohvYErg7JNJ1xZ15wv0EIjQ+qQo2pTt1 + Jh9sRilLb/HWDlAx5qtz5BvgNmgFayvEybLd/FzwLm6D4RbDy4W5mwP5pv5wyERQFqbu + O16dhggUW6rxPU3cId8g4y85dOf99cphbp8L4fJDjQsV3cIKBLTX3XrXEOAlGu+FGbQ9 + /k/CASL96B336RkKSmbEA5bkvPAsy0QgwPWpBbcV4GOxpgckbhnLvGomSAfJ3sGPHcO+ + M6QvYg5S0OB85nfLS7MjCSPeQB1x/WqyvAfQWNRKjZIIJ08hzZ3dTAawgq2HVZI0VtVq + y0MQ== +X-Received: by 10.68.135.99 with SMTP id pr3mr4126802pbb.151.1359029408978; + Thu, 24 Jan 2013 04:10:08 -0800 (PST) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id ir4sm14780607pbc.41.2013.01.24.04.10.06 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 24 Jan 2013 04:10:08 -0800 (PST) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v4 11/12] man: document insert --create-folder +Date: Thu, 24 Jan 2013 23:08:07 +1100 +Message-Id: <1359029288-12132-12-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1359029288-12132-1-git-send-email-novalazy@gmail.com> +References: <1359029288-12132-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: Thu, 24 Jan 2013 12:10:21 -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 27c2658..8ce634e 100644 +--- a/man/man1/notmuch-insert.1 ++++ b/man/man1/notmuch-insert.1 +@@ -42,6 +42,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 + -- 2.26.2