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 670CD429E26 for ; Sun, 2 Sep 2012 12:58:22 -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 jxduPo15ckvY for ; Sun, 2 Sep 2012 12:58:21 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 84AA7431FD2 for ; Sun, 2 Sep 2012 12:58:16 -0700 (PDT) Received: by mail-lpp01m010-f53.google.com with SMTP id c1so3430631lah.26 for ; Sun, 02 Sep 2012 12:58:16 -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=KiGfnP9Lktveex7rmrCG6cH9zAOLzs+ji+tgwPkfhcic4c3upxdPR8oG1H1MDmIRky mBkUWJ2cvSp8+N12AnwlEkBEkZWbpUOjbdREvRL6LppEqO30M015jpAk1UkKvxOOh0OV 0mllrKIwbxtZnlVeXB2fiG0sQTq5ws11E+X0M4EBcWGqfOEcg2Zo217uAGvtct2tJOYY uqK/VFdWoLWmf1m+rrdfnCn4q2P1rSxBu5HNUplmhCqFrRqbO1DnaeHmaNNbU8spjzF6 mdEYAKzmo32VICJXA9xGp15XXbweyPOjlJY4c5geyGEB95BRxGmI7i3TiCRkzN7il+KN n5Lw== Received: by 10.112.39.41 with SMTP id m9mr4659358lbk.80.1346615896177; Sun, 02 Sep 2012 12:58:16 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id c6sm2751772lbn.1.2012.09.02.12.58.14 (version=SSLv3 cipher=OTHER); Sun, 02 Sep 2012 12:58:15 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 2/6] emacs: fix notmuch-message-replied-tags defcustom type Date: Sun, 2 Sep 2012 22:58:01 +0300 Message-Id: <82f5e30cfd43c51e55758847652fa23a4ccd5a34.1346614915.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: ALoCoQmMLrKA8scDNBGJORNhVkF3vVAy+d9KAJqD7rEqX5tR29BrWS3SnJfHdiv881Xi/OTb5whT 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, 02 Sep 2012 19:58:23 -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