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 15492431FD4 for ; Sat, 22 Jun 2013 21:25:54 -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 6pzbvZPGGlsx for ; Sat, 22 Jun 2013 21:25:48 -0700 (PDT) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B7D4B431FAE for ; Sat, 22 Jun 2013 21:24:53 -0700 (PDT) Received: by mail-pb0-f54.google.com with SMTP id ro2so9521757pbb.27 for ; Sat, 22 Jun 2013 21:24:53 -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=yvLEU3PP1FU2yPlnr/DW6CLSS2pcNORxfMW4QJ9l52uhJm3XVGxisSdXgm5it4j2rX HQoPkoGwDUSkxPq3LN7Y/o0fgKS3ek3DL+tw6PRiEZe6kRO2PZ6u+yc43J1NaJvjFTkL BMJHuwfcBYxxqHNQD+R75ZQAeSlqywLbbHhjNfCcioZgGkBNnLkarcWUds71AfUlUK0k LmEBxcQ1c2D3phIqdrFFsIlk4Z64KuUhEnLGza57efn0fmahn+4hpHzbSzAwhqC4gAOh XJnPAvTO0ZivBvif04KK7rvPNS9e2P6pvHsxyTa3aJsaeqhLixd7FkDyiTyD+rJ7uzP8 74Ag== X-Received: by 10.66.5.168 with SMTP id t8mr22228157pat.196.1371961493028; Sat, 22 Jun 2013 21:24:53 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPSA id tq8sm11842321pbc.30.2013.06.22.21.24.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 22 Jun 2013 21:24:52 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH v7 11/12] man: document insert --create-folder Date: Sun, 23 Jun 2013 14:24:04 +1000 Message-Id: <1371961445-15182-12-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:25:54 -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