From 90d1316edb2974bf08ac5c1103d7ab1f31a07586 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 25 Jan 2014 21:35:14 +0200 Subject: [PATCH] Re: [PATCH 0/7] emacs: show tag changes in buffer --- eb/d8727cdd7b1bb8b06c4441d58b880ce94950c8 | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 eb/d8727cdd7b1bb8b06c4441d58b880ce94950c8 diff --git a/eb/d8727cdd7b1bb8b06c4441d58b880ce94950c8 b/eb/d8727cdd7b1bb8b06c4441d58b880ce94950c8 new file mode 100644 index 000000000..68884d3aa --- /dev/null +++ b/eb/d8727cdd7b1bb8b06c4441d58b880ce94950c8 @@ -0,0 +1,84 @@ +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 9FA44431FBD + for ; Sat, 25 Jan 2014 11:35:24 -0800 (PST) +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 E91fO14mdTwy for ; + Sat, 25 Jan 2014 11:35:18 -0800 (PST) +Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com + [209.85.215.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E6B36431FBC + for ; Sat, 25 Jan 2014 11:35:17 -0800 (PST) +Received: by mail-ea0-f177.google.com with SMTP id n15so1579465ead.8 + for ; Sat, 25 Jan 2014 11:35:16 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=0qXu3lSBQhL5c6cdi2Cy/bEDdW32TfnZvTHe74ntCog=; + b=cIFgItJZen6aarFLHeA647aulR/jP4wf7x9F1cxV3hOdZqWux1DLk9g/F7IruV/dqx + nBmGkzi50ZZ0B3o+8pCVGZL4Da9pSnKwagIWA91F7MaJdZkn8uvo9EjMOSANUMWdGxta + 4pDyFtccHX+FciPEymBFJVeIZhp+IP0T/Q/hIso4n3a30KWh7+1xbq4LJDzX3KA72HEa + e8wKwX4OO6YUjxfF/a3md9nDIDy0vQOOU885xKqBr9Z/nXKpA27khXHIW8ryNg43IoCT + TffIynfURJW2mbqFXoUJvPyu2Z7fknSHyECK98xHGqNHhOaE4Z9UNvYZDvY+VyegbFFh + m6EQ== +X-Gm-Message-State: + ALoCoQmH75CeqSThYW/Q12cphOA1Flt/P3GIcMQukzGb4T3knVkxzvczxsLMXSsCSeV0tpOvBhhP +X-Received: by 10.14.175.131 with SMTP id z3mr14433334eel.65.1390678516842; + Sat, 25 Jan 2014 11:35:16 -0800 (PST) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id w4sm19441081eef.20.2014.01.25.11.35.15 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 25 Jan 2014 11:35:16 -0800 (PST) +From: Jani Nikula +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/7] emacs: show tag changes in buffer +In-Reply-To: <1390087855-26194-1-git-send-email-markwalters1009@gmail.com> +References: <1390087855-26194-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.17+44~ge3b4cd9 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 25 Jan 2014 21:35:14 +0200 +Message-ID: <87a9ejg8i5.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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, 25 Jan 2014 19:35:24 -0000 + +On Sun, 19 Jan 2014, Mark Walters wrote: +> I have been running this series (with the unread and auto-updating +> described above) for about a month and it seems to work well for my use. + +I've been running this for a while now, and I really like it. Haven't +noticed any issues. I'm anticipating the follow-up changing how we +decide a message is read (i.e. the rest of the series at [1]). + +Unfortunately reviewing elisp is way beyond my bandwidth right now. + +BR, +Jani. + + +[1] id:1387065197-15776-1-git-send-email-markwalters1009@gmail.com -- 2.26.2