private void moveToOutbox(File f, int tries, String to, File outbox) {
  System.out.println("Moving OUTBOX BEGIN");
  File destfile;
  System.out.println(f);
  System.out.println(to);
  System.out.println(outbox);
  int prefix = 1;
  synchronized (this.senderthread) {
   System.out.println("SYNCHRO BEGIN");
   do {
    String filename = prefix + "_" + tries + "_" + to;
    destfile = new File(outbox, filename);



private void sendSingle(File accdir, File msg) {
  String parts[] = msg.getName().split("_", 3);
  EmailAddress addr;



Replced the ":" with "_" .. thats ok on win32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/freemail/attachments/20060830/6015fe6c/attachment.html>

Reply via email to