diff -r e7aa27f58ae1 -r e1b6206813b4 emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp --- a/emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp Tue Feb 02 00:02:40 2010 +0200 +++ b/emailuis/emailui/src/FreestyleEmailUiGlobalSettingsList.cpp Fri Feb 19 22:37:30 2010 +0200 @@ -97,7 +97,7 @@ aId, iSettings.TitleDividers() ); return item; - } + }/* case EGlobalSettingsDownloadNotifications: { CAknBinaryPopupSettingItem* item = new ( ELeave ) @@ -105,7 +105,7 @@ aId, iSettings.DownloadNotifications() ); return item; - } + }*/ case EGlobalSettingsWarnBeforeDelete: { CAknBinaryPopupSettingItem* item = new ( ELeave ) @@ -204,7 +204,7 @@ iSettings.SetBodyPreview( crHandler->BodyPreview() ); iSettings.SetTitleDividers( crHandler->TitleDividers() ); - iSettings.SetDownloadNotifications( crHandler->DownloadNotifications() ); + //iSettings.SetDownloadNotifications( crHandler->DownloadNotifications() ); iSettings.SetActiveIdle( crHandler->ActiveIdle() ); iSettings.SetWarnBeforeDelete( crHandler->WarnBeforeDelete() ); //iSettings.SetDownloadHTMLImages( crHandler->DownloadHTMLImages() ); @@ -227,7 +227,7 @@ crHandler->SetBodyPreview( iSettings.BodyPreview() ); crHandler->SetTitleDividers( iSettings.TitleDividers() ); - crHandler->SetDownloadNotifications( iSettings.DownloadNotifications() ); + //crHandler->SetDownloadNotifications( iSettings.DownloadNotifications() ); crHandler->SetActiveIdle( iSettings.ActiveIdle() ); crHandler->SetWarnBeforeDelete( iSettings.WarnBeforeDelete() ); //crHandler->SetDownloadHTMLImages( iSettings.DownloadHTMLImages() );