From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D9754431FAF for ; Mon, 15 Oct 2012 02:52:27 -0700 (PDT) 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 NM47IPpBBfMv for ; Mon, 15 Oct 2012 02:52:27 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4DC61431FAE for ; Mon, 15 Oct 2012 02:52:27 -0700 (PDT) Received: by mail-qc0-f181.google.com with SMTP id x40so4419459qcp.26 for ; Mon, 15 Oct 2012 02:52:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=zEsuh7hDcU8OeIT2zcLHmQGH7WU6laVODO94wnCtbic=; b=Gvm2PIw9LRSzmTSirlZ+lybhAj6XoQziJeI7eLueier2gk1GZX2AzWVHLjLg9d5Gpg MLQW+c7jDVgQev8ZemoAMT6YLe4jVHD/bwTOAuFVJbeAb/khehFhPxNQSWfG4aoBmnSD B1XNf1+PoCFPpPNpBehV5SJMPrUxn9yRwmB0j9xoc2xMjRumFGxY6FbuDfzssq2QYE16 f2LOHXqzPNAGAEQiG3xKItjP9o3iD/jyxfgdcSopm4BZyJtIqqWaCewZzo4yfVtjjJ2M uNk56gd7K52VCQB8y92jhOCGFATxouZNnEIV9Tu4qZq4cfhxvgZPjI2yawcS6+DTuP8L p3FA== Received: by 10.229.137.138 with SMTP id w10mr5368868qct.144.1350294746528; Mon, 15 Oct 2012 02:52:26 -0700 (PDT) Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) by mx.google.com with ESMTPS id gz7sm15117673qab.8.2012.10.15.02.52.25 (version=SSLv3 cipher=OTHER); Mon, 15 Oct 2012 02:52:25 -0700 (PDT) From: Jani Nikula To: Jameson Graef Rollins , David Belohrad , notmuch@notmuchmail.org Subject: Re: images as attachment? In-Reply-To: <87pq4kgool.fsf@servo.finestructure.net> References: <874nlwirb9.fsf@servo.finestructure.net> <87pq4kgool.fsf@servo.finestructure.net> User-Agent: Notmuch/0.14+39~ge21970d (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Mon, 15 Oct 2012 11:52:23 +0200 Message-ID: <87zk3oawq0.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkkLYtUU5+tzLwucpJ+UboMgeBDFOi1QiNpdpSM4I1RHG6YBaRseG+Eb2SXYLE6J2yCH+rM 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: Mon, 15 Oct 2012 09:52:28 -0000 On Mon, 15 Oct 2012, Jameson Graef Rollins wrote: > If you want to look into patching it, I think the offending code is in > emacs/notmuch-show.el (notmuch-show-buttonise-links). Maybe just adding > a blank space before "id:" in the regexp would fix the issue? Or [^A-Za-z_-] or similar instead of space to accept some punctuation before the id. BR, Jani.