<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry, I didn't explain myself clearly.<br>
<br>
I have a "copy" in a non-importable format.  I enabled the evolution
option to sync my mail locally for off-line use.  This is not a copy
that can be accessed and used as if it were a Maildir formatted folder.<br>
<br>
A simple ugly solution I found however is this :<br>
<br>
for i in `ls *HEADER`; do echo $i; cat $i `echo $i | sed 's/HEADER//g'`
> `echo $i | sed 's/HEADER//g'`mydomain.net:S,2; done<br>
<br>
I can them move those resulting files into my Maildir/ folder on the
server and access like normal.<br>
<br>
<br>
Tim wrote:
<blockquote cite="mid1135171093.22246.0.camel@giggles.lan.evpc.biz"
 type="cite">
  <pre wrap="">On Wed, 2005-12-21 at 18:52 +0900, Naoki wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">So thankfully I have a local copy of my old email data. Now the
question is how do I get that email data back into my server?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you have IMAP, you can drag and drop from a local store to the IMAP
ones.

  </pre>
</blockquote>
<br>
</body>
</html>