Ignore:
Timestamp:
04/08/19 13:32:00 (5 years ago)
Author:
bln4
Message:

The MailBay will now link to the expediteemail frameset if it exists and doesn't already link to it. (This would occur if you had not received a new message since last log in)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Actions.java

    r1292 r1295  
    9999        public static void ToggleBay() throws KeyStoreException, FileNotFoundException, NoSuchAlgorithmException, CertificateException, ClassNotFoundException, SQLException, IOException, ParseException {
    100100                if (!DisplayController.isMailMode()) {
     101                        MailBay.ensureLink();
    101102                        Mail.clear();
    102103                        AuthenticatorBrowser.getInstance().loadMailDatabase();
Note: See TracChangeset for help on using the changeset viewer.