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 4E46B431FD6 for ; Sun, 2 Sep 2012 07:49:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 OQQWoLS4wrzo for ; Sun, 2 Sep 2012 07:49:01 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-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 328A0431FC0 for ; Sun, 2 Sep 2012 07:48:57 -0700 (PDT) Received: by mail-lpp01m010-f53.google.com with SMTP id c1so3338105lah.26 for ; Sun, 02 Sep 2012 07:48:56 -0700 (PDT) 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 :in-reply-to:references:x-gm-message-state; bh=BHoW818xx93dQ9VAxu/iCIjdjiDVPmcDSJj5jPu6CfE=; b=mjAQisElR1M2KSJ5CCHpIsVMPb+1Ql4sXFskDDV1JT1JAMQtBhKuOPFebrQvGbxDB3 PiXHD/MHGRNr3hHiCPMgxtyVVfTEqembSy2NbJzQasnW4Clsq1htajj4w5Kx8CdzWIub GSCz/hgpTjIAY0FUIYQcUG7Ff0FGgGaWQXX87omHHvpM4joUUpKEnTFtyED/3N6GU6yh g6HhwxMO+HQLBMDAs7t3yee52TzbolBA+mxUJhr8qe6ZjT4zKyXzFGLYFb74MUVU/ICo t5kUiJPtLE4gs5eBqJpSa/s75dfR7outfa0Uj6gpbDY2jZYr++U22Rk0Pb4qiGX2X7Rf 2kTg== Received: by 10.112.51.228 with SMTP id n4mr777712lbo.55.1346597336816; Sun, 02 Sep 2012 07:48:56 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id s8sm2590135lba.7.2012.09.02.07.48.55 (version=SSLv3 cipher=OTHER); Sun, 02 Sep 2012 07:48:56 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 5/5] NEWS: notmuch-hello refresh hook changes Date: Sun, 2 Sep 2012 17:48:37 +0300 Message-Id: <1aac9251f6b47dae3a2fc21f69546cdc4fa95634.1346596156.git.jani@nikula.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlLZ/8K30QKqhLmbyGGYQZ0y0JBAruIDoOIsMbh1eir3anxQaT1npg5V94n/IbmItGx5gF4 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: Sun, 02 Sep 2012 14:49:03 -0000 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 2b50ba3..435a1ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Notmuch 0.15 (YYYY-MM-DD) +========================= + +Emacs Interface +--------------- + +`notmuch-hello-refresh-hook` argument change + + The `no-display` argument of `notmuch-hello` is now passed on to the + `notmuch-hello-refresh-hook`. Custom hooks need to be changed to accept the + argument. + +Status message on `notmuch-hello` refresh + + A hook to display a status message about the change in the message count in + the database on `notmuch-hello` refresh is provided. The hook can be enabled + by customizing `notmuch-hello-refresh-hook`. + Notmuch 0.14 (2012-08-20) ========================= -- 1.7.9.5