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 AFC56431FBD for ; Sat, 25 Jan 2014 09:29:25 -0800 (PST) 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 AVcjtaGNZs97 for ; Sat, 25 Jan 2014 09:29:16 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id C0369431FBC for ; Sat, 25 Jan 2014 09:29:16 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id B1F2E1000B3; Sat, 25 Jan 2014 19:29:10 +0200 (EET) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH 0/7] cli: notmuch new improvements In-Reply-To: References: User-Agent: Notmuch/0.17+41~g8e7fabf (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'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, 25 Jan 2014 17:29:25 -0000 On Sun, Jan 19 2014, Jani Nikula wrote: > Here's an assortment of notmuch new fixes, non-functional cleanups, and > the oft-requested --quiet option. > > These should be pretty straightforward to review. > series LGTM. Tomi > BR, > Jani. > > > Jani Nikula (7): > cli: extract single message addition in notmuch new to clarify code > cli: only check the ignore list if needed > cli: use dirent_type in count_files too > cli: for loop is more customary > cli: abstract notmuch new result printing > cli: add --quiet option to notmuch new > man: document notmuch new --quiet option