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 A1009431FDC for ; Thu, 6 Sep 2012 08:32:56 -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 gFfbQ39oVofD for ; Thu, 6 Sep 2012 08:32:55 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1DEFC429E28 for ; Thu, 6 Sep 2012 08:32:53 -0700 (PDT) Received: by lbbgk1 with SMTP id gk1so1344042lbb.26 for ; Thu, 06 Sep 2012 08:32:52 -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=n+KBdP9mvU2gwo7/YxYFsLqTkucJTbQYUxxtAWnmjoE=; b=nd3qm2tKNC5LcmVX/t1eQooblD4nKMbTZipUYd1s2BKdfiJYOsu+jc91iHsSwMlO2x 1JgIrWeDNLx4aT56aVvrFxqlLIoI2B1v0y8ifrrD1/MIhrideBQdGt4Ty6Jev7kExctK c553u7c6upK5FcNIbRY1O5l/iCRjVK1PFm4ZtP+le6F78IHrgOJrgHM44Cjq9TuIHE5/ ZRQ2koBXEqxBxUR1hHtHAKOUQfh11pDBLN58rLwd2utDMXzg38C+aJZziUSlLugKM1sf JaSJBfMQZ53k3yea6WMQI/wvV+ixjEoyb/2qMajxNFEaF3Dm2l7J/xP3vkgzZoOMgnm0 GxSQ== Received: by 10.112.26.106 with SMTP id k10mr1022727lbg.100.1346945572360; Thu, 06 Sep 2012 08:32:52 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id r1sm673967lbk.12.2012.09.06.08.32.50 (version=SSLv3 cipher=OTHER); Thu, 06 Sep 2012 08:32:51 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 2/6] emacs: fix notmuch-message-replied-tags defcustom type Date: Thu, 6 Sep 2012 18:32:38 +0300 Message-Id: <0bafbd298c0b9dc648bcaeecab52b1ceb4dcdabc.1346945257.git.jani@nikula.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlgnPcTc/VjWXHhrYtz6gqdXf1XsLgwFWLrGZoeg84LH1JzM0VX9FzFw8Q2fwqUruHJhiOu Cc: Tomi Ollila 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: Thu, 06 Sep 2012 15:32:57 -0000 --- emacs/notmuch-message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index d3738bf..3798046 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -31,7 +31,7 @@ if it is prefaced with a \"-\", removed. For example, if you wanted to add a \"replied\" tag and remove the \"inbox\" and \"todo\", you would set (\"replied\" \"-inbox\" \"-todo\"\)" - :type 'list + :type '(repeat string) :group 'notmuch-send) (defun notmuch-message-mark-replied () -- 1.7.9.5