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_smartReplyDialog.js

    rbc6c6b r85fa10  
    3939
    4040          var id = null;
    41           var smtp = null;
    42 
    4341          if (smartReply_dialog.all_addresses.identityDataCollection[index].id)
    4442            id = smartReply_dialog.all_addresses.identityDataCollection[index].id.value;
    45           if (smartReply_dialog.all_addresses.identityDataCollection[index].smtp)
    46             smtp = smartReply_dialog.all_addresses.identityDataCollection[index].smtp.value;
    4743
    4844          let defaultServerTag = Components.classes["@mozilla.org/intl/stringbundle;1"]
     
    5147            .GetStringFromName("defaultServerTag")
    5248
    53           menuentry += (id ? " (" + id + "," + (smtp ? smtp : defaultServerTag) + ")" : "")
     49          menuentry += (id ? " (" + id + ")" : "")
    5450          smartReply_dialog.add_row(menuentry);
    5551        }
Note: See TracChangeset for help on using the changeset viewer.