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 EACF86DE0ECA for ; Wed, 17 Apr 2019 13:38:34 -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 39OWUw_Bau2T for ; Wed, 17 Apr 2019 13:38:33 -0700 (PDT) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id B614C6DE0EC6 for ; Wed, 17 Apr 2019 13:38:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 0535348C17CC for ; Wed, 17 Apr 2019 22:38:32 +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=1555533507; bh=lK/yHUuGvkQjQrqRPBqFQtD/0jWgVv1oEv2bgXhu04c=; h=From:To:Subject:Date:Message-ID:Content-Type; b=LFDEzFoyYO0MFjqhC+IojwyqfAxq9oBzxD1eTkMDLCdPUFw4ly+lSGWWBCtzsncJS PhOiEJLOC9fUwIZmnKcX1IAeb8EfHc0BIrn4TSnulHvH969r3WoSLzf8Iu0KeN7z66 jav5HapUFtFPqaSvMILQ5hWedpvI4JPvgvVMtEEE5kXwu45PmpzT1YgFWy9YElomqP I4Jkk30IHzyhpyxNpB2SONGPDN8SXrKfPHmm4rZm4d8Qyfa6DGW7Ti/kW3l0YhJCOZ 42w8B+aBgzLuofZky96c8BM/jTe5I3s7T+zZ2J5m8dAfsZYb6tIpOnm1JqALFZe/FS FlvOvLl1jsGMQ== To: notmuch@notmuchmail.org Subject: Unexpected output of "notmuch new --quiet" Mail-Followup-To: notmuch@notmuchmail.org Date: Wed, 17 Apr 2019 22:38:27 +0200 Message-ID: <87imvc5pvg.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: Wed, 17 Apr 2019 20:38:35 -0000 Hi folks, I can't help but wonder why text like Note: Ignoring non-mail file: /home/foo/.maildir/.private/dovecot-uidlist Note: Ignoring non-mail file: /home/foo/.maildir/.work/dovecot.index.log 0022 is written when I run "notmuch new --quiet"? Only error conditions should be reported to stderr, so why are lines 1 and 2 written to stderr? Notes are not errors. Also, why is line #3, which represents the current umask value, written to stdout? I'm aware that the man page states "--quiet: Do not print progress or results.", but the output shown above is still unexpected. Perhaps somebody here can enlighten me. ;-) -Ralph