From: Tomi Ollila Date: Sun, 25 Nov 2012 10:19:33 +0000 (+0200) Subject: Re: [PATCH 0/2] Ignore ignored broken symlinks X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1caef18ea458975c50c67d217e8aa89fec83b5b9;p=notmuch-archives.git Re: [PATCH 0/2] Ignore ignored broken symlinks --- diff --git a/2c/fc1a0e3a6b3cc603d54af2707b44f152b1391d b/2c/fc1a0e3a6b3cc603d54af2707b44f152b1391d new file mode 100644 index 000000000..f7b003f52 --- /dev/null +++ b/2c/fc1a0e3a6b3cc603d54af2707b44f152b1391d @@ -0,0 +1,60 @@ +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 08BBE431FAF + for ; Sun, 25 Nov 2012 02:19:54 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 rLmDGTUzaYmI for ; + Sun, 25 Nov 2012 02:19:53 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 43A00431FAE + for ; Sun, 25 Nov 2012 02:19:36 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id E84171000E5; + Sun, 25 Nov 2012 12:19:33 +0200 (EET) +From: Tomi Ollila +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/2] Ignore ignored broken symlinks +In-Reply-To: <1353821145-29182-1-git-send-email-amdragon@mit.edu> +References: <1353821145-29182-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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 10:19:54 -0000 + +On Sun, Nov 25 2012, Austin Clements wrote: + +> 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. + ++1 + +Tomi