Changeset 317c0c for chrome/content/v_identity/vI_smartReplyDialog.js
- Timestamp:
- Sep 17, 2008, 12:32:33 PM (14 years ago)
- Branches:
- lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
- Children:
- e6e7c6
- Parents:
- 825513
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_smartReplyDialog.js
r825513 r317c0c 36 36 37 37 if (vI_smartReply_dialog.all_addresses.identityDataCollection[index].id) 38 id = vI_smartReply_dialog.all_addresses.identityDataCollection[index].id Name;38 id = vI_smartReply_dialog.all_addresses.identityDataCollection[index].id.value; 39 39 if (vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtp) 40 smtp = vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtp Name;40 smtp = vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtp.value; 41 41 42 42 menuentry += (id?" (" + id + "," +
Note: See TracChangeset
for help on using the changeset viewer.