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=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23284 invoked from network); 12 Mar 2021 19:18:06 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 12 Mar 2021 19:18:06 -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) (envelope-from ) id 1lKnIS-00G2Am-8q for ml@inbox.vuxu.org; Fri, 12 Mar 2021 13:18:04 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lKnIR-000ewZ-LU for ml@inbox.vuxu.org; Fri, 12 Mar 2021 13:18:03 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lKnIR-000ewT-2H for ding@lists.math.uh.edu; Fri, 12 Mar 2021 13:18:03 -0600 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) (envelope-from ) id 1lKnIP-00Fjky-BB for ding@lists.math.uh.edu; Fri, 12 Mar 2021 13:18:02 -0600 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:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wcWaUIgcWuHKhwCopDPjSI513SIM6eiSlz2x1/nAX6o=; b=f/NlYXRcQCmICtyibToicWSTLU yKgGHTHfqU6JvdQPpHClfvIwucDR6IjQ+aP6QFzBU4YCU//ZS7rI/u30FNI+p4PCUxgN4bsv2Q7Ya FW8ymaUVpNF5p/4Clcai77ag31LEVaOVBtPv+9WccVqHQzA01IR/vKKMMckKeJVcE00c=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKnIJ-0000My-61 for ding@gnus.org; Fri, 12 Mar 2021 20:17:57 +0100 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id EE3E8FA160; Fri, 12 Mar 2021 19:17:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1615576673; bh=wcWaUIgcWuHKhwCopDPjSI513SIM6eiSlz2x1/nAX6o=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=C+0zWgjaTR0pbWPYzfa63YSySYbr99WFbjU1haJJCtxPxVzDL0RVsLnZg+w95YJBz sw2Juo91YdGsg6Eb3Hqmb/LPSNqBE4b6vxaVFSDmypKSN83iL8faq99jBm0zzzCg+V MUrPFD1NQBP06rKH9s2Fb/Rn2y2yCvJVlJVX59yg= From: Eric Abrahamsen To: Andreas Schwab Cc: ding@gnus.org Subject: Re: how to extract the content of a cc field References: <87v99wfbmq.fsf@mat.ucm.es> <877dmc427f.fsf@igel.home> Date: Fri, 12 Mar 2021 11:17:51 -0800 In-Reply-To: <877dmc427f.fsf@igel.home> (Andreas Schwab's message of "Fri, 12 Mar 2021 20:11:16 +0100") Message-ID: <87pn04tc4g.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: Precedence: bulk Andreas Schwab writes: > On M=C3=A4r 12 2021, Uwe Brauer wrote: > >> I know that 'mail-header-from extract information from the from field, >> but is there something similar for the CC field. > > Since it is part of the extra headers, you can use mail-header-extra. Right, this is a useful distinction -- if you pull it out of the mail header you can get it from the basic Summary buffer header data, without having to load the article. `gnus-fetch-original-field' can get any header from the article, but will always download it first.