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