Changeset fe166c
- Timestamp:
- Sep 10, 2018, 1:43:42 PM (4 years ago)
- Branches:
- ng_0.9
- Children:
- f4e304
- Parents:
- cadf2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/vI_replyToSelf.js
rcadf2f rfe166c 61 61 let replyToSelfObj = vIcomposeWindow.document.getElementById("virtualIdentityExtension_autoReplyToSelfLabel"); 62 62 if (!replyToSelfObj.hasAttribute("hidden")) { 63 vIcomposeWindow.awAddRecipient("addr_reply", vIcomposeWindow.document.getElementById(" virtualIdentityExtension_msgIdentityClone").label);63 vIcomposeWindow.awAddRecipient("addr_reply", vIcomposeWindow.document.getElementById("msgIdentity").label); 64 64 Log.debug("added ReplyToSelf"); 65 65 replyToSelfObj.setAttribute("hidden", "true");
Note: See TracChangeset
for help on using the changeset viewer.