--- /dev/null
+Return-Path: <jani@nikula.org>\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 4DF29431FBD\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:19 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[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 QBam53C4BKTu for <notmuch@notmuchmail.org>;\r
+ Fri, 21 Dec 2012 15:18:18 -0800 (PST)\r
+Received: from mail-la0-f53.google.com (mail-la0-f53.google.com\r
+ [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 6568D431FC2\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:13 -0800 (PST)\r
+Received: by mail-la0-f53.google.com with SMTP id w12so6034618lag.12\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:11 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=google.com; s=20120113;\r
+ h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
+ :references:x-gm-message-state;\r
+ bh=zqvt34MTb4E6QBAT+CEo5K9YuKSfmO7//BysVNq6bg4=;\r
+ b=WIyYJnJW00P04YYjbGRo6C9nxaNLNdqxuAo95+O/UkChqSrPwpbflKX94pcQdQZdzc\r
+ zkQ9xQXFezVij6+EGmrNhgqHYBPEp5jMsIby6YAjeoYDwVn2KWAaZCrEFUM+x7dcTAEw\r
+ E4m2655f2H18qh7wivr+twJ70BwvneqOHZLfzkyUpYLDnzuOtITnAoXj3Hf2eh4W3oBm\r
+ 3ckid5TZR/nlEowPBFJ+mg/w9ELjVteSmHA4wjn+hwPE/WkTdO6IC1gPJGAU1W7uXUNU\r
+ +/jRwoDtFO/s9Y2b7Nme1h1R30aCNeBUVGel5m31WfRCPZRvHXyI104CuQWATAnQHNAT\r
+ tP2w==\r
+X-Received: by 10.152.129.197 with SMTP id ny5mr13839952lab.43.1356131891731; \r
+ Fri, 21 Dec 2012 15:18:11 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
+ [80.223.81.27])\r
+ by mx.google.com with ESMTPS id ew10sm5008711lbb.10.2012.12.21.15.18.09\r
+ (version=SSLv3 cipher=OTHER); Fri, 21 Dec 2012 15:18:10 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/2] NEWS: emacs: hello point placement, tagging\r
+ customization, thread id stashing\r
+Date: Sat, 22 Dec 2012 01:18:02 +0200\r
+Message-Id: <1356131882-14973-2-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.10.4\r
+In-Reply-To: <1356131882-14973-1-git-send-email-jani@nikula.org>\r
+References: <1356131882-14973-1-git-send-email-jani@nikula.org>\r
+X-Gm-Message-State:\r
+ ALoCoQnXmtFppgKS6sZwmENnMtL7m273om1r2n6FT1vuCIWHxF6DSoxF/lwdu7Zg5GqlmjbFoeY/\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: Fri, 21 Dec 2012 23:18:19 -0000\r
+\r
+---\r
+ NEWS | 19 +++++++++++++++++++\r
+ 1 file changed, 19 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index e3a4ac3..0de685a 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -117,6 +117,25 @@ Fixed buttonization of id: links without quote characters\r
+ Emacs now correctly buttonizes id: links where the message ID is not\r
+ quoted.\r
+ \r
++`notmuch-hello` refresh point placement improvements\r
++\r
++ Refreshing the `notmuch-hello` buffer does a better job of keeping\r
++ the point where it was.\r
++\r
++Automatic tag changes are now unified and customizable\r
++\r
++ All the automatic tag changes that the Emacs interface makes when\r
++ reading, archiving, or replying to messages, can now be\r
++ customized. Any number of tag additions and removals is supported\r
++ through the `notmuch-show-mark-read`, `notmuch-archive-tags`, and\r
++ `notmuch-message-replied-tags` customization variables.\r
++\r
++Support for stashing the thread id in show view\r
++\r
++ Invoking `notmuch-show-stash-message-id` with a prefix argument\r
++ stashes the (local and database specific) thread id of the current\r
++ thread instead of the message id.\r
++\r
+ New add-on tool: notmuch-pick\r
+ -----------------------------\r
+ \r
+-- \r
+1.7.10.4\r
+\r