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 3380B431FBF for ; Sun, 2 Sep 2012 07:48:46 -0700 (PDT) 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 i7Z5oDqtTM2X for ; Sun, 2 Sep 2012 07:48:45 -0700 (PDT) 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 44FBB431FAF for ; Sun, 2 Sep 2012 07:48:45 -0700 (PDT) Received: by lbbgk1 with SMTP id gk1so2309426lbb.26 for ; Sun, 02 Sep 2012 07:48:41 -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:x-gm-message-state; bh=+IW0PXhlncNEN1QoAjE/NLCXpTnJPpJk/AHWJ7AbPGM=; b=iZ3Zk+srRrzB2TL0cy/t7qfdqzmVTUKfCuiYUUU2ci5eHPf+j61wMagWOLtZRPJkNh FQhjbOBoV6FAqU6wPXPG4V8waDJNb70fml6xKvf41sEN4GGKTdMNcb1jVkNuW8WnX+Sq ge2LJjECkIWMGfrmT7cCSdSPRWK/sGNSxXt2j+RhPCokVN1RJRuoabm3qgiWdT/xfcAs K0DE/HW0hrTWmZJFI1LVJu/mcI6me8zbr46hL/93KUlrlctE3cDryosn4hwrUPJEtyYG 7GDY+7FWeF2e0x4NU6ekczWLJLqrgG4pU8Flnpeh8ZxYhIVIn4V0z4inL0UazSeY0KU/ ZqrA== Received: by 10.112.41.232 with SMTP id i8mr1228167lbl.48.1346597320953; Sun, 02 Sep 2012 07:48:40 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id gv8sm10702874lab.14.2012.09.02.07.48.38 (version=SSLv3 cipher=OTHER); Sun, 02 Sep 2012 07:48:39 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 0/5] emacs: notmuch-hello status message refresh hook, etc Date: Sun, 2 Sep 2012 17:48:32 +0300 Message-Id: X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQlGOC6XT7YLw40gyD/1rbdBfC2nVG+++/WFafw/Sl10IzgCKb3Uymc3RoCuA8zBL/pziVHG 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:48:46 -0000 Hi all, v2 of [1] addressing review comments: added NEWS, improved documentation, made the query customizable. [1] id:"37899e28dbf67e4620a53279a869be3174c02d6f.1339775602.git.jani@nikula.org" BR, Jani. Jani Nikula (5): emacs: document the notmuch-hello no-display argument emacs: add no-display arg to notmuch-hello-refresh-hook test: fix hook-counter to accept the new no-display param emacs: add notmuch hello refresh hook to display message count change NEWS: notmuch-hello refresh hook changes NEWS | 18 ++++++++++++++++++ emacs/notmuch-hello.el | 46 ++++++++++++++++++++++++++++++++++++++++++++-- test/test-lib.el | 2 +- 3 files changed, 63 insertions(+), 3 deletions(-) -- 1.7.9.5