unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2196: 23.0.90; rmail not reading email
@ 2009-02-05  8:30 jpff
  2009-02-10  3:35 ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: jpff @ 2009-02-05  8:30 UTC (permalink / raw)
  To: rms; +Cc: emacs-pretest-bug, 2196

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






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-11  7:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05  8:30 bug#2196: 23.0.90; rmail not reading email jpff
2009-02-10  3:35 ` Glenn Morris
2009-02-10  3:45   ` Processed: " Emacs bug Tracking System
2009-02-10  9:32   ` Eli Zaretskii
     [not found]     ` <bmyctzkst.fsf@fencepost.gnu.org>
2009-02-04 14:24       ` jpff
2009-02-05  5:40         ` Richard M Stallman
2009-02-11  4:10         ` bug#2196: marked as done (movemail.c, pop, and mbox) Emacs bug Tracking System
2009-02-11  7:57       ` bug#2196: 23.0.90; rmail not reading email Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).