Mail template - Inbox column icon

We are having some difficulties in modifying the mail template, as we dosomething in basic and then check and see something odd happens in the

standard client. For example, we tried to eliminate all of the noisey

“open envelope” icons from the inbox view, but then the star for unread

messages was gone in the standard client. If you remove icon # 211 from this code it will remove open envelop icon from basic client as well as star icon in standard. Is there any way we can keep the star icon in standard?

@If(

Form=“Person”;3;

Form=“Group”;4;

Form=“(ReplyNotice)”;123;

@Contains(form; “NonDelivery”) & @IsAvailable(FailureReason); 211;

@IsAvailable($IMTranscript) & @LowerCase(IMoriginator) = @LowerCase(IMowner); “ChatTranscriptMe.gif”;

@IsAvailable($IMTranscript); “Chat_transcript_icon.gif”;

ICS2 = “” | ICS2 = 0; 211;

ICS2)