From 7e85873d37860a0753019e6488362b2f9f7af35c Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 15 Nov 2012 16:09:39 +0100 Subject: [PATCH] Re: [PATCH v2] emacs: display tags in notmuch-show with links --- ad/327bc9a5a979f4c64d0ac46102351e9aeaddda | 86 +++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 ad/327bc9a5a979f4c64d0ac46102351e9aeaddda diff --git a/ad/327bc9a5a979f4c64d0ac46102351e9aeaddda b/ad/327bc9a5a979f4c64d0ac46102351e9aeaddda new file mode 100644 index 000000000..5bf711425 --- /dev/null +++ b/ad/327bc9a5a979f4c64d0ac46102351e9aeaddda @@ -0,0 +1,86 @@ +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 D11F4431FAF + for ; Thu, 15 Nov 2012 07:10:00 -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 S6VyZevdokNs for ; + Thu, 15 Nov 2012 07:10:00 -0800 (PST) +Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com + [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 39D0D431FAE + for ; Thu, 15 Nov 2012 07:10:00 -0800 (PST) +Received: by mail-vb0-f53.google.com with SMTP id fc21so1786618vbb.26 + for ; Thu, 15 Nov 2012 07:09:59 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:from:date:message-id:subject:to + :cc:content-type; + bh=QT/afDi24VCkLltIgB1SM+XXWdb1pQZP2cBcObBMcUE=; + b=HzqyP0oiJNvgX8lzca4XQHJPAVoer4+mS0I5BroYW8fU7zOGb1cX880GwDST9lx95L + 04Sw6t/MaEZ1DgvN2pA06PPScdWebNRkzemQepYVldyYoU/FTMFJAUkrXnDeJbFCVw5f + Gk3ENIu+Lsf7nv3xK1v2s6pSv3DiwvNaHCkpLnXSqi73uT7qirtMVJCi/hIMM1LbsRxo + 9aZ9YDISD51WtMPjFTU+7pOf24Zpf6B7rMBeB59Y6R+3HwKJjK+uY8xgGBx8LWxBxsXC + O1hLvUUAMNZU4hhbAhRxQIcF/NduduVB6QHclyPv+hkXS/l9D9ZyU9p1UF0q44ggu+z6 + 0dYQ== +Received: by 10.220.225.132 with SMTP id is4mr1697978vcb.47.1352992199219; + Thu, 15 Nov 2012 07:09:59 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.58.143.51 with HTTP; Thu, 15 Nov 2012 07:09:39 -0800 (PST) +In-Reply-To: <87mwyl54an.fsf@betacantrips.com> +References: <1352565719-12397-1-git-send-email-damien.cassou@gmail.com> + <87mwyl54an.fsf@betacantrips.com> +From: Damien Cassou +Date: Thu, 15 Nov 2012 16:09:39 +0100 +Message-ID: + +Subject: Re: [PATCH v2] emacs: display tags in notmuch-show with links +To: Ethan Glasser-Camp +Content-Type: text/plain; charset=ISO-8859-1 +Cc: notmuch mailing list +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: Thu, 15 Nov 2012 15:10:01 -0000 + +On Wed, Nov 14, 2012 at 3:03 AM, Ethan Glasser-Camp + wrote: +> I think the accepted idiom is to use "notmuch search +> --output=threads". This will output just a string like +> "thread:00000000000000b9", + +>> + (error \"We must be in notmch-show at this point but we are in %s.\" major-mode)) +>> + (push-button) ;; simulate a press on the RET key +>> + (if (eq major-mode 'notmuch-search-mode) +>> + t +>> + (format \"We must be in notmch-search at this point but we are in %s.\" major-mode))" +> +> s/notmch/notmuch/ here. + +thank you very much for your two fixes. I applied them. + +-- +Damien Cassou +http://damiencassou.seasidehosting.st + +"Success is the ability to go from one failure to another without +losing enthusiasm." +Winston Churchill -- 2.26.2