added menu entry to switch single post as unread, and fixed the setAllMsgAsRead function

This commit is contained in:
csoler 2020-09-10 20:07:13 +02:00
parent 96a8c23f1e
commit 8d6bd1a0b8
3 changed files with 16 additions and 20 deletions

View file

@ -157,6 +157,7 @@ private slots:
void updateZoomFactor(bool zoom_or_unzoom);
void switchView();
void switchOnlyUnread(bool b);
void markMessageUnread();
public slots:
void sortColumnFiles(int col,Qt::SortOrder so);