From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 94E9D6DE1057 for ; Thu, 18 Apr 2019 06:15:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.7 X-Spam-Level: X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[AWL=-0.199, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xR4C5FHyeX-H for ; Thu, 18 Apr 2019 06:15:24 -0700 (PDT) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id 5F7326DE0F0D for ; Thu, 18 Apr 2019 06:15:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 6A19D48C1808 for ; Thu, 18 Apr 2019 15:15:20 +0200 (CEST) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monksofcool.net; s=k1; t=1555593314; bh=n4ybrOb+uHEysI9pT4qu+EZNBjbbMLkvx4DNjeU+FpE=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=q6Qqd9yFBR3vxYfdalKTc/vI3p5MBOuzez+dMqR0S1coOyDaAjq5WuE5sG/wX22NV SU/Y7/0WwwtUXSBLa5EVQzPYLr5GgVlBuFLgo3EmrZGMYw7bjRGBWJndwsOM+7cBCd 4EUWgANwXTfKF5B62c0J/44v5s5zUJE3LjccIgeX9kX+858JCnJjsBgCX2iBiFqI2Z sXYUm+Xr2IGw6BdiWiShDKY/p7bojuNQMrP0NOqBA2vIGow+4CGR8ySGfehM2BJdXN pi1vWy7QGh+BtUgQ1XKVR2aGK7xYuWtsCjKNoHPTMfI49qupOqZzhG8kvSWy1o4Ogt lqg7Fu7E8o2dw== To: notmuch@notmuchmail.org Subject: Re: Unexpected output of "notmuch new --quiet" In-Reply-To: <87bm14gqib.fsf@tethera.net> References: <87imvc5pvg.fsf@ra.horus-it.com> <87bm14gqib.fsf@tethera.net> Mail-Followup-To: notmuch@notmuchmail.org Date: Thu, 18 Apr 2019 15:15:14 +0200 Message-ID: <87y3471ml9.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Thu, 18 Apr 2019 13:15:25 -0000 * David Bremner: > I could imagine more levels of quiet, but I don't know if it is worth > the trouble. I currently redirect stderr to /dev/null because the actual number of these "ignoring non-mail file" notices is much higher, but that means I don't get to see actual errors which is quite a disadvantage. An option like --veryquiet or --errorsonly would be helpful, but I can understand you asking if it would be worth the effort. For somebody like me who uses Dovecot as a backend it would be. ;-) > Could it maybe a wrapper script or hook invoked by notmuch new? Ah! The post-new hook called umask and caused the output. Thanks. -Ralph