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

Changeset 5d26a6


Ignore:
Timestamp:
Nov 8, 2011, 10:01:12 AM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
623401
Parents:
c272bf
Message:

handle forwarded mails as new mails

File:
1 edited

Legend:

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

    rc272bf r5d26a6  
    4343        if (vI.notificationBar) vI.notificationBar.dump("## smartIdentity: msgComposeTypeReference = " + gMsgCompose.type + "\n");
    4444        switch (gMsgCompose.type) {
    45             case msgComposeTypeReference.ForwardAsAttachment:
    46             case msgComposeTypeReference.ForwardInline:
    4745            case msgComposeTypeReference.Reply:
    4846            case msgComposeTypeReference.ReplyAll:
     
    6664                smartIdentity._smartIdentityCollection.Draft();
    6765                autocreate = false; break;
    68             case msgComposeTypeReference.New:
     66            case msgComposeTypeReference.ForwardAsAttachment:
     67            case msgComposeTypeReference.ForwardInline:
     68            case msgComposeTypeReference.New:
    6969            case msgComposeTypeReference.NewsPost:
    7070            case msgComposeTypeReference.MailToUrl:
Note: See TracChangeset for help on using the changeset viewer.