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 AED3E431FBF for ; Wed, 5 Feb 2014 14:25:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 1ygjE31b0-dJ for ; Wed, 5 Feb 2014 14:25:27 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id CB357431FAE for ; Wed, 5 Feb 2014 14:25:26 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 22DD8100033; Thu, 6 Feb 2014 00:25:20 +0200 (EET) From: Tomi Ollila 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+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ 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: Wed, 05 Feb 2014 22:25:31 -0000 On Sun, Jan 19 2014, Mark Walters wrote: > This is a reworked and expanded version of the single patch > id:1387065197-15776-4-git-send-email-markwalters1009@gmail.com > > This shows any tags changed in the show buffer since it was loaded or > refreshed. By default a removed tag is displayed with strike-through > in red (if strike-through is not available, eg on a terminal, inverse > video is used instead) and an added tag is displayed underlined in > green. This version works in all three views show, search and tree. tl;dr ... ;D -- well, maybe someone reads it through ;) Anyway, this patch series looks good to me (one commit message tl;dr but I guess it is useful for anyone who actually reads it). I don't see anything it may break and I started using this in my notmuch setup from now on. Tomi