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 EDA7B431FBC for ; Tue, 13 Nov 2012 18:38:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 9Bq6I5wElwxY for ; Tue, 13 Nov 2012 18:38:17 -0800 (PST) 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 8CF95431FAF for ; Tue, 13 Nov 2012 18:38:17 -0800 (PST) Received: by mail-qc0-f181.google.com with SMTP id x40so3222272qcp.26 for ; Tue, 13 Nov 2012 18:38:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=1HLHmni0VqiwRHwxsmVbdN4zUkFuz3XzIncfrJONLAw=; b=e/DlRKHoYt85ofFd1tiyWcxz9qPwBpL8pmXlaK0iUH0Lyn+ynaQoBaECYmohEcqhEM JhhEhVpNY2yAKPHe3zgsiXjuN+gf/+r56SpI8mMW5G4a613o9zOsOxMuq593xr4eAC32 6kb+qhTpjbNtiMD3VacvLVVgs9j3XksUJ14kE5cKva5jqm9HNrAA9vD/LUFWSjg+H6Xy zjICaiLnBKhblFJhQ70fszKCxzKpB8J8MFfbwEOIEJjhRRdvdXnpLImeLavEHa9Gc8va vyQjJMalj7Whs0aE+tgqfcywQHjiRsJii1/CbHm709XH4JHpNW1gbYbRtQc3fpBM4Ggj d4Rw== Received: by 10.224.72.202 with SMTP id n10mr1547452qaj.94.1352860696824; Tue, 13 Nov 2012 18:38:16 -0800 (PST) Received: from smtp.gmail.com (mca2d36d0.tmodns.net. [208.54.45.202]) by mx.google.com with ESMTPS id ho6sm1313212qeb.3.2012.11.13.18.38.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Nov 2012 18:38:15 -0800 (PST) From: Ethan Glasser-Camp To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/3] Better id: link buttonization In-Reply-To: <1352609175-12790-1-git-send-email-amdragon@mit.edu> References: <1352609175-12790-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Tue, 13 Nov 2012 21:38:10 -0500 Message-ID: <87k3to6h9p.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: sascha-ml-reply-to-2012-4@silbe.org 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: Wed, 14 Nov 2012 02:38:18 -0000 Austin Clements writes: > This is v2 of id:"1351650561-7331-1-git-send-email-amdragon@mit.edu". > This makes Jani's suggested additions to the regexp and adds support > for RFC 2392 mid: links, as suggested by Sascha. This series looks fine to me. Ethan