talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a69d935c8f568def0da1785e17fe797093ff8d95
parent 9ce2976fe9101f689667360ed5d45861dcb109ea
Author: wwp <subscript@free.fr>
Date:   Tue, 19 Dec 2023 19:00:55 +0100

fix paste errors introduced in 07245a4ad3a7431561c939c35b77df60cd2746de

Diffstat:
Msrc/summaryview.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/summaryview.c b/src/summaryview.c @@ -1322,7 +1322,7 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, gboolean avoid summaryview->displayed); } - /* process the Mark if any */ + /* process the marks if any */ if (!is_refresh && (summaryview->mainwin->lock_count == 0 && (summaryview->moved > 0 || summaryview->copied > 0))) {