Gnus development mailing list
 help / color / mirror / Atom feed
* [Patch] mbox From_ Format Generalization (Tiny Change)
@ 2003-02-12 21:12 Kurt B. Kaiser
  2003-02-13 11:38 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt B. Kaiser @ 2003-02-12 21:12 UTC (permalink / raw)


I downloaded a list archive for use with nndoc and was missing 5% of
the articles.  Turns out that an early version of the mailer was
using a tab between the sender and the timestamp.  This was later
changed to two spaces, then one space.  However, the mbox format
apparently doesn't care, it just wants whitespace:
 
 http://www.umanitoba.ca/cgi-bin/man.cgi?section=5&topic=mbox

Once changed, gnus found all the articles.

Maybe this should be addressed in rmail.el, also? (no pun intended)

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.298
diff -c -u -p -r6.298 message.el
--- message.el	3 Feb 2003 19:37:57 -0000	6.298
+++ message.el	12 Feb 2003 20:40:15 -0000
@@ -1319,7 +1319,7 @@ no, only reply back to the author."
      ;; We want to match the results of any of these manglings.
      ;; The following regexp rejects names whose first characters are
      ;; obviously bogus, but after that anything goes.
-     "\\([^\0-\b\n-\r\^?].*\\)? "
+     "\\([^\0-\b\n-\r\^?].*\\)?"
 
      ;; The time the message was sent.
      "\\([^\0-\r \^?]+\\) +"		; day of the week


--
KBK



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

* Re: [Patch] mbox From_ Format Generalization (Tiny Change)
  2003-02-12 21:12 [Patch] mbox From_ Format Generalization (Tiny Change) Kurt B. Kaiser
@ 2003-02-13 11:38 ` Kai Großjohann
  2003-02-13 18:54   ` Kurt B. Kaiser
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-02-13 11:38 UTC (permalink / raw)


Committed.

Who's doing rmail.el?
-- 
A turnip curses Elvis



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

* Re: [Patch] mbox From_ Format Generalization (Tiny Change)
  2003-02-13 11:38 ` Kai Großjohann
@ 2003-02-13 18:54   ` Kurt B. Kaiser
  0 siblings, 0 replies; 3+ messages in thread
From: Kurt B. Kaiser @ 2003-02-13 18:54 UTC (permalink / raw)


kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> Who's doing rmail.el?

I don't have a checkout of emacs, but I suppose I could work up a 
patch, if that's what you're looking for.  However, the rmail.el
code is exactly the same, search on 'bogus' :)

Seems to me that the xxx-unix-mail-delimiter should simply ignore
everything between the timestamp and the end of line, and also it
doesn't seem to be able to recognize RFC822 military time zones
like 23:59:59 Z, but OTOH it's been in place all these years.... 

--
KBK



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

end of thread, other threads:[~2003-02-13 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-12 21:12 [Patch] mbox From_ Format Generalization (Tiny Change) Kurt B. Kaiser
2003-02-13 11:38 ` Kai Großjohann
2003-02-13 18:54   ` Kurt B. Kaiser

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 NNTP newsgroup(s).