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 2E28F431FD2 for ; Fri, 29 Mar 2013 18:49:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 DC-cn1yyjE+6 for ; Fri, 29 Mar 2013 18:49:06 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 66162431FDD for ; Fri, 29 Mar 2013 18:48:59 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80) (envelope-from ) id 1ULkug-00061R-98; Fri, 29 Mar 2013 22:48:58 -0300 Received: (nullmailer pid 13155 invoked by uid 1000); Fri, 29 Mar 2013 23:25:28 -0000 From: David Bremner To: Peter Wang , notmuch@notmuchmail.org Subject: Re: [PATCH v4 04/12] man: document 'insert' command In-Reply-To: <1359029288-12132-5-git-send-email-novalazy@gmail.com> References: <1359029288-12132-1-git-send-email-novalazy@gmail.com> <1359029288-12132-5-git-send-email-novalazy@gmail.com> User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Fri, 29 Mar 2013 19:25:28 -0400 Message-ID: <87hajtiyaf.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain 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, 30 Mar 2013 01:49:07 -0000 Peter Wang writes: > + > +.B notmuch insert > +reads a message from standard input > +and delivers it to the specified maildir folder, > +then incorporates the message into the notmuch database. > +It is an alternative to using a separate tool to deliver > +the message then running > +.B notmuch new > +afterwards. > + I think this should document how the maildir is selected. I agree it isn't that surprising, but the language "specified maildir folder" makes me think it is somehow specified as part of the command invocation.