Old references to Orion, etc. ripped now. Replacements dropped it. It

compiles. Let the games begin.


git-svn-id: svn://10.0.0.236/trunk@17447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
grail%cafebabe.org
1999-01-09 03:55:32 +00:00
parent b24197fa96
commit 59023ea173
83 changed files with 1048 additions and 709 deletions

View File

@@ -30,8 +30,8 @@ import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.internet.InternetAddress;
import com.sun.java.swing.JLabel;
import com.sun.java.swing.border.BevelBorder;
import javax.swing.JLabel;
import javax.swing.border.BevelBorder;
public class SimpleMessageHeader extends MessageHeader {
static final int kMargin = 3;
@@ -81,7 +81,7 @@ public class SimpleMessageHeader extends MessageHeader {
StringBuffer fromString = new StringBuffer();
String personal = null;
Address recipients[] = fMessage.getRecipients(Message.TO);
Address recipients[] = fMessage.getRecipients(Message.RecipientType.TO);
Address sender[] = fMessage.getFrom();
int i;