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 C86286DE01DB for ; Wed, 31 Jan 2018 16:12:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.513 X-Spam-Level: X-Spam-Status: No, score=0.513 tagged_above=-999 required=5 tests=[AWL=-0.563, DATE_IN_PAST_03_06=1.076] 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 iU_hmmvfNlBT for ; Wed, 31 Jan 2018 16:12:24 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 07E366DE00C6 for ; Wed, 31 Jan 2018 16:12:23 -0800 (PST) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id BA58CF99B; Wed, 31 Jan 2018 19:12:22 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id 8B366201B0; Wed, 31 Jan 2018 15:56:13 -0500 (EST) From: Daniel Kahn Gillmor To: Antoine Amarilli , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: create manpage folders with right permissions In-Reply-To: <20180131204920.nne75zc2ptow3m5v@zeta> References: <20180131204920.nne75zc2ptow3m5v@zeta> Date: Wed, 31 Jan 2018 15:56:13 -0500 Message-ID: <878tcd928i.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.24 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, 01 Feb 2018 00:12:24 -0000 On Wed 2018-01-31 21:50:45 +0100, Antoine Amarilli wrote: > Avoids the issue where umask can make man pages unreadable after > installation. Relevant email on the mailing-list: > <87h8rt30sy.fsf@fifthhorseman.net> lgtm, and i've tagged to suggest that it's ready for inclusion. thanks, Antoine! --dkg