From: Damien Cassou Date: Sat, 10 Nov 2012 16:51:13 +0000 (+0100) Subject: Re: [PATCH] emacs: display tags in notmuch-show's header-line with links to search X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa3c5a7cb7df40113836e4404869869fd3f1c51e;p=notmuch-archives.git Re: [PATCH] emacs: display tags in notmuch-show's header-line with links to search --- diff --git a/6c/88dfed0ed5427bb2c89db1a630dac342c6afa3 b/6c/88dfed0ed5427bb2c89db1a630dac342c6afa3 new file mode 100644 index 000000000..b7a2ad54f --- /dev/null +++ b/6c/88dfed0ed5427bb2c89db1a630dac342c6afa3 @@ -0,0 +1,65 @@ +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 4F829431FB6 + for ; Sat, 10 Nov 2012 08:51:35 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.7 +X-Spam-Level: * +X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 Z2I7zFV9WNOm for ; + Sat, 10 Nov 2012 08:51:35 -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 F2874431FAF + for ; Sat, 10 Nov 2012 08:51:34 -0800 (PST) +Received: by mail-vb0-f53.google.com with SMTP id fc21so5174305vbb.26 + for ; Sat, 10 Nov 2012 08:51:34 -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=obj+Kf11DOmT9SzzXTDIr0gLbXp7tFh/1liodgNoMJ0=; + b=KJ/zg+W8+xkRgX+u7HMvBdq2vdq+TSeKkUaQSknawDhoOhj8YZEnrHUOm8J5lnP3c+ + nvU8r4qxCRMsYA0FirCQuEDCSgL0GTt5IUT4BjvHSugRByhPjx9pM1s3os5jbskBjqr8 + 0Vx96ZF4QkjumRv3+TlpUaWQgg4QPPH/Zi2IKtMjiYXhAfigcmhMXVKRSqPHra6UKjvw + ziOQ+GcoUEFco6fN415xELmjFIhznQmrwCkvMpKlFDb69dCAtn/qAECpVNNX+phraIoW + 1wRLc6mztgspwt4EIsyo2fYaVgV5eCbPY41bNvAmez/P/1KhacnValCVAbeLZTRBhX2n + 6Sow== +Received: by 10.220.227.70 with SMTP id iz6mr16130099vcb.45.1352566294419; + Sat, 10 Nov 2012 08:51:34 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.58.143.51 with HTTP; Sat, 10 Nov 2012 08:51:13 -0800 (PST) +In-Reply-To: <1352234344-28119-1-git-send-email-damien.cassou@gmail.com> +References: <1352234344-28119-1-git-send-email-damien.cassou@gmail.com> +From: Damien Cassou +Date: Sat, 10 Nov 2012 17:51:13 +0100 +Message-ID: + +Subject: Re: [PATCH] emacs: display tags in notmuch-show's header-line with + links to search +To: notmuch mailing list +Content-Type: text/plain; charset=ISO-8859-1 +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: Sat, 10 Nov 2012 16:51:35 -0000 + +Please see new version of this patch: +id:1352565719-12397-1-git-send-email-damien.cassou@gmail.com