Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2187B431FB6 for ; Tue, 4 Dec 2012 08:20:46 -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 mi4J267NFkAn for ; Tue, 4 Dec 2012 08:20:45 -0800 (PST) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 54A5C431FAE for ; Tue, 4 Dec 2012 08:20:45 -0800 (PST) Received: by mail-lb0-f181.google.com with SMTP id ge1so3657384lbb.26 for ; Tue, 04 Dec 2012 08:20:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=oc7nM8B1UbgeKq+D7RnKpp0r6T4Xc04tC8CRFTRtyhQ=; b=ZUcZazSAFw0SBcZKnRloAKNRaQfATwuTbEpii30wi2YtDp85JFvgb7A9ullTsV8JJi JbaTRBQW3gyZNyEo6a6kwlngxgofAK9l+6e+woyzySNR/F+06JV8wSOveywSqpdZrsLi pdjpkqecJnuhZa+2jUR1dsPt0D5YXvOLzUtfhx2IqHTmDKDcmfIksqZLGjg7mXKbb1mT PkhmzS8N0OUAlPsv2fpzq3Roh4KAsE89KLMcpB5hq7AUNmCkNLnddz4jS5LENVu5OqPK TmxXFWQ6x435Ut/i8J9ATu1owgevRUPJXn5RXY07N+frgy8++Lg/uOulm0TM0k0oe3q/ TXjg== Received: by 10.152.110.42 with SMTP id hx10mr13667914lab.0.1354638042267; Tue, 04 Dec 2012 08:20:42 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id ma15sm917004lab.4.2012.12.04.08.20.31 (version=SSLv3 cipher=OTHER); Tue, 04 Dec 2012 08:20:41 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH] NEWS: removal of notmuch-folders Date: Tue, 4 Dec 2012 18:20:29 +0200 Message-Id: <1354638029-12779-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <87ehj6x8ky.fsf@zancas.localnet> References: <87ehj6x8ky.fsf@zancas.localnet> X-Gm-Message-State: ALoCoQmQTo577xmgGIyjs8PZbejdrb8YE/XFcokt5QyK7zQ6+NcIUegx9GkycutMhGS0lt/GGyCh 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: Tue, 04 Dec 2012 16:20:46 -0000 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index dadf92a..34e7a28 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,16 @@ Bcc and Reply-To headers are now available in notmuch show json output For example notmuch Emacs client can now have these headers visible when the headers are added to the `notmuch-message-headers` variable. +Emacs Interface +--------------- + +Removal of the deprecated `notmuch-folders` variable + + `notmuch-folders` has been deprecated since the introduction of saved + searches and the notmuch hello view in notmuch 0.3. `notmuch-folders` + has now been removed. Any remaining users should migrate to + `notmuch-saved-searches`. + Library changes --------------- -- 1.7.10.4