emailuis/emailui/src/freestyleemailuimailboxdeleter.cpp
branchRCL_3
changeset 11 0396474f30f5
parent 8 e1b6206813b4
child 23 dcf0eedfc1a3
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
   146 
   146 
   147     if ( !mailbox )
   147     if ( !mailbox )
   148     	{
   148     	{
   149     	// Either no mailbox with the given ID exist or it is not allowed to
   149     	// Either no mailbox with the given ID exist or it is not allowed to
   150     	// be deleted.
   150     	// be deleted.
   151     	// TODO Display an error message?
   151     	// Display an error message?
   152     	CleanupStack::PopAndDestroy(); // mailboxes
   152     	CleanupStack::PopAndDestroy(); // mailboxes
   153     	return;
   153     	return;
   154     	}
   154     	}
   155 
   155 
   156     TBool response = ConfirmMailboxDeletionL( 1, mailbox->GetName() );
   156     TBool response = ConfirmMailboxDeletionL( 1, mailbox->GetName() );