From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6457 invoked from network); 7 Oct 2022 15:52:40 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Oct 2022 15:52:40 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ogpeP-00FXqz-Aw for ml@inbox.vuxu.org; Fri, 07 Oct 2022 10:52:37 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1ogpeO-001s8J-2t for ml@inbox.vuxu.org; Fri, 07 Oct 2022 10:52:36 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1og0UK-001o5t-2b for ding@lists.math.uh.edu; Wed, 05 Oct 2022 04:14:49 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1og0UH-00E7XT-RB for ding@lists.math.uh.edu; Wed, 05 Oct 2022 04:14:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Reply-To:Message-ID:Date:Subject: From:To:Sender:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=XjZrjurx8DQlj7gYGvOBhvAhtKOjKJNxNi8QHv0o9Ro=; b=OEjd4WxghVKliHbbNL0+hfU1sr yA4VzB5hZesuG9EaT/4aIbHfTFMFjut/c1DaBULQRLh1YygnxEvcZEjYnJq+0Npp6duQohbspde2x 0/0lDL5QyUCkTsVU63IFv3rpVniCJlc9jB4EOY78JAxn8evnXdddO7dsjc5XLz1a/FZs=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1og0U7-0006cx-6S for ding@gnus.org; Wed, 05 Oct 2022 11:14:38 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1og0U4-0001Oe-Ix for ding@gnus.org; Wed, 05 Oct 2022 11:14:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Colin Baxter Subject: Add to gnus-visible-headers Date: Wed, 05 Oct 2022 10:14:24 +0100 Message-ID: <875ygyeiof.fsf@yandex.com> Reply-To: m43cap@yandex.com Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:cBNB0inI+A6hjUj02WIjOU8nIp8= X-Face: BHjiJOg/Qmj'BQgsAKL@])L)e62P)C"Y=6T Face: iVBORw0KGgoAAAANSUhEUgAAAEkAAAATAgMAAAChCMjeAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEX/zAABCWP///8I RHjYAAAAAWJLR0QCZgt8ZAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+UFEAk5BvqS634A AAAbSURBVBjTY2BgCA1hYA0FAxDDgQEERsXoIAYA2F9Eb3cpB+AAAAAldEVYdGRhdGU6Y3JlYXRl ADIwMjEtMDUtMTZUMTA6NTY6MTcrMDE6MDCh/kkpAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA1 LTE2VDA5OjU3OjA2KzAxOjAwTyZ6HwAAAABJRU5ErkJggg== List-ID: Precedence: bulk I want to add a couple of new headers to the "gnus-visible-headers" variable. I could write out all existing headers and then add the new headers, as in (setq gnus-visible-headers "existing\\|new"). That works, but is there a simpler way (and shorter) of just appending the new headers? Thank you. Best wishes, Colin Baxter.