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/v_identity.js

    rbc6c6b r85fa10  
    119119          // store identitykey locally to enable restoring after selection of next virtual identity without identitykey
    120120          identityElement.setAttribute("identitykey", identityElement.selectedItem.getAttribute("identitykey"));
    121          
    122           // we are not using the smtp display, smtp is selected based on base identity
    123           //dentityElement.setAttribute("smtp", identityElement.identityData.smtp.value);
    124121         
    125122          identityElement.vid = identityElement.selectedItem.vid;
     
    314311        _uninstall: false,
    315312        observe: function (subject, topic, data) {
    316           if (topic == "am-smtpChanges") {
    317             Log.debug("smtp changes observed");
    318             var msgIdentity = document.getElementById("msgIdentity");
    319             document.getAnonymousElementByAttribute(msgIdentity, "class", "smtpServerListHbox").refresh();
    320           }
    321313          if (topic == "am-acceptChanges") {
    322314            Log.debug("account changes observed");
     
    348340          var obsService = Components.classes["@mozilla.org/observer-service;1"].
    349341          getService(Components.interfaces.nsIObserverService)
    350           obsService.addObserver(this, "am-smtpChanges", false);
    351342          obsService.addObserver(this, "am-acceptChanges", false);
    352343        },
     
    354345          var obsService = Components.classes["@mozilla.org/observer-service;1"].
    355346          getService(Components.interfaces.nsIObserverService)
    356           obsService.removeObserver(this, "am-smtpChanges");
    357347          obsService.removeObserver(this, "am-acceptChanges");
    358348        }
Note: See TracChangeset for help on using the changeset viewer.