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 27F30429E25 for ; Tue, 20 Dec 2011 17:34:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 YPHgsORxEjMr for ; Tue, 20 Dec 2011 17:34:11 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 98C4B431FB6 for ; Tue, 20 Dec 2011 17:34:11 -0800 (PST) Received: by wibhq2 with SMTP id hq2so2252476wib.26 for ; Tue, 20 Dec 2011 17:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=O3FPzczrKUlIgo1+dPGuI79I6OAH79IF3+KCTYOkONk=; b=SGWdxL6HrXy3KF0I0NX85CHo1bOXZt40CrJVE0IjCF//QSs21HAUTtplibH0ll7915 cPIfjrOTLOf4NmLNmm4V9STAX2KbxTd1HYhEQoQVYauyWsmKbxWH4nZMHmrLTMJKgrqU ReWlwX62AIS9v8yscIiGjcsYZ70NfGzJa+vKQ= Received: by 10.180.79.35 with SMTP id g3mr9521322wix.19.1324431250270; Tue, 20 Dec 2011 17:34:10 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id b5sm4092716wbh.4.2011.12.20.17.34.09 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 17:34:09 -0800 (PST) From: Dmitry Kurochkin To: Thomas Jost Subject: Re: [PATCH] emacs: add notmuch-hello-refresh-hook In-Reply-To: <1324426878-14148-1-git-send-email-schnouki@schnouki.net> References: <877h1ws6r7.fsf@gmail.com> <1324426878-14148-1-git-send-email-schnouki@schnouki.net> User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 21 Dec 2011 05:33:26 +0400 Message-ID: <87iplawvx5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org 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: Wed, 21 Dec 2011 01:34:14 -0000 Hi Thomas. Looks good to me. We should also add tests for this, similar to those for `notmuch-hello-mode-hook'. Thomas, do you think you can work on it? Regards, Dmitry