Sent Fail notification disappears from notification panel if launching email app 34/96734/1
authorSan Cho <san.cho@samsung.com>
Tue, 24 May 2016 06:55:52 +0000 (15:55 +0900)
committerintae jeon <intae.jeon@samsung.com>
Thu, 10 Nov 2016 05:04:49 +0000 (21:04 -0800)
commit0eb2f3fceb6c8e8f5df890088459a82713dfd9be
treeb37c629a0da98e281445e63c5e52afb6d55a0415
parenta41892e6a9b123fd5497f9b60c85e7ae746f367e
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>
(cherry picked from commit e4f45b7ba6f4edd4094ac937b61abbaf2b70d1f1)
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