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 A2830431FBF for ; Tue, 17 Apr 2012 01:35:34 -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 mighx6Iku8N8 for ; Tue, 17 Apr 2012 01:35:34 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1FF40431FB6 for ; Tue, 17 Apr 2012 01:35:34 -0700 (PDT) Received: by qcsk26 with SMTP id k26so4608191qcs.26 for ; Tue, 17 Apr 2012 01:35:33 -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=GnBcDdG/igxSBg4PXHbEWfwts5H6LXKaXDzOesG/GRs=; b=o1UuReGxFDzP+U9SD7OOxEQhgxz6/dbXSe72ZUdwaGDfers1XSgB9FGLUElMHItkpo Lqs7ceYR/8jhLrRbQ1v108c99wM/Bm4ubZdnnnuT2dbEA2olI/pf9sFPPevjtilqeg0I 110oYmU/wotokfQ/qwFliIKxj5IQ3RBXVAdMNPxT9BX3i2UdLrnlOQ75VGwXx+zUqNBo pWrZ6S+0DFfmuXi5XBbRmx5cBNd5zLmKRWcJb/EUoEv1jPBYjsV9zXGoVyLtY8KHCYsS ng1RJx3UQlUwG93pjbfbzovwKSolJJE1jFJYSQR8wPL4Gv+u9sDHwatSwyAU9gTcqIWC 6iZQ== Received: by 10.229.137.7 with SMTP id u7mr1664562qct.10.1334651733250; Tue, 17 Apr 2012 01:35:33 -0700 (PDT) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id o7sm6609672qan.15.2012.04.17.01.35.31 (version=SSLv3 cipher=OTHER); Tue, 17 Apr 2012 01:35:32 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [RFC PATCH 2/4] emacs: add no-display arg to notmuch-hello-refresh-hook Date: Tue, 17 Apr 2012 08:35:23 +0000 Message-Id: <21f129a3426c58d44fed7150b32c4fec7021bda0.1334651669.git.jani@nikula.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQkSuddhtkohNy1n5Lbdj2aOgqeytn71icE8Q76wAjqPvd8Se5du+M6WZEUjjm9UcuPsl8wm 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, 17 Apr 2012 08:35:34 -0000 --- emacs/notmuch-hello.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 9cd907a..0596bbe 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -776,7 +776,7 @@ following: (widget-setup) (goto-char final-target-pos)) - (run-hooks 'notmuch-hello-refresh-hook) + (run-hook-with-args 'notmuch-hello-refresh-hook no-display) (setq notmuch-hello-first-run nil)) (defun notmuch-folder () -- 1.7.1