emailuis/emailui/src/FreestyleEmailUiSettingsList.cpp
branchRCL_3
changeset 61 dcf0eedfc1a3
parent 52 efd4f1afd43e
equal deleted inserted replaced
60:d620048b4810 61:dcf0eedfc1a3
  1584         // check if protocol supports delete
  1584         // check if protocol supports delete
  1585         if ( mailBox->HasCapability( EFSMBoxCapaCanBeDeleted ) )
  1585         if ( mailBox->HasCapability( EFSMBoxCapaCanBeDeleted ) )
  1586             {
  1586             {
  1587             // start wait note
  1587             // start wait note
  1588             iWaitDialog = new (ELeave) CAknWaitDialog(
  1588             iWaitDialog = new (ELeave) CAknWaitDialog(
  1589                     (REINTERPRET_CAST(CEikDialog**, &iWaitDialog)), EFalse );
  1589                     (REINTERPRET_CAST(CEikDialog**, &iWaitDialog)), ETrue );
  1590             iWaitDialog->PrepareLC( R_FS_WAIT_NOTE_REMOVING_MAILBOX );
  1590             iWaitDialog->PrepareLC( R_FS_WAIT_NOTE_REMOVING_MAILBOX );
  1591             iWaitDialog->SetCallback( this );
  1591             iWaitDialog->SetCallback( this );
  1592             iWaitDialog->RunLD();
  1592             iWaitDialog->RunLD();
  1593 
  1593 
  1594             //emailindicator handling, is removed from 9.2
  1594             //emailindicator handling, is removed from 9.2