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
  • content/vI_rdfDataTree.js

    rbc6c6b r85fa10  
    134134            indexCol: idData.length + 1 + ".",
    135135            senderCol: localIdentityData.combinedName,
    136             smtpCol: localIdentityData.smtp.value,
    137             //              smtpKey : localIdentityData.smtp.key,
    138136            idCol: localIdentityData.id.value,
    139137            usedCol: usedDate,
     
    244242          .createBundle("chrome://v_identity/locale/vI_rdfDataEditor.properties");
    245243
    246         rdfDataTreeCollection._rdfDatasource = new vI.rdfDatasource(window, "virtualIdentity.rdf");
     244        rdfDataTreeCollection._rdfDatasource = new vI.rdfDatasource(window, "virtualIdentity_0.10.rdf");
    247245
    248246        for (var treeType of rdfDataTreeCollection.treeTypes)
     
    513511        var treeType = rdfDataTreeCollection.tabbox.selectedPanel.id;
    514512        var newItemPreset = {
    515           identityData: new vI.identityData(window, "", null, null, vI.NO_SMTP_TAG, null, null)
     513          identityData: new vI.identityData(window, "", null, null, null, null)
    516514        };
    517515        var retVar = {
Note: See TracChangeset for help on using the changeset viewer.