466 } |
466 } |
467 }; |
467 }; |
468 } |
468 } |
469 |
469 |
470 //------------------------------------------------------------------------------ |
470 //------------------------------------------------------------------------------ |
471 // Message viewer toolbar |
|
472 //------------------------------------------------------------------------------ |
|
473 // |
|
474 RESOURCE AVKON_TOOLBAR r_freestyle_email_ui_toolbar_message_viewer |
|
475 { |
|
476 flags = KAknToolbarFixed; |
|
477 items = |
|
478 { |
|
479 TBAR_CTRL |
|
480 { |
|
481 type = EAknCtToolbarExtension; |
|
482 id = EFsEmailUiTbCmdActions; |
|
483 control = AVKON_TOOLBAR_EXTENSION |
|
484 { |
|
485 helptxt = qtn_fse_tb_actions; |
|
486 bmpFile = EMAILUI_ICON_FILE; |
|
487 bmpId = EMbmFreestyleemailuiQgn_indi_tb_email_extend; |
|
488 bmpMask = EMbmFreestyleemailuiQgn_indi_tb_email_extend_mask; |
|
489 items = |
|
490 { |
|
491 TBAR_CTRL |
|
492 { |
|
493 type = EAknCtButton; |
|
494 id = EFsEmailUiTbCmdReplyAll; |
|
495 control = AVKON_BUTTON |
|
496 { |
|
497 flags = KAknButtonRequestExitOnButtonUpEvent; |
|
498 states = |
|
499 { |
|
500 AVKON_BUTTON_STATE |
|
501 { |
|
502 txt = qtn_fse_tb_ext_reply_all; |
|
503 bmpfile = EMAILUI_ICON_FILE; |
|
504 bmpid=EMbmFreestyleemailuiQgn_indi_tb_email_reply_all; |
|
505 bmpmask=EMbmFreestyleemailuiQgn_indi_tb_email_reply_all_mask; |
|
506 } |
|
507 }; |
|
508 }; |
|
509 }, |
|
510 TBAR_CTRL |
|
511 { |
|
512 type = EAknCtButton; |
|
513 id = EFsEmailUiTbCmdForward; |
|
514 control = AVKON_BUTTON |
|
515 { |
|
516 flags = KAknButtonRequestExitOnButtonUpEvent; |
|
517 states = |
|
518 { |
|
519 AVKON_BUTTON_STATE |
|
520 { |
|
521 txt = qtn_fse_tb_ext_forward; |
|
522 bmpfile = EMAILUI_ICON_FILE; |
|
523 bmpid=EMbmFreestyleemailuiQgn_indi_tb_email_forward; |
|
524 bmpmask=EMbmFreestyleemailuiQgn_indi_tb_email_forward_mask; |
|
525 } |
|
526 }; |
|
527 }; |
|
528 } |
|
529 }; // eof extension items |
|
530 }; // eof AVKON_TOOLBAR_EXTENSION control |
|
531 }, |
|
532 TBAR_CTRL |
|
533 { |
|
534 type = EAknCtButton; |
|
535 id = EFsEmailUiTbCmdReply; |
|
536 control = AVKON_BUTTON |
|
537 { |
|
538 flags = KAknButtonSizeFitText; |
|
539 states = |
|
540 { |
|
541 AVKON_BUTTON_STATE |
|
542 { |
|
543 helptxt = qtn_fse_tb_reply; |
|
544 bmpfile = EMAILUI_ICON_FILE; |
|
545 bmpid=EMbmFreestyleemailuiQgn_indi_tb_email_reply; |
|
546 bmpmask=EMbmFreestyleemailuiQgn_indi_tb_email_reply_mask; |
|
547 } |
|
548 }; |
|
549 }; |
|
550 }, |
|
551 TBAR_CTRL |
|
552 { |
|
553 type = EAknCtButton; |
|
554 id = EFsEmailUiTbCmdDelete; |
|
555 control = AVKON_BUTTON |
|
556 { |
|
557 flags = KAknButtonSizeFitText; |
|
558 states = |
|
559 { |
|
560 AVKON_BUTTON_STATE |
|
561 { |
|
562 helptxt = qtn_fse_tb_delete; |
|
563 bmpfile = EMAILUI_ICON_FILE; |
|
564 bmpid=EMbmFreestyleemailuiQgn_indi_tb_delete; |
|
565 bmpmask=EMbmFreestyleemailuiQgn_indi_tb_delete_mask; |
|
566 } |
|
567 }; |
|
568 }; |
|
569 } |
|
570 }; |
|
571 } |
|
572 |
|
573 //------------------------------------------------------------------------------ |
|
574 // Html message viewer toolbar with Reply all |
471 // Html message viewer toolbar with Reply all |
575 //------------------------------------------------------------------------------ |
472 //------------------------------------------------------------------------------ |
576 // |
473 // |
577 RESOURCE AVKON_TOOLBAR r_freestyle_email_ui_toolbar_html_message_viewer |
474 RESOURCE AVKON_TOOLBAR r_freestyle_email_ui_toolbar_html_message_viewer |
578 { |
475 { |
807 }; |
707 }; |
808 } |
708 } |
809 }; |
709 }; |
810 } |
710 } |
811 |
711 |
812 |
|
813 RESOURCE LOCALISABLE_APP_INFO r_freestyle_email_ui_loc_app_info |
712 RESOURCE LOCALISABLE_APP_INFO r_freestyle_email_ui_loc_app_info |
814 { |
713 { |
815 short_caption = qtn_fse_short_app_name; |
714 short_caption = qtn_fse_short_app_name; |
816 caption_and_icon = |
715 caption_and_icon = |
817 { |
716 { |
818 CAPTION_AND_ICON_INFO |
717 CAPTION_AND_ICON_INFO |
819 { |
718 { |
820 caption = qtn_fse_app_name; |
719 caption = qtn_fse_app_name; |
821 number_of_icons = 1; |
720 number_of_icons = 1; |
822 icon_file = APP_BITMAP_DIR"\\FreestyleEmailUi_aif.mif"; |
721 icon_file = APP_BITMAP_DIR"\\FreestyleEmailUi_aif.mif"; |
823 } |
722 } |
824 }; |
723 }; |
825 } |
724 } |
826 |
725 |
827 // VIEW RESOURCES OF THE APPLICATION |
726 // VIEW RESOURCES OF THE APPLICATION |
828 RESOURCE AVKON_VIEW r_fsemailui_dummy_view |
727 RESOURCE AVKON_VIEW r_fsemailui_dummy_view |
829 { |
728 { |
830 } |
729 } |
831 |
730 |
839 { |
738 { |
840 menubar = r_fsemailui_maillist_menubar; |
739 menubar = r_fsemailui_maillist_menubar; |
841 cba = r_freestyle_emauil_ui_sk_options_back; |
740 cba = r_freestyle_emauil_ui_sk_options_back; |
842 } |
741 } |
843 |
742 |
844 RESOURCE AVKON_VIEW r_fsemailui_mail_viewer_view |
743 RESOURCE AVKON_VIEW r_fsemailui_mail_list_view_marking_mode |
845 { |
744 { |
846 menubar = r_fsemailui_mailviewer_menubar; |
745 menubar = r_fsemailui_maillist_menubar_marking_mode; |
847 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
746 cba = r_freestyle_emauil_ui_sk_options_cancel; |
848 } |
747 } |
849 |
748 |
850 RESOURCE AVKON_VIEW r_fsemailui_mail_details_view |
749 RESOURCE AVKON_VIEW r_fsemailui_mail_details_view |
851 { |
750 { |
852 menubar = r_fsemailui_maildetails_menubar; |
751 menubar = r_fsemailui_maildetails_menubar; |
853 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
752 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
1153 RESOURCE TBUF r_freestyle_email_ui_sort_by_recipient { buf=qtn_fse_message_list_recipient; } |
1069 RESOURCE TBUF r_freestyle_email_ui_sort_by_recipient { buf=qtn_fse_message_list_recipient; } |
1154 RESOURCE TBUF r_freestyle_email_ui_empty_msg_list_text { buf=qtn_fse_message_list_no_messages; } |
1070 RESOURCE TBUF r_freestyle_email_ui_empty_msg_list_text { buf=qtn_fse_message_list_no_messages; } |
1155 RESOURCE TBUF r_freestyle_email_ui_message_to_folder { buf=qtn_fse_confirm_note_message_moved; } |
1071 RESOURCE TBUF r_freestyle_email_ui_message_to_folder { buf=qtn_fse_confirm_note_message_moved; } |
1156 RESOURCE TBUF r_freestyle_email_ui_messages_to_folder { buf=qtn_fse_confirm_note_messages_moved; } |
1072 RESOURCE TBUF r_freestyle_email_ui_messages_to_folder { buf=qtn_fse_confirm_note_messages_moved; } |
1157 RESOURCE TBUF r_freestyle_email_ui_settings_ips_text { buf=qtn_fse_message_list_options_settings_mailbox; } |
1073 RESOURCE TBUF r_freestyle_email_ui_settings_ips_text { buf=qtn_fse_message_list_options_settings_mailbox; } |
|
1074 RESOURCE TBUF r_freestyle_email_ui_markingmode { buf=qtn_fse_message_list_options_mark; } |
1158 |
1075 |
1159 // OUTBOX NOTE |
1076 // OUTBOX NOTE |
1160 RESOURCE TBUF r_freestyle_email_ui_open_from_outbox_note { buf=qtn_fse_info_note_cannot_open; } |
1077 RESOURCE TBUF r_freestyle_email_ui_open_from_outbox_note { buf=qtn_fse_info_note_cannot_open; } |
1161 |
1078 |
1162 // MOVE TO DRAFTS |
1079 // MOVE TO DRAFTS |
1430 MENU_ITEM { command = EFsEmailUiCmdActionsReplyAll; txt = qtn_fse_message_list_options_reply_all; }, |
1347 MENU_ITEM { command = EFsEmailUiCmdActionsReplyAll; txt = qtn_fse_message_list_options_reply_all; }, |
1431 MENU_ITEM { command = EFsEmailUiCmdActionsForward; txt = qtn_fse_message_list_options_forward; }, |
1348 MENU_ITEM { command = EFsEmailUiCmdActionsForward; txt = qtn_fse_message_list_options_forward; }, |
1432 MENU_ITEM { command = EFsEmailUiCmdMailActions; txt = qtn_cmail_message_list_options_actions; cascade=r_fsemailui_maillist_submenu_mail_actions;}, |
1349 MENU_ITEM { command = EFsEmailUiCmdMailActions; txt = qtn_cmail_message_list_options_actions; cascade=r_fsemailui_maillist_submenu_mail_actions;}, |
1433 MENU_ITEM { command = EFsEmailUiCmdSync; txt = qtn_cmail_message_list_options_send_receive; }, |
1350 MENU_ITEM { command = EFsEmailUiCmdSync; txt = qtn_cmail_message_list_options_send_receive; }, |
1434 MENU_ITEM { command = EFsEmailUiCmdCancelSync; txt = qtn_fse_launcher_options_cancel_sync; }, |
1351 MENU_ITEM { command = EFsEmailUiCmdCancelSync; txt = qtn_fse_launcher_options_cancel_sync; }, |
1435 MENU_ITEM { command = EFsEmailUiCmdSubMenuMark; txt = qtn_fse_message_list_options_mark; cascade=r_fsemailui_maillist_submenu_mark;}, |
1352 MENU_ITEM { command = EFsEmailUiCmdMarkingMode; txt = qtn_fse_message_list_options_mark; }, |
1436 MENU_ITEM { command = EFsEmailUiCmdSubMenuUnmark; txt = qtn_fse_message_list_options_unmark; cascade=r_fsemailui_maillist_submenu_unmark;}, |
|
1437 MENU_ITEM { command = EFsEmailUiCmdSettings; txt = qtn_fse_message_list_options_settings; }, |
1353 MENU_ITEM { command = EFsEmailUiCmdSettings; txt = qtn_fse_message_list_options_settings; }, |
1438 MENU_ITEM { command = EFsEmailUiCmdHelp; txt = qtn_options_help; }, |
1354 MENU_ITEM { command = EFsEmailUiCmdHelp; txt = qtn_options_help; }, |
1439 MENU_ITEM { command = EFsEmailUiCmdExit; txt = qtn_options_exit; } |
1355 MENU_ITEM { command = EFsEmailUiCmdExit; txt = qtn_options_exit; } |
1440 }; |
1356 }; |
1441 } |
1357 } |
1442 |
1358 |
|
1359 RESOURCE MENU_BAR r_fsemailui_maillist_menubar_marking_mode |
|
1360 { |
|
1361 titles = |
|
1362 { |
|
1363 MENU_TITLE { menu_pane = r_fsemailui_maillist_marking_mode_menupane; txt = ""; } |
|
1364 }; |
|
1365 } |
|
1366 |
|
1367 RESOURCE MENU_PANE r_fsemailui_maillist_marking_mode_menupane |
|
1368 { |
|
1369 items = |
|
1370 { |
|
1371 MENU_ITEM { command = EFsEmailUiCmdMarkingModeDelete; txt = qtn_fse_action_menu_delete; }, |
|
1372 MENU_ITEM { command = EFsEmailUiCmdMarkingModeUnread; txt = qtn_fse_message_list_options_mark_unread; }, |
|
1373 MENU_ITEM { command = EFsEmailUiCmdMarkingModeRead; txt = qtn_fse_message_list_options_mark_read; }, |
|
1374 MENU_ITEM { command = EFsEmailUiCmdMarkingModeMove; txt = qtn_fse_action_menu_move_message; }, |
|
1375 MENU_ITEM { command = EFsEmailUiCmdMarkingModeFollowUp; txt = qtn_fse_message_list_flag_followup; }, |
|
1376 MENU_ITEM { command = EFsEmailUiCmdMarkingModeMarkAll; txt = qtn_options_list_mark_all; }, |
|
1377 MENU_ITEM { command = EFsEmailUiCmdMarkingModeUnmarkAll; txt = qtn_options_list_unmark_all; } |
|
1378 }; |
|
1379 } |
|
1380 |
1443 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_mail_actions |
1381 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_mail_actions |
1444 { |
1382 { |
1445 items = |
1383 items = |
1446 { |
1384 { |
1447 // generic message commands |
1385 // generic message commands |
1451 MENU_ITEM { command = EFsEmailUiCmdActionsMove; txt = qtn_fse_message_list_options_move_message; }, |
1389 MENU_ITEM { command = EFsEmailUiCmdActionsMove; txt = qtn_fse_message_list_options_move_message; }, |
1452 MENU_ITEM { command = EFsEmailUiCmdActionsFlag; txt = qtn_fse_message_list_options_flag; }, |
1390 MENU_ITEM { command = EFsEmailUiCmdActionsFlag; txt = qtn_fse_message_list_options_flag; }, |
1453 MENU_ITEM { command = EFsEmailUiCmdActionsCollapseAll; txt = qtn_fse_message_list_options_collapse_all; }, |
1391 MENU_ITEM { command = EFsEmailUiCmdActionsCollapseAll; txt = qtn_fse_message_list_options_collapse_all; }, |
1454 MENU_ITEM { command = EFsEmailUiCmdActionsExpandAll; txt = qtn_fse_message_list_options_expand_all; } |
1392 MENU_ITEM { command = EFsEmailUiCmdActionsExpandAll; txt = qtn_fse_message_list_options_expand_all; } |
1455 }; |
1393 }; |
1456 } |
1394 } |
1457 |
1395 |
1458 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_mark |
|
1459 { |
|
1460 items = |
|
1461 { |
|
1462 MENU_ITEM { command = EFsEmailUiCmdMarkMark; txt = qtn_cmail_message_list_options_sub_mark; }, |
|
1463 MENU_ITEM { command = EFsEmailUiCmdMarkMarkAll; txt = qtn_cmail_message_list_options_sub_mark_all; }, |
|
1464 MENU_ITEM { command = EFsEmailUiCmdMarkSubAll; txt = qtn_cmail_message_list_options_sub_all; } |
|
1465 }; |
|
1466 } |
|
1467 |
|
1468 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_unmark |
|
1469 { |
|
1470 items = |
|
1471 { |
|
1472 MENU_ITEM { command = EFsEmailUiCmdUnmarkSubAll; txt = qtn_cmail_message_list_options_sub_all; } |
|
1473 }; |
|
1474 } |
|
1475 |
|
1476 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_mail_settings |
1396 RESOURCE MENU_PANE r_fsemailui_maillist_submenu_mail_settings |
1477 { |
1397 { |
1478 items = |
1398 items = |
1479 { |
1399 { |
1480 MENU_ITEM |
1400 MENU_ITEM |
1482 command = EFsEmailUiCmdSettingsGlobal; |
1402 command = EFsEmailUiCmdSettingsGlobal; |
1483 txt = qtn_fse_launcher_global_settings; |
1403 txt = qtn_fse_launcher_global_settings; |
1484 } |
1404 } |
1485 }; |
1405 }; |
1486 } |
1406 } |
1487 |
1407 |
1488 RESOURCE MENU_BAR r_fsemailui_mailviewer_menubar |
|
1489 { |
|
1490 titles = |
|
1491 { |
|
1492 MENU_TITLE { menu_pane = r_fsemailui_mailviewer_menupane; txt = ""; } |
|
1493 }; |
|
1494 } |
|
1495 |
|
1496 RESOURCE MENU_PANE r_fsemailui_mailviewer_menupane |
|
1497 { |
|
1498 items = |
|
1499 { |
|
1500 MENU_ITEM { command = EFsEmailUiCmdActionsMoveToDrafts; txt = qtn_fse_message_list_options_move_to_drafts; }, |
|
1501 MENU_ITEM { command = EFsEmailUiCmdActionsForward; txt = qtn_fse_message_list_options_forward; }, |
|
1502 MENU_ITEM { command = EFsEmailUiCmdActionsReply; txt = qtn_fse_message_list_options_reply; }, |
|
1503 MENU_ITEM { command = EFsEmailUiCmdActionsReplyAll; txt = qtn_fse_message_list_options_reply_all; }, |
|
1504 MENU_ITEM { command = EFsEmailUiCmdActionsForward2; txt = qtn_fse_message_list_options_forward; }, |
|
1505 MENU_ITEM { command = EFsEmailUiCmdActionsDelete; txt = qtn_fse_message_list_options_delete; }, |
|
1506 MENU_ITEM { command = EFsEmailUiCmdReadEmail; txt = qtn_fse_message_list_options_read; }, |
|
1507 MENU_ITEM { command = EFsEmailUiCmdMailActions; txt = qtn_fse_message_list_options_actions; cascade=r_fsemailui_mailviewer_submenu_actions;}, |
|
1508 MENU_ITEM { command = EFsEmailUiCmdMore; txt = qtn_fse_message_list_options_more; cascade=r_fsemailui_mailviewer_submenu_more;}, |
|
1509 MENU_ITEM { command = EFsEmailUiCmdActionsCopyToClipboard; txt = qtn_fse_viewer_options_copy_to_clipboard; }, |
|
1510 MENU_ITEM { command = EFsEmailUiCmdPreviousMessage; txt = qtn_fse_viewer_options_previous_message; }, |
|
1511 MENU_ITEM { command = EFsEmailUiCmdNextMessage; txt = qtn_fse_viewer_options_next_message; }, |
|
1512 MENU_ITEM { command = EFsEmailUiCmdHelp; txt = qtn_options_help; }, |
|
1513 MENU_ITEM { command = EFsEmailUiCmdExit; txt = qtn_options_exit; } |
|
1514 }; |
|
1515 } |
|
1516 |
|
1517 //menu for msk in mail viewer |
1408 //menu for msk in mail viewer |
1518 RESOURCE MENU_BAR r_fsemailui_mailviewer_msk_menubar |
1409 RESOURCE MENU_BAR r_fsemailui_mailviewer_msk_menubar |
1519 { |
1410 { |
1520 titles = |
1411 titles = |
1521 { |
1412 { |
1588 txt = qtn_fse_zoom_level_150_percent; |
1479 txt = qtn_fse_zoom_level_150_percent; |
1589 flags = EEikMenuItemRadioStart; |
1480 flags = EEikMenuItemRadioStart; |
1590 } |
1481 } |
1591 }; |
1482 }; |
1592 } |
1483 } |
1593 |
|
1594 // MailViewer actions menu |
|
1595 // All items are hidden by default; appropriate items are made visible in DynInitMenuPaneL() |
|
1596 RESOURCE MENU_PANE r_fsemailui_mailviewer_submenu_actions |
|
1597 { |
|
1598 items = |
|
1599 { |
|
1600 MENU_ITEM { command = EFsEmailUiCmdActionsCall; txt = qtn_fse_viewer_options_call; flags = EEikMenuItemDimmed; }, |
|
1601 MENU_ITEM { command = EFsEmailUiCmdActionsAddContact; txt = qtn_fse_viewer_options_add_to_contacts; flags = EEikMenuItemDimmed; }, |
|
1602 MENU_ITEM { command = EFsEmailUiCmdActionsCreateMessage; txt = qtn_fse_viewer_options_create_message; flags = EEikMenuItemDimmed; }, |
|
1603 MENU_ITEM { command = EFsEmailUiCmdActionsCreateMail; txt = qtn_fse_viewer_options_create_email; flags = EEikMenuItemDimmed; }, |
|
1604 MENU_ITEM { command = EFsEmailUiCmdActionsContactDetails; txt = qtn_fse_viewer_options_contact_details; flags = EEikMenuItemDimmed; }, |
|
1605 MENU_ITEM { command = EFsEmailUiCmdActionsAddContact2; txt = qtn_fse_viewer_options_add_to_contacts; flags = EEikMenuItemDimmed; }, |
|
1606 MENU_ITEM { command = EFsEmailUiCmdActionsRemoteLookup; txt = qtn_fse_viewer_options_remote_lookup; flags = EEikMenuItemDimmed; }, |
|
1607 MENU_ITEM { command = EFsEmailUiCmdActionsOpenWeb; txt = qtn_fse_viewer_options_open_web; flags = EEikMenuItemDimmed; }, |
|
1608 MENU_ITEM { command = EFsEmailUiCmdActionsOpenInIntranetMenu; txt = qtn_intra_fseoptions_open_intra; flags = EEikMenuItemDimmed; }, |
|
1609 MENU_ITEM { command = EFsEmailUiCmdActionsAddBookmark; txt = qtn_fse_viewer_options_bookmark; flags = EEikMenuItemDimmed; }, |
|
1610 MENU_ITEM { command = EFsEmailUiCmdOpenAttachment; txt = qtn_options_open; flags = EEikMenuItemDimmed; }, |
|
1611 MENU_ITEM { command = EFsEmailUiCmdDownload; txt = qtn_fse_viewer_options_attach_download; flags = EEikMenuItemDimmed; }, |
|
1612 MENU_ITEM { command = EFsEmailUiCmdCancelDownload; txt = qtn_fse_viewer_options_attach_cancel_download; flags = EEikMenuItemDimmed; }, |
|
1613 MENU_ITEM { command = EFsEmailUiCmdSave; txt = qtn_fse_viewer_options_attach_save; flags = EEikMenuItemDimmed; }, |
|
1614 MENU_ITEM { command = EFsEmailUiCmdClearFetchedAttachment; txt = qtn_fse_viewer_options_attach_clear_fetched; flags = EEikMenuItemDimmed; }, |
|
1615 MENU_ITEM { command = EFsEmailUiCmdOpenAttachmentList; txt = qtn_fse_viewer_options_attach_view_list; flags = EEikMenuItemDimmed; }, |
|
1616 MENU_ITEM { command = EFsEmailUiCmdDownloadAll; txt = qtn_fse_viewer_options_attach_download_all; flags = EEikMenuItemDimmed; }, |
|
1617 MENU_ITEM { command = EFsEmailUiCmdCancelAllDownloads; txt = qtn_fse_viewer_options_attach_cancel_all_downloads; flags = EEikMenuItemDimmed; }, |
|
1618 MENU_ITEM { command = EFsEmailUiCmdSaveAll; txt = qtn_fse_viewer_options_attach_save_all; flags = EEikMenuItemDimmed; } |
|
1619 }; |
|
1620 } |
|
1621 |
|
1622 RESOURCE MENU_PANE r_fsemailui_mailviewer_submenu_more |
|
1623 { |
|
1624 items = |
|
1625 { |
|
1626 MENU_ITEM { command = EFsEmailUiCmdMarkAsUnread; txt = qtn_fse_message_list_options_mark_unread; }, |
|
1627 MENU_ITEM { command = EFsEmailUiCmdMarkAsRead; txt = qtn_fse_message_list_options_mark_read; }, |
|
1628 MENU_ITEM { command = EFsEmailUiCmdActionsMoveMessage; txt = qtn_fse_message_list_options_move_message; }, |
|
1629 MENU_ITEM { command = EFsEmailUiCmdActionsFlag; txt = qtn_fse_message_list_options_flag; }, |
|
1630 MENU_ITEM { command = EFsEmailUiCmdCompose; txt=qtn_fse_message_list_options_compose; }, |
|
1631 MENU_ITEM { command = EFsEmailUiCmdMessageDetails; txt = qtn_fse_message_list_options_message_details; } |
|
1632 }; |
|
1633 } |
|
1634 |
1484 |
1635 RESOURCE TBUF r_freestyle_email_ui_viewer_fetching_content_text { buf=qtn_fse_viewer_view_fetching_content; } |
1485 RESOURCE TBUF r_freestyle_email_ui_viewer_fetching_content_text { buf=qtn_fse_viewer_view_fetching_content; } |
1636 RESOURCE TBUF r_freestyle_email_ui_viewer_flag_dialog_header { buf=qtn_fse_list_flag_follow_up_title; } |
1486 RESOURCE TBUF r_freestyle_email_ui_viewer_flag_dialog_header { buf=qtn_fse_list_flag_follow_up_title; } |
1637 |
1487 |
1638 RESOURCE TBUF r_freestyle_email_ui_viewer_add_to_contacts { buf=qtn_fse_viewer_options_add_to_contacts; } |
1488 RESOURCE TBUF r_freestyle_email_ui_viewer_add_to_contacts { buf=qtn_fse_viewer_options_add_to_contacts; } |
2911 txt = qtn_cmail_action_menu_followup; // Initiates the follow up query |
2761 txt = qtn_cmail_action_menu_followup; // Initiates the follow up query |
2912 command = EFsEmailUiCmdActionsFlag; |
2762 command = EFsEmailUiCmdActionsFlag; |
2913 }, |
2763 }, |
2914 STYLUS_POPUP_MENU_ITEM |
2764 STYLUS_POPUP_MENU_ITEM |
2915 { |
2765 { |
2916 txt = qtn_cmail_action_menu_mark; // Marks the message, puts the list view to mark mode |
2766 txt = qtn_cmail_action_menu_mark; // Enter to marking mode |
2917 command = EFsEmailUiCmdMarkUnmarkToggle; |
2767 command = EFsEmailUiCmdMarkingModeFromPopUp; |
2918 }, |
2768 }, |
2919 STYLUS_POPUP_MENU_ITEM |
2769 STYLUS_POPUP_MENU_ITEM |
2920 { |
2770 { |
2921 txt = qtn_cmail_action_menu_collapse_all; // Collapses all dividers in message list view |
2771 txt = qtn_cmail_action_menu_collapse_all; // Collapses all dividers in message list view |
2922 command = EFsEmailUiCmdActionsCollapseAll; |
2772 command = EFsEmailUiCmdActionsCollapseAll; |