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 7C283431FB6 for ; Tue, 20 Dec 2011 11:53:22 -0800 (PST) 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 pbxAwbR3K1+U for ; Tue, 20 Dec 2011 11:53:22 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C0C00429E25 for ; Tue, 20 Dec 2011 11:53:21 -0800 (PST) Received: by eekd41 with SMTP id d41so8138952eek.26 for ; Tue, 20 Dec 2011 11:53:19 -0800 (PST) Received: by 10.213.28.7 with SMTP id k7mr3983672ebc.11.1324410798842; Tue, 20 Dec 2011 11:53:18 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id x12sm10797093eef.9.2011.12.20.11.53.16 (version=SSLv3 cipher=OTHER); Tue, 20 Dec 2011 11:53:17 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 0/2] emacs: trivial defcustom fixes Date: Tue, 20 Dec 2011 21:53:12 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <864e58d004c991bcb823e0f61f33eb8cbbbb5b76.1316804530.git.jani@nikula.org> References: <864e58d004c991bcb823e0f61f33eb8cbbbb5b76.1316804530.git.jani@nikula.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: Tue, 20 Dec 2011 19:53:22 -0000 Hi all, v2 of a couple of defcustom fixes. Now with a default value for "Custom filter" in patch 1/2 as suggested by Dmitry. No other changes. BR, Jani. Jani Nikula (2): emacs: Fix notmuch-hello-tag-list-make-query defcustom emacs: Fix notmuch-mua-user-agent defcustom emacs/notmuch-hello.el | 5 +++-- emacs/notmuch-mua.el | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) -- 1.7.5.4