Ignore:
Timestamp:
12/03/19 12:26:55 (4 years ago)
Author:
bnemhaus
Message:

Added FrameIO.Mail to the default paths populated on profile frames. With more time this could be done better; as per comment in UserSettings::appendDefaultFolders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1461 r1474  
    156156                        FRAME_USERNAME_PRIVATE_PATH = resourcesPrivateUserPath + "framesets" + File.separator;
    157157                        MESSAGES_PATH = resourcesPrivateUserPath + "messages" + File.separator;
     158                        MAIL_PATH = resourcesPrivateUserPath + "mail" + File.separator;
    158159                        IMAGES_PATH = resourcesPublicPath + "images" + File.separator;
    159160                        IMAGES_USERNAME_PRIVATE_PATH = resourcesPrivateUserPath + "images" + File.separator;
     
    170171                                DEAD_DROPS_PATH = resourcesPrivateUserPath + "deaddrops" + File.separator;
    171172                                CONTACTS_PATH = resourcesPrivateUserPath + "contacts" + File.separator;
    172                                 MAIL_PATH = resourcesPrivateUserPath + "mail" + File.separator;
     173                                //MAIL_PATH = resourcesPrivateUserPath + "mail" + File.separator;
    173174                        } else {
    174175                                SHARED_FRAMESETS_PATH = null;
    175176                                DEAD_DROPS_PATH = null;
    176177                                CONTACTS_PATH = null;
    177                                 MAIL_PATH = null;
     178                                //MAIL_PATH = null;
    178179                        }
    179180                } else {
Note: See TracChangeset for help on using the changeset viewer.