From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22870 Path: main.gmane.org!not-for-mail From: Jochen_Hayek@ACM.org Newsgroups: gmane.emacs.gnus.general Subject: pgnus-0.84 / gnus-parse-netrc / spaces in values Date: Tue, 04 May 1999 00:37:47 GMT Organization: Hayek@Frankfurt+Berlin Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: Jochen_Hayek@ACM.org NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160711 31582 80.91.224.250 (21 Oct 2002 00:38:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:38:31 +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 UAA29513 for ; Mon, 3 May 1999 20:42:42 -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 TAB09739; Mon, 3 May 1999 19:38:36 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 May 1999 19:38:53 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA21962 for ; Mon, 3 May 1999 19:38:43 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id UAA29390 for ; Mon, 3 May 1999 20:38:34 -0400 (EDT) Original-Received: (qmail 2661 invoked by uid 509); 4 May 1999 00:37:48 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail X-Attribution: JH Original-Newsgroups: emacs.ding User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3 Original-Lines: 14 Original-NNTP-Posting-Host: 193.159.117.198 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 925778267 193.159.117.198 (Tue, 04 May 1999 02:37:47 MET DST) Original-NNTP-Posting-Date: Tue, 04 May 1999 02:37:47 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22870 I'm using nnimap-0.98 wit pgnus-0.48. One can keep the IMAP server authentication details in a file formatted like .netrc, and nnimap gets that file parsed by gnus-parse-netrc. The administrator of our mail server found it necessary (against all better IT experience ...) to use our real life names (first name and surname) separated by exactly a space character (0x20). But a two parted `login name' is something I don't know how to get correctly parsed there. Maybe somebody can shed some light on this issue. Jochen