From: Damien Cassou Date: Sat, 23 Mar 2013 14:03:34 +0000 (+0100) Subject: Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=036f159676d02ab8a0b1e003f8ccdcdbaf95fa87;p=notmuch-archives.git Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags --- diff --git a/f7/9e4e8d7fe17b7dbbefcbfdc6e4ee2d454b5faf b/f7/9e4e8d7fe17b7dbbefcbfdc6e4ee2d454b5faf new file mode 100644 index 000000000..a2542fc5b --- /dev/null +++ b/f7/9e4e8d7fe17b7dbbefcbfdc6e4ee2d454b5faf @@ -0,0 +1,111 @@ +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 12137431FC0 + for ; Sat, 23 Mar 2013 07:03:58 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.701 +X-Spam-Level: * +X-Spam-Status: No, score=1.701 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, HTML_MESSAGE=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 7eiYZGtF9-mI for ; + Sat, 23 Mar 2013 07:03:57 -0700 (PDT) +Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com + [209.85.223.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E19CE431FBF + for ; Sat, 23 Mar 2013 07:03:56 -0700 (PDT) +Received: by mail-ie0-f172.google.com with SMTP id c10so5962248ieb.31 + for ; Sat, 23 Mar 2013 07:03:56 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:mime-version:in-reply-to:references:from:date:message-id + :subject:to:cc:content-type; + bh=fe5V71dTfQ/1YbWLUWr74dHi/0mNxAwQWfxKc/SA0vo=; + b=nm9LsY+rbrb73hMwGyyJfHfxOIQf0U6om/mPJyR1Cp+fCsDtVkE+6o8BP970I7HtKw + lJ3GQEfLOlSF3N/qIFbQPu+XTpj09r6j1hrQxUTBjU++G1ETgCRJTJK1PhpNOZQK0vIj + K7g0XawP2Zt8nzFY2UCW2iD7XO74HCEJ/kdj7EIFSiC0kKkk2mj5Ui3HXBY+az6BfhC+ + Gbeu9Dlm7g/nZosEOEUMsAs6HqynSLoFTmLUtgnCC0h3YZ+k5Ryb79lvbSGwR+H82h6H + 1XhHmzXBZxsLyhSEyKeyuae9AJhZxqKCRzehb/U+OxTHa2lIb6oNcNptVL1QB0mSZuSR + jX4A== +X-Received: by 10.50.56.236 with SMTP id d12mr7271092igq.92.1364047435545; + Sat, 23 Mar 2013 07:03:55 -0700 (PDT) +MIME-Version: 1.0 +Received: by 10.64.52.37 with HTTP; Sat, 23 Mar 2013 07:03:34 -0700 (PDT) +In-Reply-To: <87sj3w56jm.fsf@awakening.csail.mit.edu> +References: <1360162435-29506-1-git-send-email-damien.cassou@gmail.com> + <1360162435-29506-3-git-send-email-damien.cassou@gmail.com> + <87sj3w56jm.fsf@awakening.csail.mit.edu> +From: Damien Cassou +Date: Sat, 23 Mar 2013 15:03:34 +0100 +Message-ID: + +Subject: Re: [PATCH 2/2] emacs: possibility to customize the rendering of tags +To: Austin Clements +Content-Type: multipart/alternative; boundary=f46d0402ac45da451d04d8980aaf +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: Sat, 23 Mar 2013 14:03:58 -0000 + +--f46d0402ac45da451d04d8980aaf +Content-Type: text/plain; charset=ISO-8859-1 + +On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements wrote: + +> Just a few tiny comments below. + + + +Thanks for your comments. Please see v3 in +id:1364038194-19856-1-git-send-email-damien.cassou@gmail.com + + +-- +Damien Cassou +http://damiencassou.seasidehosting.st + +"Success is the ability to go from one failure to another without losing +enthusiasm." +Winston Churchill + +--f46d0402ac45da451d04d8980aaf +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +

= +On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements <amdragon@mit.edu><= +/span> wrote:
+ +
Just a few tiny comments = +below.


Thanks fo= +r your comments. Please see v3 in id:1364038194-19856-1-git-send-ema= +il-damien.cassou@gmail.com
+ +


--
Damien Cassou= +
htt= +p://damiencassou.seasidehosting.st

"Success is the ability = +to go from one failure to another without losing enthusiasm."
+ +Winston Churchill +
+ +--f46d0402ac45da451d04d8980aaf--