added preliminary mailing list support
[org.ibex.mail.git] / src / org / ibex / mail / target / Transcript.java
index 3000b0d..af70e95 100644 (file)
@@ -12,7 +12,7 @@ import java.util.*;
 import java.text.*;
 
 /** a fast-write, slow-read place to stash all messages we touch -- in case of a major f*ckup */
-public class Transcript extends Target {
+public class Transcript implements Target {
 
     public static final Transcript transcript = new Transcript(Mailbox.STORAGE_ROOT + File.separatorChar + "transcript");