emailuis/emailui/src/freestyleemailuimailboxdeleter.cpp
branchRCL_3
changeset 32 a3a1ae9acec6
parent 8 e1b6206813b4
child 61 dcf0eedfc1a3
equal deleted inserted replaced
31:72d484772ca6 32:a3a1ae9acec6
   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() );