Gnus development mailing list
 help / color / mirror / Atom feed
* widening in nnml split does not work
@ 2003-01-25  6:41 Ted Zlatanov
  2003-01-25 10:24 ` Kai Großjohann
  0 siblings, 1 reply; 12+ messages in thread
From: Ted Zlatanov @ 2003-01-25  6:41 UTC (permalink / raw)


Why does the following not work in a fancy splitting function on nnml
incoming messages?  I'm trying this code in the spam-split function:

  (save-restriction
    (widen)
    (let ((b (buffer-string)))
      (save-excursion
	(set-buffer (get-buffer-create "splitting log"))
	(insert b))))

It works just fine for nnimap with nnimap-split-download-body set to
t, so there's something different about nnml splitting.  I tried
tracing the source, but it's taking me a long time and I keep going
down wrong paths.  So if anyone could help, I'd appreciate it.

Thanks
Ted




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

end of thread, other threads:[~2003-01-26  0:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-25  6:41 widening in nnml split does not work Ted Zlatanov
2003-01-25 10:24 ` Kai Großjohann
2003-01-25 12:35   ` Ted Zlatanov
2003-01-25 13:14     ` Kai Großjohann
2003-01-25 14:48       ` Simon Josefsson
2003-01-25 15:14         ` Kai Großjohann
2003-01-25 15:29           ` Ted Zlatanov
2003-01-25 15:41           ` Simon Josefsson
2003-01-25 16:18             ` Ted Zlatanov
2003-01-25 21:37               ` Kai Großjohann
2003-01-26  0:46                 ` Ted Zlatanov
2003-01-25 21:36             ` Kai Großjohann

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).