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 5020F431FD0 for ; Sat, 17 Dec 2011 16:22:05 -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 N-+IG0pAp4n6 for ; Sat, 17 Dec 2011 16:22:05 -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 C9BBA431FB6 for ; Sat, 17 Dec 2011 16:22:04 -0800 (PST) Received: by wgbds13 with SMTP id ds13so6968866wgb.2 for ; Sat, 17 Dec 2011 16:22:03 -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=tnxTw5tPCavuyZfId1IUaSE5oz9bC1rTqFlkBCE+QmA=; b=KKyy/ZQVFn1oq6gMqwEsbrLyT++5y5Xifgl8WXxmZ43QHzDFyLzrT31t1n5NPR2tEK q3sGK6X4x7MU0ogxZnu/EE4Tjrb4WYezk0K58gam7hHO4kETMBSgzJAODY+pIcewjQBE Hfr02d1E0dQyxsVV/KmkI33VqrPBRoV1bw+U8= Received: by 10.216.134.162 with SMTP id s34mr5046194wei.59.1324167723518; Sat, 17 Dec 2011 16:22:03 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id v10sm19297345wiy.23.2011.12.17.16.22.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Dec 2011 16:22:02 -0800 (PST) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH v4 0/4] emacs: do not call `notmuch-hello-mode' on update Date: Sun, 18 Dec 2011 04:21:17 +0400 Message-Id: <1324167681-26984-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: Sun, 18 Dec 2011 00:22:05 -0000 Changes: v4: * explain why we need to properly delete editable widget fields v3: * remove useless let with `widget-field-list', thanks Austin v2: * actually use `all' variable in `mapc' call, thanks Tomi