From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 045436DE0F40 for ; Mon, 15 Apr 2019 06:35:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.698 X-Spam-Level: X-Spam-Status: No, score=-2.698 tagged_above=-999 required=5 tests=[AWL=-0.196, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OGDSwtG2TY3p for ; Mon, 15 Apr 2019 06:35:30 -0700 (PDT) Received: from smtp-4.sys.kth.se (smtp-4.sys.kth.se [130.237.48.193]) by arlo.cworth.org (Postfix) with ESMTPS id 849CC6DE0F35 for ; Mon, 15 Apr 2019 06:35:30 -0700 (PDT) Received: from smtp-4.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-4.sys.kth.se (Postfix) with ESMTP id 7212A2E94 for ; Mon, 15 Apr 2019 15:35:27 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-4.sys.kth.se ([127.0.0.1]) by smtp-4.sys.kth.se (smtp-4.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WT-hun87FQba; Mon, 15 Apr 2019 15:35:26 +0200 (CEST) X-KTH-Auth: ekeberg [2001:6b0:1:1de0:d8e3:2099:7f11:f608] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1555335326; bh=lK/huLOkppV2SelE5S/W9zMh+dqqFiXRHI5PZK5faeI=; h=From:To:Cc:Subject:Date; b=Ak5TD2xQcgkACIIyH/a5BQT0YGH0Sp9qHplQ7sklZXG4aAycjh7iOy1Pki3wWdFDm Hy9ymR9W/b36Y2pPQ5CM+mg6OLEeyUKKMzkZK5/YT+Zwqg2J97SzP3cFh6Rr7SeOxd PHp9013X8kGO0naNmPMoFl5c98BPKQ9uiy2leO3o= X-KTH-mail-from: ekeberg@kth.se Received: from swing.nada.kth.se (unknown [IPv6:2001:6b0:1:1de0:d8e3:2099:7f11:f608]) by smtp-4.sys.kth.se (Postfix) with ESMTPSA id BE1D5CB; Mon, 15 Apr 2019 15:35:25 +0200 (CEST) From: =?UTF-8?q?=C3=96rjan=20Ekeberg?= To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Add missing type and group to defcustom variable Date: Mon, 15 Apr 2019 15:35:19 +0200 Message-Id: <20190415133519.4532-1-ekeberg@kth.se> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 15 Apr 2019 13:35:32 -0000 Added the type 'regexp and group 'notmuch-send as properties to the customizable variable notmuch-mua-attachment-regexp. --- emacs/notmuch-mua.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 94fa19d7..7fdd76bc 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -121,7 +121,9 @@ multiple parts get a header." "Message body text indicating that an attachment is expected. This is not used unless `notmuch-mua-attachment-check' is added -to `notmuch-mua-send-hook'.") +to `notmuch-mua-send-hook'." + :type 'regexp + :group 'notmuch-send) ;; -- 2.20.1