Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: Re: funny problems with nnmail-cache and split-fancy-with-parent
Date: Mon, 20 May 2002 14:34:56 -0400	[thread overview]
Message-ID: <873cwmvfan.fsf@alum.wpi.edu> (raw)
In-Reply-To: <vafsn4manvn.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de>

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> I'm using nnimap (mainly) and nnml (for just a few messages).
> .nnmail-cache looks okay wrt the group names: most messages don't
> mention a group, and some of them mention "inbox" or "spam".  Seems
> fine, since these are the two nnml groups I use at the moment.

Should I assume you're not using splitting in Gnus to split the IMAP
articles?  (is this even possible?)

> But a sizable number of lines have ^M at the end.  Hm.
> Anything special I should look for?

That's pretty odd...are these lines with no group listed?  Is there a
\t after the msgid on those lines?  I'm not really seeing how that
could happen, unless the group name was somehow "^M" by accident...

> Another things that's been on my mind for a while is that it might
> be useful to change the .nnmail-cache format to include the server
> with the group name.  It is in principle easy to do, but I don't
> know how to do it in a backward-compatible manner.  Suggestions?

Doing this in a backward-compatible way is going to be hard, I agree.
Since nnmail-cache-fetch-group does this:

      (when (search-backward id nil t)
	(beginning-of-line)
	(skip-chars-forward "^\n\r\t")
	(unless (eolp)
	  (forward-char 1)
	  (buffer-substring (point)
			    (progn (end-of-line) (point)))))

It's difficult to get it to work...the first thing that comes to mind
is to add a second line including more information which will never
get matched as a messageid:

examplemsgid29sdf13499@foo.bar.com	mail.lists.foo
***	((group . "mail.lists.foo") (server . (nnml "")))

ttyl,

-- 
Josh Huber



  reply	other threads:[~2002-05-20 18:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-02 19:58 Josh Huber
2002-05-03 11:17 ` Kai Großjohann
2002-05-03 15:26   ` Josh Huber
2002-05-03 17:47     ` Kai Großjohann
2002-05-03 18:39       ` Josh Huber
2002-05-05 11:56         ` Kai Großjohann
2002-05-07 14:28           ` Josh Huber
2002-05-07 14:34             ` Josh Huber
2002-05-07 15:22               ` Kai Großjohann
2002-05-07 16:31                 ` Josh Huber
2002-05-07 15:24             ` Kai Großjohann
2002-05-07 16:29               ` Josh Huber
2002-05-12 20:33             ` Raymond Scholz
2002-05-13 14:11               ` Josh Huber
2002-05-14 21:12                 ` Raymond Scholz
2002-05-15 14:36                   ` Josh Huber
2002-05-15 16:01                     ` Raymond Scholz
2002-05-15 17:21                       ` Josh Huber
2002-05-18 19:03                         ` Kai Großjohann
2002-05-20 14:08                           ` Josh Huber
2002-05-20 14:35                             ` Kai Großjohann
2002-05-20 18:34                               ` Josh Huber [this message]
2002-05-20 19:01                                 ` Kai Großjohann
2002-05-20 19:16                                   ` Paul Jarc
2002-05-20 20:08                                     ` Kai Großjohann
2002-05-20 21:32                                   ` Josh Huber
2002-05-21 10:44                                     ` Kai Großjohann
2002-05-21 12:48                             ` Raymond Scholz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873cwmvfan.fsf@alum.wpi.edu \
    --to=huber@alum.wpi.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).