equal
deleted
inserted
replaced
2777 { |
2777 { |
2778 FUNC_LOG; |
2778 FUNC_LOG; |
2779 TBool ret( EFalse ); |
2779 TBool ret( EFalse ); |
2780 for ( TInt i = 0; i < iOperations.Count(); i++ ) |
2780 for ( TInt i = 0; i < iOperations.Count(); i++ ) |
2781 { |
2781 { |
2782 if( iOperations[i]->BaseOperation()->FSMailboxId() == aMailboxId ) |
2782 if( iOperations[i]->BaseOperation() && |
|
2783 iOperations[i]->BaseOperation()->FSMailboxId() == aMailboxId ) |
2783 { |
2784 { |
2784 ret = ETrue; |
2785 ret = ETrue; |
2785 } |
2786 } |
2786 } |
2787 } |
2787 return ret; |
2788 return ret; |