From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23789 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: `From: ' header oddities Date: 04 Jul 1999 19:50:58 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <87aetcnqhp.fsf@pc-hrvoje.srce.hr> References: <7t1so741osp.fsf@fly.srk.fer.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161459 3911 80.91.224.250 (21 Oct 2002 00:50:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:50:59 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA27260 for ; Sun, 4 Jul 1999 17:01:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB27598; Sun, 4 Jul 1999 14:52:54 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 04 Jul 1999 14:52:23 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA25730 for ; Sun, 4 Jul 1999 14:52:07 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA26664 for ; Sun, 4 Jul 1999 15:51:04 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 3.02 #1 (Debian)) id 110sHy-0004bH-00 for ; Sun, 04 Jul 1999 19:50:58 +0000 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > I noticed that `From: ' header in some cases gets displayed > incorrectly. To be specific, when it contains escaped double quotes, > Gnus ignores everything after first double quote. For example, the > following header: > > From: "Igor \"Doc\" Berecki" > > "expands" in *Summary* buffer to: > > [ 14: Igor \ ] > > Is there a way to correct this? I've always thought that setting the `gnus-extract-address-components' variable to `mail-extract-address-components' should do the job, at the cost of making Summary generation much slower. But I've now tried it, and I don't get any improvement.