--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 2479C431FC4\r
+ for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:47 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id OMLMrbDbMnxS for <notmuch@notmuchmail.org>;\r
+ Sun, 19 Jan 2014 12:32:39 -0800 (PST)\r
+Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com\r
+ [74.125.83.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 9AC26431FBD for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:39 -0800\r
+ (PST)\r
+Received: by mail-ee0-f44.google.com with SMTP id c13so3049148eek.17\r
+ for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:36 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
+ bh=VoFh3B4kPN1TjlLEGTnMY1eRnsf7O+74NCkdNQuWR8E=;\r
+ b=mlHxoRPfGxEOC6RYnwvL7yGgZB9zaqKfrb/s8+1ICeK4zgA9gDlUB+5Nkb6O1Oh8ca\r
+ /l7qULrHXQIrylYb3XmDoIhTQ/vN4rX8WkU4EpaRU4NseRVJccwV/ejRL9F13WocoQuK\r
+ QWeE4y6dfKUiCeQJZE27lz1yj4gUuVW4X7Nj+SEArjD/Zue+lMj5unqN3oJuabMT4SB4\r
+ 4ok2RPDPSY68XezJsxH85YlA3umKJu7yWRwP7ed71ZuH2XdSyFN8yejhHXvxPfIo/TwR\r
+ Pe5gRFLVNy3wrIYw9F0z1o8DbY8U3OQ0Vb26MyHZECi3cvX3SmKNWV5TCYUK12cQHwWd\r
+ GVxQ==\r
+X-Gm-Message-State:\r
+ ALoCoQlmVjuAuYPnYdsQ3QDC73msUItyhc0L+jSNORmZnSam0XNN37irwegIphC/vmJyG3XHulGZ\r
+X-Received: by 10.14.207.194 with SMTP id n42mr843734eeo.76.1390163556839;\r
+ Sun, 19 Jan 2014 12:32:36 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
+ [88.195.111.91])\r
+ by mx.google.com with ESMTPSA id u7sm46523423eep.11.2014.01.19.12.32.34\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 19 Jan 2014 12:32:36 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/7] cli: notmuch new improvements\r
+Date: Sun, 19 Jan 2014 22:32:21 +0200\r
+Message-Id: <cover.1390163335.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.8.5.2\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 19 Jan 2014 20:32:47 -0000\r
+\r
+Here's an assortment of notmuch new fixes, non-functional cleanups, and\r
+the oft-requested --quiet option.\r
+\r
+These should be pretty straightforward to review.\r
+\r
+BR,\r
+Jani.\r
+\r
+\r
+Jani Nikula (7):\r
+ cli: extract single message addition in notmuch new to clarify code\r
+ cli: only check the ignore list if needed\r
+ cli: use dirent_type in count_files too\r
+ cli: for loop is more customary\r
+ cli: abstract notmuch new result printing\r
+ cli: add --quiet option to notmuch new\r
+ man: document notmuch new --quiet option\r
+\r
+ man/man1/notmuch-new.1 | 5 +\r
+ notmuch-new.c | 253 ++++++++++++++++++++++++++-----------------------\r
+ 2 files changed, 137 insertions(+), 121 deletions(-)\r
+\r
+-- \r
+1.8.5.2\r
+\r