This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Sep 17, 2008, 12:32:33 PM (14 years ago)
Author:
rene <rene@…>
Branches:
lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
Children:
e6e7c6
Parents:
825513
Message:

collection of changes to 0.6 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_smartReplyDialog.js

    r825513 r317c0c  
    3636
    3737            if (vI_smartReply_dialog.all_addresses.identityDataCollection[index].id)
    38                 id = vI_smartReply_dialog.all_addresses.identityDataCollection[index].idName;
     38                id = vI_smartReply_dialog.all_addresses.identityDataCollection[index].id.value;
    3939            if (vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtp)
    40                 smtp = vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtpName;
     40                smtp = vI_smartReply_dialog.all_addresses.identityDataCollection[index].smtp.value;
    4141
    4242            menuentry += (id?" (" + id + "," +
Note: See TracChangeset for help on using the changeset viewer.