From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GE01KcIpG18iFgAA0tVLHw (envelope-from ) for ; Fri, 24 Jul 2020 18:34:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id SDASJcIpG1/SVQAAB5/wlQ (envelope-from ) for ; Fri, 24 Jul 2020 18:34:42 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7B4FE9403A3 for ; Fri, 24 Jul 2020 18:34:41 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id E4A3727AF7; Fri, 24 Jul 2020 14:34:35 -0400 (EDT) Received: from mail.hostpark.net (mail.hostpark.net [212.243.197.30]) by mail.notmuchmail.org (Postfix) with ESMTPS id ECC3A1F704 for ; Fri, 24 Jul 2020 14:34:32 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 1815A160DE; Fri, 24 Jul 2020 20:34:32 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id tGhRukZFJjnj; Fri, 24 Jul 2020 20:34:31 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id D98DD160AE; Fri, 24 Jul 2020 20:34:31 +0200 (CEST) From: Jonas Bernoulli To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config In-Reply-To: <875zacvkc6.fsf@tethera.net> References: <20200724180924.21944-1-jonas@bernoul.li> <20200724180924.21944-2-jonas@bernoul.li> <875zacvkc6.fsf@tethera.net> Date: Fri, 24 Jul 2020 20:34:31 +0200 Message-ID: <87o8o469u0.fsf@bernoul.li> MIME-Version: 1.0 Message-ID-Hash: ZN2J7RY37B5REB6MPJB5KFNFCZOMATC7 X-Message-ID-Hash: ZN2J7RY37B5REB6MPJB5KFNFCZOMATC7 X-MailFrom: jonas@bernoul.li X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: EBQjsgSw0tiC David Bremner writes: > I don't think the patch dos what you think it does? Indeed. I'll post the correct commit in v2 but will wait for the rest of the review before posting that.