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.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12228 invoked from network); 7 Oct 2022 16:37:56 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Oct 2022 16:37:56 -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 1ogqME-00FY7q-FN for ml@inbox.vuxu.org; Fri, 07 Oct 2022 11:37:54 -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 1ogqME-001sFB-0X for ml@inbox.vuxu.org; Fri, 07 Oct 2022 11:37:54 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1ogqM5-001sF2-1C for ding@lists.math.uh.edu; Fri, 07 Oct 2022 11:37:47 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ogqLy-00EcJN-UK for ding@lists.math.uh.edu; Fri, 07 Oct 2022 11:37:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Upvi21sr+FtpGkt8wsRpse1EYaJH7Sji2XQ8/MGNrzY=; b=G4/lvHRtwN6iWE7sQakPPQ3+m/ 7yUG63qSohWpqX1Ha9wYqmO15v8/z4/1i3qMIhDuIMFuM1PGzxD9cbXdrK8SApDyUcuENexQzQpBg GicQ4s3BjHQ9ZFN0dj4O407VXGzFVrmMtkYaeYSAZi28TR3zcQ8J9zn0zf0PzvW+EQ5Y=; 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 1ogqLp-0007W2-K3 for ding@gnus.org; Fri, 07 Oct 2022 18:37:33 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ogqLl-0002z0-3B for ding@gnus.org; Fri, 07 Oct 2022 18:37:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: Add to gnus-visible-headers Date: Fri, 07 Oct 2022 18:37:20 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <871qrjoain.fsf@tullinup.koldfront.dk> References: <875ygyeiof.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:eOkpLmLRU/lXYd2ozEf8jmJEsJA= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Now-Playing: Evelyn, Yaguar (Julie Maria) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Colin writes: > (setq gnus-visible-headers "existing\\|new"). > > That works, but is there a simpler way (and shorter) of just appending > the new headers? You could do: (setq gnus-visible-headers (concat gnus-visible-headers "\\|new")) but if it's simpler and shorter, I'm not sure. At least you aren't hardcoding the existing value :-) Best regards, Adam -- "You shouldn't let poets lie to you." Adam Sjøgren asjo@koldfront.dk