1
0
Fork 0

messages: Back button now goes back to list of messages

master
Richard de Boer 2022-01-11 19:18:19 +01:00
parent d32674f825
commit a945a32f51
No known key found for this signature in database
GPG Key ID: 8721727971871937
2 changed files with 2 additions and 1 deletions

View File

@ -26,3 +26,4 @@
0.17: Fix: Get dynamic dimensions of notify icon, fixed notification font
0.18: Use app-specific icon colors
Spread message action buttons out
Back button now goes back to list of messages

View File

@ -249,7 +249,7 @@ function showMessage(msgid) {
{type:"btn", src:getBackImage(), cb:()=>{
msg.new = false; saveMessages(); // read mail
cancelReloadTimeout(); // don't auto-reload to clock now
checkMessages({clockIfNoMsg:1,clockIfAllRead:0,showMsgIfUnread:1});
checkMessages({clockIfNoMsg:1,clockIfAllRead:0,showMsgIfUnread:0});
}} // back
];
if (msg.positive) {