--- /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 0BD67431FDE\r
+ for <notmuch@notmuchmail.org>; Sat, 1 Jun 2013 14:49:33 -0700 (PDT)\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 Z+NqDFQnJzBn for <notmuch@notmuchmail.org>;\r
+ Sat, 1 Jun 2013 14:49:25 -0700 (PDT)\r
+Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com\r
+ [74.125.82.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ D19D9429E5C for <notmuch@notmuchmail.org>; Sat, 1 Jun 2013 14:49:24 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f51.google.com with SMTP id b13so2135672wgh.6\r
+ for <notmuch@notmuchmail.org>; Sat, 01 Jun 2013 14:49:22 -0700 (PDT)\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:x-mailer;\r
+ bh=G+FQA1C6nOmyPryLEWNUsmYqJBBnslzXyBIgQaxMZNo=;\r
+ b=oPNJThTpQCIchzvXE12np/cJJxtfwKqNKmJAQpf5r2MKUj8XG9ZmnaV0DhX3oxToxS\r
+ w66WUyG3jhpY3KCJO+rEijU52KrI8XNad9rJPpiXgEiBCTGSigGnoQInu1c0HaPm4ENC\r
+ EJxGFmXsLP4gi81pvrQUuDnM30SOIg6HticjXxLYaNrNnAKzdhtFe7P3AmmjrD3J+9/G\r
+ JeTN+AMaT6ona3RgEYIMQcyMFvaOI1l23g7s8+2dWdBYy10hfZSR85TgQDD6eBWD++v6\r
+ w+mQ35j0mrQr6eU+WhQdiKWte/1pbGk3w4KEz/Kd2X5MPDkz2+WAnKT+iO+9R8pdhFPi\r
+ pqSA==\r
+X-Received: by 10.194.122.225 with SMTP id lv1mr14156756wjb.21.1370123362273; \r
+ Sat, 01 Jun 2013 14:49:22 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id h8sm12893404wiz.9.2013.06.01.14.49.21\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 01 Jun 2013 14:49:21 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] contrib: pick: bugfix: use notmuch-show-mark-read-tags\r
+ instead of unread\r
+Date: Sat, 1 Jun 2013 22:49:12 +0100\r
+Message-Id: <1370123352-13806-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, 01 Jun 2013 21:49:33 -0000\r
+\r
+Previously pick removed the unread tag from its tag display: since the\r
+tag change is now customisable use the customised variable.\r
+\r
+This only affected the tags displayed, not the tags in the database as\r
+notmuch-show (in the view pane) did the actual tag changes.\r
+---\r
+\r
+Thanks to Tomi for pointing this out in id:m2r4mecofa.fsf@guru.guru-group.fi\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 3 ++-\r
+ 1 files changed, 2 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
+index 128fabf..9079acf 100644\r
+--- a/contrib/notmuch-pick/notmuch-pick.el\r
++++ b/contrib/notmuch-pick/notmuch-pick.el\r
+@@ -384,7 +384,8 @@ Does NOT change the database."\r
+ (with-current-buffer buffer\r
+ (setq notmuch-pick-message-window window)\r
+ (add-hook 'kill-buffer-hook 'notmuch-pick-message-window-kill-hook)))\r
+- (notmuch-pick-tag-update-display (list "-unread"))\r
++ (when notmuch-show-mark-read-tags\r
++ (notmuch-pick-tag-update-display notmuch-show-mark-read-tags))\r
+ (setq notmuch-pick-message-buffer buffer))))\r
+ \r
+ (defun notmuch-pick-show-message-out ()\r
+-- \r
+1.7.9.1\r
+\r