From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 4Iq/Ki6Eu2W+YgEAe85BDQ:P1 (envelope-from ) for ; Thu, 01 Feb 2024 12:44:46 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 4Iq/Ki6Eu2W+YgEAe85BDQ (envelope-from ) for ; Thu, 01 Feb 2024 12:44:46 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; none Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9338A2236B for ; Thu, 1 Feb 2024 12:44:46 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVVU6-00080n-CS; Thu, 01 Feb 2024 06:43:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVVU3-0007wp-Js for emacs-orgmode@gnu.org; Thu, 01 Feb 2024 06:43:55 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVVU2-0001IS-03 for emacs-orgmode@gnu.org; Thu, 01 Feb 2024 06:43:55 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8E465240101 for ; Thu, 1 Feb 2024 12:43:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1706787832; bh=cqLQQe0XOggZnHm2s52ckuuszhf1SuTLzo0hdExFXVA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=lXJ/5YPSsqbPBvdn4wWrJ1igl2z9a1t7p+TktbRZJCzrh6QP1z8cxRcJe9+9Sz+FS mF6rD7nyd8KB+aHhC15RitFsTyMQtf+z8Tly5QWY1+M/lytTLzvRlzbJggZFTP5zrJ ez1I7t9GTzHGsIKBlLeF5qL0Hwcd9YXG7iyy/Ou64NX8sVQ92c2ePShfnZfoanGmhT 0ZlE6ek3/fhwVGrP/TImm7sI7EjJmpQMFvi8Xy2IKm8GKS+L9uEHiPWeggB7yWOLCq 0gHNh3K2NXOuJ651+XAVNAMHhGYP3Qtsa4utfz8rNtGowuYPm6/irVLxwqk30hx++E d18VQfBz6gggw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TQcVv4nXcz6txJ; Thu, 1 Feb 2024 12:43:51 +0100 (CET) From: Ihor Radchenko To: Joseph Turner Cc: Org Mode Mailing List Subject: Re: [PATCH] Silently remove lockfiles from org-agenda-files In-Reply-To: <87wmrp6ugg.fsf@breatheoutbreathe.in> References: <87wms5stho.fsf@breatheoutbreathe.in> <87y1clo3yy.fsf@localhost> <87wmrp6ugg.fsf@breatheoutbreathe.in> Date: Thu, 01 Feb 2024 11:47:21 +0000 Message-ID: <87sf2cmmnq.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Spam-Score: -4.00 X-Migadu-Queue-Id: 9338A2236B X-Migadu-Spam-Score: -4.00 X-TUID: P9PF8SBh5yXj Joseph Turner writes: >> I feel slightly reluctant about this patch: >> ... > > Yes, I think you're right. Thanks for your caution :) Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at