Sent Fail notification disappears from notification panel if launching email app 23/96123/3
authorSan Cho <san.cho@samsung.com>
Tue, 24 May 2016 06:55:52 +0000 (15:55 +0900)
committerintae, jeon <intae.jeon@samsung.com>
Wed, 9 Nov 2016 06:50:48 +0000 (15:50 +0900)
commite4f45b7ba6f4edd4094ac937b61abbaf2b70d1f1
treeb37c629a0da98e281445e63c5e52afb6d55a0415
parentcc93fcf5b51ec4d992d3f832bd41a3cabb5139fe
Sent Fail notification disappears from notification panel if launching email app

[Problem] "Sent Fail" notification disappears from notification panel if launching email app
[Cause & Measure] Cause: emcore_clear_notification() is called if email app is launched, then email-service removes all notification unconditionally.
Measure: set noti type when inserting notification, and classify the sent fail notification when emcore_clear_notification is called.

Change-Id: I6ddd96ff6259356160ccc4e733fba7cc22190105
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
email-common-use/include/email-internal-types.h
email-core/email-core-account.c
email-core/email-core-utils.c
email-core/email-storage/email-storage.c
email-core/include/email-core-utils.h