equal
deleted
inserted
replaced
479 flags = EEikMenuItemSpecific; |
479 flags = EEikMenuItemSpecific; |
480 }, |
480 }, |
481 MENU_ITEM |
481 MENU_ITEM |
482 { |
482 { |
483 command = EMceCmdMarkAsReadMsgs; |
483 command = EMceCmdMarkAsReadMsgs; |
484 txt = qtn_mce_rm_mark_read_messages; |
484 txt = qtn_mce_rm_mark_read_messages; |
|
485 flags = EEikMenuItemSpecific; |
485 }, |
486 }, |
486 MENU_ITEM |
487 MENU_ITEM |
487 { |
488 { |
488 command = EMceCmdMarkAsUnreadMsgs; |
489 command = EMceCmdMarkAsUnreadMsgs; |
489 txt = qtn_mce_rm_mark_unread_messages; |
490 txt = qtn_mce_rm_mark_unread_messages; |
|
491 flags = EEikMenuItemSpecific; |
490 }, |
492 }, |
491 MENU_ITEM |
493 MENU_ITEM |
492 { |
494 { |
493 command = EMceCmdMarkAsReadEmails; |
495 command = EMceCmdMarkAsReadEmails; |
494 txt = qtn_mce_rm_mark_read_emails; |
496 txt = qtn_mce_rm_mark_read_emails; |