--- /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 37827431FBD\r
+ for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:50 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 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
+ 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 Jnx8p7wCI492 for <notmuch@notmuchmail.org>;\r
+ Wed, 19 Feb 2014 12:20:44 -0800 (PST)\r
+Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com\r
+ [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ A7FF4431FCB for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:37 -0800\r
+ (PST)\r
+Received: by mail-wg0-f53.google.com with SMTP id x12so750328wgg.8\r
+ for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:36 -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:in-reply-to:references;\r
+ bh=2hXmYqW1cqmnyTYGw7XoxeXCuB+24gLlrLC0sCtxzTA=;\r
+ b=afH42+EKsc6MgVnTWizEQmFxfEWldyzf0MvDUrpWHdzeA20J/Z8prnGj+kpvbydlY2\r
+ ktOfwWasatScGSIk4ZCxsPMqePiDMEqkIiIXiZzgZx3UO7YrTFjk3mdfz6AgXavNhSIx\r
+ mo2nvMOxLa7jV+dR7MRqbGgYkHb63rKmklLbQXKXlcP599q3IRJBCeuF4WKED20opUsT\r
+ TOrP6amEp5sexWx1j/W8yVfI52RfJ4FFcDDQNfgLTEp9mhkSFsA59jorUO1f3BC3rn/o\r
+ FXG/dVxocsMAwd4UiVg31kOc8AjnFnrwwlxF1GCThX5UbnEMgc7JDdV2YlGG/RtlBEqi\r
+ cWYg==\r
+X-Received: by 10.195.13.164 with SMTP id ez4mr30264682wjd.11.1392841236602;\r
+ Wed, 19 Feb 2014 12:20:36 -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 fo6sm4678534wib.7.2014.02.19.12.20.35\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Wed, 19 Feb 2014 12:20:36 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 3/7] emacs: tag: add customize for deleted/added tag\r
+ formats\r
+Date: Wed, 19 Feb 2014 20:20:08 +0000\r
+Message-Id: <1392841212-8494-4-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1392841212-8494-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1392841212-8494-1-git-send-email-markwalters1009@gmail.com>\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: Wed, 19 Feb 2014 20:20:50 -0000\r
+\r
+Add customize options for deleted/added tag formats. These are not\r
+used yet but will be later in the series.\r
+---\r
+ emacs/notmuch-tag.el | 31 +++++++++++++++++++++++++++++++\r
+ 1 files changed, 31 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el\r
+index 878aaf7..064fbdb 100644\r
+--- a/emacs/notmuch-tag.el\r
++++ b/emacs/notmuch-tag.el\r
+@@ -101,6 +101,37 @@ with images."\r
+ :group 'notmuch-show\r
+ :type 'notmuch-tag-format-type)\r
+ \r
++(defcustom notmuch-tag-deleted-formats\r
++ '((".*" (propertize tag 'face\r
++ (if (display-supports-face-attributes-p '(:strike-through "red"))\r
++ '(:strike-through "red")\r
++ '(:inverse-video t)))))\r
++ "Custom formats for tags when deleted.\r
++\r
++For deleted tags the formats in `notmuch-tag-formats` are applied\r
++first and then these formats are applied on top.\r
++\r
++By default this shows deleted tags with strike-through in red,\r
++unless strike-through is not available (e.g., emacs is running in\r
++a terminal) in which case it uses inverse video. To hide deleted\r
++tags completely set this to\r
++ '((\"\" nil))\r
++\r
++See `notmuch-tag-formats' for full documentation."\r
++ :group 'notmuch-show\r
++ :type 'notmuch-tag-format-type)\r
++\r
++(defcustom notmuch-tag-added-formats\r
++ '((".*" (propertize tag 'face '(:underline "green"))))\r
++ "Custom formats for tags when added.\r
++\r
++For added tags the formats in `notmuch-tag-formats` are applied\r
++first and then these formats are applied on top.\r
++\r
++See `notmuch-tag-formats' for full documentation."\r
++ :group 'notmuch-show\r
++ :type 'notmuch-tag-format-type)\r
++\r
+ (defun notmuch-tag-format-image-data (tag data)\r
+ "Replace TAG with image DATA, if available.\r
+ \r
+-- \r
+1.7.9.1\r
+\r