ipsservices/ipssossettings/data/ipssetuimailsettings.ra
changeset 4 e7aa27f58ae1
parent 0 8466d47a6819
child 12 4ce476e64c59
equal deleted inserted replaced
3:a4d6f1ea0416 4:e7aa27f58ae1
    44 //
    44 //
    45 RESOURCE MENU_PANE r_ips_set_menu
    45 RESOURCE MENU_PANE r_ips_set_menu
    46     {
    46     {
    47     items=
    47     items=
    48         {
    48         {
    49         // Open
    49 // Single click changes        		
    50         MENU_ITEM
    50 // Open
    51             {
    51 //        MENU_ITEM
    52             command = EAknSoftkeyOpen;
    52 //            {
    53             txt = qtn_options_open;
    53 //            command = EAknSoftkeyOpen;
    54             },
    54 //            txt = qtn_options_open;
    55         // Change
    55 //            },
    56         MENU_ITEM
    56 //        // Change
    57             {
    57 //        MENU_ITEM
    58             command = EAknSoftkeySelect;
    58 //            {
    59             txt = qtn_options_change;
    59 //            command = EAknSoftkeySelect;
    60             },
    60 //            txt = qtn_options_change;
       
    61 //            },
    61         MENU_ITEM
    62         MENU_ITEM
    62             {
    63             {
    63             command = EAknCmdHelp;
    64             command = EAknCmdHelp;
    64             txt = qtn_clipb_litxt_help;
    65             txt = qtn_clipb_litxt_help;
    65             },
    66             },
   225             {
   226             {
   226             itemlabel = qtn_fse_settings_signature;
   227             itemlabel = qtn_fse_settings_signature;
   227             itemid = EIpsSetUiMailboxIncludeSignature;
   228             itemid = EIpsSetUiMailboxIncludeSignature;
   228             itemtype = EIpsSetUiRadioButtonArray;
   229             itemtype = EIpsSetUiRadioButtonArray;
   229             itemarray = r_ips_set_array_signature_radio;
   230             itemarray = r_ips_set_array_signature_radio;
       
   231             // Single click changes        		
       
   232             itemflags = KIpsSetUiFlagEnterPressed;
   230             },
   233             },
   231         // Signature line
   234         // Signature line
   232         IPS_SET_ITEM
   235         IPS_SET_ITEM
   233             {
   236             {
   234             itemlabel = qtn_fse_settings_signature_line;
   237             itemlabel = qtn_fse_settings_signature_line;
   464             {
   467             {
   465             itemtype = EIpsSetUiMenuArray;
   468             itemtype = EIpsSetUiMenuArray;
   466             itemid = EIpsSetUiWhatRetrieveImap4Menu;
   469             itemid = EIpsSetUiWhatRetrieveImap4Menu;
   467             itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit;
   470             itemlabel = qtn_fse_settings_mail_downl_ctrl_retrieve_limit;
   468             itemarray = r_ips_set_what_to_sync_array_email_retrieve_imap4;
   471             itemarray = r_ips_set_what_to_sync_array_email_retrieve_imap4;
   469             itemflags = KIpsSetUiFlagImap4Only;
   472             // Single click changes        		
       
   473             itemflags = KIpsSetUiFlagEnterPressed | KIpsSetUiFlagImap4Only;
   470             },
   474             },
   471         // Imap4 folder path
   475         // Imap4 folder path
   472         IPS_SET_ITEM
   476         IPS_SET_ITEM
   473             {
   477             {
   474             itemtype = EIpsSetUiItemText;
   478             itemtype = EIpsSetUiItemText;
   520             {
   524             {
   521             itemtype = EIpsSetUiRadioButtonArray;
   525             itemtype = EIpsSetUiRadioButtonArray;
   522             itemid = EIpsSetUiWhenSchedule;
   526             itemid = EIpsSetUiWhenSchedule;
   523             itemlabel = qtn_fse_settings_mail_interval;
   527             itemlabel = qtn_fse_settings_mail_interval;
   524             itemarray = r_ips_set_when_to_sync_array_sync_schedule;
   528             itemarray = r_ips_set_when_to_sync_array_sync_schedule;
   525             },
       
   526         // Retrieve while roaming
       
   527         IPS_SET_ITEM
       
   528             {
       
   529             itemtype = EIpsSetUiRadioButtonArray;
       
   530             itemid = EIpsSetUiWhenRoaming;
       
   531             itemlabel = qtn_fse_settings_mail_retrieve_roaming;
       
   532             itemarray = r_ips_set_when_to_sync_array_roaming;
       
   533             }
   529             }
   534         };
   530         };
   535     }
   531     }
   536 
   532 
   537 
   533 
  1067         };
  1063         };
  1068     }
  1064     }
  1069 
  1065 
  1070 // ---------------------------------------------------------------------------
  1066 // ---------------------------------------------------------------------------
  1071 //
  1067 //
  1072 //   r_ips_set_when_to_sync_array_roaming
       
  1073 //
       
  1074 // ---------------------------------------------------------------------------
       
  1075 //
       
  1076 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_roaming
       
  1077     {
       
  1078     items =
       
  1079         {
       
  1080         //
       
  1081         IPS_SET_ITEM
       
  1082             {
       
  1083             itemtype = EIpsSetUiItemRadioButton;
       
  1084             itemid = EIpsSetUiWhenRoamingBtnOn;
       
  1085             itemlabel = qtn_fse_settings_mail_alwaysconnected;
       
  1086             },
       
  1087         //
       
  1088         IPS_SET_ITEM
       
  1089             {
       
  1090             itemtype = EIpsSetUiItemRadioButton;
       
  1091             itemid = EIpsSetUiWhenRoamingBtnOff;
       
  1092             itemlabel = qtn_fse_settings_mail_onlyinhome;
       
  1093             }
       
  1094         };
       
  1095     }
       
  1096 
       
  1097 // ---------------------------------------------------------------------------
       
  1098 //
       
  1099 //   r_ips_set_when_to_sync_array_sync_hours
  1068 //   r_ips_set_when_to_sync_array_sync_hours
  1100 //
  1069 //
  1101 // ---------------------------------------------------------------------------
  1070 // ---------------------------------------------------------------------------
  1102 //
  1071 //
  1103 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours
  1072 RESOURCE IPS_SET_ARRAY r_ips_set_when_to_sync_array_sync_hours