GNU bug report logs - #2196
movemail.c, pop, and mbox

Previous Next

Package: emacs;

Reported by: jpff <jpff <at> cs.bath.ac.uk>

Date: Wed, 4 Feb 2009 14:30:02 UTC

Severity: minor

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jpff <jpff <at> codemist.co.uk>
To: rms <at> gnu.org
Cc: 2196 <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org
Subject: bug#2196: 23.0.90; rmail not reading email
Date: Thu,  5 Feb 2009 08:30:17 +0000
I think the culprit is movemail in lib-src

the mail I collected is in a central server, and I have always
collected mail using po:jpff which calls movemail

Looking at the course of movemail.c after I sent the report i see
references to ^_ and similar that suggests to me that it is not
working in mbox format.

line 908-914 lib-src/movemail.c
  if (line[0] == '\037')
    {
      if (fputs ("^_", mbf) == EOF)
	return (NOTOK);
      line++;
      len--;
    }
 

==John ffitch




This bug report was last modified 16 years and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.