--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id A719E431FC7\r
+ for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:11 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.7\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id v5nT0ZasUXq7 for <notmuch@notmuchmail.org>;\r
+ Sat, 18 Jan 2014 15:31:06 -0800 (PST)\r
+Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com\r
+ [209.85.212.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 03760431FBC\r
+ for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:05 -0800 (PST)\r
+Received: by mail-wi0-f170.google.com with SMTP id ex4so3294269wid.3\r
+ for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:03 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=WNbGC0cAN6FbhlSHBk/QDu8eT1VeBKkbAWd4A1o/t40=;\r
+ b=NV8L5rcF09ULrOTug9GOGaP7wjQJgOs1tzRcGMyXpoSr5ZYOFJPcxM709TkPCtbTmu\r
+ pKRSTJ7NerW9FSJtCnAay3bh8hYp7Y5t8ESVReZvhExcsEcRRkqCdy+dFa4uj3AQSbaQ\r
+ 6nWTH95RY1HT29n1x5Ls+ZD6M7BtKLLMCCXHLPNH57/Pl90lpiJGU40O9fZksJCTFFvU\r
+ YTOb7Ktb8oCmREeuju09Xu4CkhrOq/WGbiH7qZW88Vy3sBqsivHBZBOhRq9XYPCdKizE\r
+ HBM1eNnN+eYCmN4lKL7ALEJuznTbmWK2otIMtqBCF12SAFl+KF15q7DyBtYJQ+EmJAzS\r
+ RYXQ==\r
+X-Received: by 10.180.189.106 with SMTP id gh10mr4154275wic.18.1390087861988; \r
+ Sat, 18 Jan 2014 15:31:01 -0800 (PST)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id z1sm4198841wjq.19.2014.01.18.15.31.01\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 18 Jan 2014 15:31:01 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/7] emacs: show tag changes in buffer\r
+Date: Sat, 18 Jan 2014 23:30:48 +0000\r
+Message-Id: <1390087855-26194-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 18 Jan 2014 23:31:11 -0000\r
+\r
+This is a reworked and expanded version of the single patch\r
+id:1387065197-15776-4-git-send-email-markwalters1009@gmail.com\r
+\r
+This shows any tags changed in the show buffer since it was loaded or\r
+refreshed. By default a removed tag is displayed with strike-through\r
+in red (if strike-through is not available, eg on a terminal, inverse\r
+video is used instead) and an added tag is displayed underlined in\r
+green. This version works in all three views show, search and tree.\r
+\r
+My motivation for this is part of a rework of the unread handling: we\r
+can do a lot more automatically if we make it clear to the user what\r
+we have done (which this does). It also make automatic updating of\r
+buffers on tag-changes such as the search buffer showing tag changes\r
+done in the show buffer a sensible possibility (as the user does not\r
+lose information)\r
+\r
+The patch series is large but I have tried to split it up into small pieces\r
+\r
+Patches 1-3 are preparation mostly adding defcustoms for the format\r
+for added or deleted tags.\r
+\r
+Patch 4 does all the actual logic to allow added and deleted tags to be shown.\r
+\r
+Patches 5-7 make show/search and tree keep track of the original tags\r
+to use the functionality in Patch 4.\r
+\r
+I have been running this series (with the unread and auto-updating\r
+described above) for about a month and it seems to work well for my use.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+\r
+Mark Walters (7):\r
+ emacs: tag split customise option for format-tags into a widget\r
+ emacs: tag: allow default case in notmuch-tag-formats\r
+ emacs: tag: add customize for deleted/added tag formats\r
+ emacs: show: mark tags changed since buffer loaded\r
+ emacs: show: use orig-tags for tag display\r
+ emacs: search: use orig-tags in search\r
+ emacs: tree: use orig-tags in search\r
+\r
+ emacs/notmuch-show.el | 6 ++-\r
+ emacs/notmuch-tag.el | 116 ++++++++++++++++++++++++++++++++++--------------\r
+ emacs/notmuch-tree.el | 9 +++-\r
+ emacs/notmuch.el | 12 ++++-\r
+ test/test-lib.el | 4 ++\r
+ 5 files changed, 105 insertions(+), 42 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r