Bug 376286 - Add a "Mark as read" button in the new mail notification
Summary: Add a "Mark as read" button in the new mail notification
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.4.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 13:15 UTC by Nikolaos Kakouros
Modified: 2018-03-30 07:01 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaos Kakouros 2017-02-10 13:15:43 UTC
Now the notification only displays a "Read mail" button. It would be great if we could mark it as read from the notification.
Comment 1 naraesk 2017-10-07 11:02:29 UTC
+1, this would be very helpful.
Comment 2 sedrubal 2018-03-29 19:41:10 UTC
+1.

I'd also suggest an additional "Delete" button, for arriving spam. These buttons in notifications are one of my favourite features in k9 mail.
Comment 3 Laurent Montel 2018-03-30 06:20:12 UTC
Git commit 675a7df3586bd9d1b7dd40884ebbda23cdce6a52 by Laurent Montel.
Committed on 30/03/2018 at 06:19.
Pushed by mlaurent into branch 'master'.

Start to fix Bug 376286 - Add a "Mark as read" button in the new mail notification

M  +1    -1    agents/newmailnotifier/newmailnotifiersettingsdialog.cpp
M  +1    -1    agents/newmailnotifier/newmailnotifiershowmessagejob.h
M  +62   -2    agents/newmailnotifier/specialnotifierjob.cpp
M  +7    -0    agents/newmailnotifier/specialnotifierjob.h

https://commits.kde.org/kdepim-runtime/675a7df3586bd9d1b7dd40884ebbda23cdce6a52
Comment 4 Laurent Montel 2018-03-30 07:01:11 UTC
Git commit 87eb9e9df5d82f76a79cf4a30c9fce194112e908 by Laurent Montel.
Committed on 30/03/2018 at 07:00.
Pushed by mlaurent into branch 'master'.

Fix Bug 376286 - Add a "Mark as read" button in the new mail notification

FIXED-IN: 5.9.0

M  +10   -11   agents/newmailnotifier/specialnotifierjob.cpp
M  +1    -0    agents/newmailnotifier/specialnotifierjob.h

https://commits.kde.org/kdepim-runtime/87eb9e9df5d82f76a79cf4a30c9fce194112e908
Comment 5 Laurent Montel 2018-03-30 07:01:39 UTC
I added delete + mark as read button.
Regards