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 00819431FD0 for ; Sat, 17 Dec 2011 12:17:53 -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 qIJogpQBcv29 for ; Sat, 17 Dec 2011 12:17:53 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6E469431FB6 for ; Sat, 17 Dec 2011 12:17:53 -0800 (PST) Received: by wgbds13 with SMTP id ds13so6782244wgb.2 for ; Sat, 17 Dec 2011 12:17:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=r8y1+ZmUqR1qs5KSHvtXj2ZMeQBod+YxNsdG/6n8UmU=; b=c/hLQgRiXqFkMz476trfNe+62MZR11XH/vz7/xq9DGleLGimqS5tdRO+G5sywFvBc4 2OnF+qAnqWgauggJOZUSG507o4JafcKCi3U2uw7RkBn30UD+RisxON1V+oXV8Jy6SN5R NIzKax678khQJS1PJMimxFsxCi8Mz/Oi99UT0= Received: by 10.180.84.71 with SMTP id w7mr19350794wiy.37.1324153072098; Sat, 17 Dec 2011 12:17:52 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id en20sm18640367wid.10.2011.12.17.12.17.49 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Dec 2011 12:17:50 -0800 (PST) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH v2 0/4] emacs: do not call `notmuch-hello-mode' on update Date: Sun, 18 Dec 2011 00:16:56 +0400 Message-Id: <1324153020-24500-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1324095619-10870-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1324095619-10870-1-git-send-email-dmitry.kurochkin@gmail.com> 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: Sat, 17 Dec 2011 20:17:54 -0000 Changes in v2 since v1: * actually use `all' variable in `mapc' call, thanks Tomi Regards, Dmitry