Hi, Emanuel Berg <[email protected]> writes:
> Rasmus <[email protected]> writes: > >> In my Gnus it shows the message id as >> [email protected]. And indeed >> >> http://mid.gmane.org/[email protected] >> >> Works. I see similar links to the one you see in the >> References-header. > > I see the References-header containing first the same > data as the Message-ID-header, then a list of mixed > newsgroup/mailing list (?) IDs, e.g., > <[email protected]> and > <[email protected]>. > > The @gmx.us stuff is obviously you. But then comes the > mailing list reference as well, also from you. Only you > have that as @gmx.us, but not I! Heck, this is > confusing... But is the newest Message-ID at a predicable place? If so you could split the string by newline (or C-q C-j). My References contain no trace of your last message, but it sounds the server you're using is working differently. Message-ID: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> A quick way to get this into a nice list is (after loading org): (mapcar (lambda (x) (replace-regexp-in-string "<?>?" "" x)) (org-split-string "<[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]>" " ?[[:space:]]+")) > In other headers, "info-gnus-english" is all over the > place. 2014 is in the Date-header. 09 isn't anywhere, > but "Sep" is in the Date-header, again. But where is > 00059 (or even 59)? Nowhere in plain text, at least. Maybe it has to do with `gnus-article-date-headers'? —Rasmus -- May contains speling mistake _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
