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 8D0D0431FB6 for ; Wed, 25 Jul 2012 06:44:55 -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 S1dfZLYgeYjQ for ; Wed, 25 Jul 2012 06:44:55 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0390E431FAE for ; Wed, 25 Jul 2012 06:44:54 -0700 (PDT) Received: by mail-pb0-f53.google.com with SMTP id rr13so1767731pbb.26 for ; Wed, 25 Jul 2012 06:44:54 -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=O5gM9gmUQyma/Fu4rhMT2XKEKBDdt9xXysE/5HfBPX0=; b=pQfnkI6wB8mE/JpIYRZmZJXseYxV5V2ZOL40jPpQOxk5rCqGZgUYZv3nVa37rOVqKc 0bigvwl9NHjWI811M2abBIz+KX5dvOEwogtxzDuDjbmeIWKSe4U/mm+735374JXzx9pY Ko7RFmIO3fdJVIC79cJCD15zzbj8kp+ZQEhJ4p0kpQ0unms9BJYRo2JIihvX5e8Ua9Tu wu+nlTq7kvut039feSp8g+S6mMkC0GqpAp+2bYoshZGIyxQH/CB7lMDkxJtgy1VtWPAV sb38ANCc0a/zpcc8aib8XKKjuKxynh/JuYfXhTyL+D3/i6MaPODWK4zEdHlLVUQL0Efg 6Gpg== Received: by 10.68.201.9 with SMTP id jw9mr53535333pbc.28.1343223894816; Wed, 25 Jul 2012 06:44:54 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id mn9sm1237448pbc.39.2012.07.25.06.44.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jul 2012 06:44:54 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH 17/18] man: document insert --create-folder option Date: Wed, 25 Jul 2012 23:42:46 +1000 Message-Id: <1343223767-9812-17-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1343223767-9812-1-git-send-email-novalazy@gmail.com> References: <1343223767-9812-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: Wed, 25 Jul 2012 13:44:55 -0000 Document the new option. --- man/man1/notmuch-insert.1 | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1 index 7d281b5..4bd8a35 100644 --- a/man/man1/notmuch-insert.1 +++ b/man/man1/notmuch-insert.1 @@ -36,10 +36,17 @@ include Deliver the message to the .RI Maildir/ folder -directory, which must already exist. +directory. The default is to deliver to the top-level directory. .RE + +.RS 4 +.TP 4 +.BI "--create-folder" + +Try to create the named folder if it does not exist. + .RE .SH SEE ALSO -- 1.7.4.4