Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 51FE7431FAF for ; Sat, 24 Nov 2012 21:25:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iuhM4AZOq-Fg for ; Sat, 24 Nov 2012 21:25:49 -0800 (PST) Received: from dmz-mailsec-scanner-5.mit.edu (DMZ-MAILSEC-SCANNER-5.MIT.EDU [18.7.68.34]) by olra.theworths.org (Postfix) with ESMTP id C9A40431FAE for ; Sat, 24 Nov 2012 21:25:49 -0800 (PST) X-AuditID: 12074422-b7f746d0000008cc-66-50b1abdd6bc3 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-5.mit.edu (Symantec Messaging Gateway) with SMTP id 94.1B.02252.DDBA1B05; Sun, 25 Nov 2012 00:25:49 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id qAP5PntW020638 for ; Sun, 25 Nov 2012 00:25:49 -0500 Received: from drake.dyndns.org (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id qAP5PlrN002623 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 25 Nov 2012 00:25:48 -0500 (EST) Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1TcUix-0007dS-CI for notmuch@notmuchmail.org; Sun, 25 Nov 2012 00:25:47 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/2] Ignore ignored broken symlinks Date: Sun, 25 Nov 2012 00:25:43 -0500 Message-Id: <1353821145-29182-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprAIsWRmVeSWpSXmKPExsUixCmqrXt39cYAg68HBSyu35zJ7MDo8WzV LeYAxigum5TUnMyy1CJ9uwSujM8PFrAWXGasuPx7A0sD43LGLkZODgkBE4nZ844zQ9hiEhfu rWfrYuTiEBLYxyhx/tY6RgjnHKPE74kHmCCcBmaJD7s7ocp2M0rcvHGFFaSfTUBDYtt+iLki AtISO+/OBosLCxhLzDqwlQXEZhFQlVhwaA6YzSvgIPFyxhomiN2KEt3PJrBNYORZwMiwilE2 JbdKNzcxM6c4NVm3ODkxLy+1SNdULzezRC81pXQTI8jj7C5KOxh/HlQ6xCjAwajEw3sjcWOA EGtiWXFl7iFGSQ4mJVFerWVAIb6k/JTKjMTijPii0pzU4kOMEhzMSiK81qpAOd6UxMqq1KJ8 mJQ0B4uSOO+1lJv+QgLpiSWp2ampBalFMFkZDg4lCd51q4AaBYtS01Mr0jJzShDSTBycIMN5 gIY/B6nhLS5IzC3OTIfIn2JUlBLnPQqSEABJZJTmwfXCIvIVozjQK8K8USBVPMBohut+BTSY CWjw09nrQAaXJCKkpBoYZ7DP2LaLQ1O/c23k5QnfVRi+TbL/P9d2Q7frm47lH8s9rvN233hw 3N5QNjvPoSDYjZU1y0Yhrcl+0oIrsysvZLbxaDGs+vU48c7UbZFnBZr+sCZ2nFI4dqTgkNHK /VncNQEdP279v39WK2Zt6PQAkykC05++s3hXraTrskVSlKtBSiZLt/GREktxRqKhFnNRcSIA iylC+aMCAAA= X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sun, 25 Nov 2012 05:25:50 -0000 calmar on IRC reported a bug today where notmuch will abort when it encounters a broken symlink, even if that symlink is in the user-specified ignore list. These two patches test for this bug and fix it.