Ted Zlatanov <[EMAIL PROTECTED]> writes:
> (while Gnus can copy/move the articles natively, it's nice to
> understand how to do the job from the command line)
>
> You should be able to just do "cat * > mbox_file" I think.  But you
> need a blank line at the end of every message, so this should work:
>
> ls | perl -ne 'chomp; open F, $_; print <F>; print "\n";' > mbox_file

I finally did a 

cat * | formail -ds >> mbox_file

Which worked fine (and fast).


        Jochem

-- 
 "A designer knows he has arrived at perfection not when there is no 
 longer anything to add, but when there is no longer anything to take away."
 - Antoine de Saint-Exupery 
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to