This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Sep 9, 2018, 2:36:02 AM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
c5860f
Parents:
bc6c6b
Message:

removed everything related to smtp-storage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_smartIdentityCollection.js

    rbc6c6b r85fa10  
    9595
    9696    var newIdentity = new identityData(this._currentWindow, new_email,
    97       this._preselectedID.fullName, this._preselectedID.key, this._preselectedID.smtpServerKey, null, null)
     97      this._preselectedID.fullName, this._preselectedID.key, null, null)
    9898
    9999    this._allIdentities.addWithoutDuplicates(newIdentity);
     
    160160    for (var index = 0; index < number; index++) {
    161161      var newIdentity = new identityData(this._currentWindow, emails.value[index], fullNames.value[index],
    162         null, NO_SMTP_TAG, null, null);
     162        null, null, null);
    163163      identityCollection.addWithoutDuplicates(newIdentity);
    164164    }
Note: See TracChangeset for help on using the changeset viewer.