[Commits] [SCM] claws branch, master, updated. 3.16.0-206-g1d0409a

wwp at claws-mail.org wwp at claws-mail.org
Mon Jun 11 13:23:46 CEST 2018


The branch, master has been updated
       via  1d0409a41f55b3bf6e05a9f2a1a79643b8b62121 (commit)
       via  afb2211934dec2ef36d9597b91241f29e58fe112 (commit)
       via  83f6420d65cd319f592ad69f771e497c8434b5dd (commit)
       via  0c5dd5616e002f380d44e3d068fef890265c847b (commit)
      from  386c838845d6a44891555fee3d230889bf8126df (commit)

Summary of changes:
 src/messageview.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 1d0409a41f55b3bf6e05a9f2a1a79643b8b62121
Merge: afb2211 386c838
Author: wwp <wwp at free.fr>
Date:   Mon Jun 11 13:18:34 2018 +0200

    Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws


commit afb2211934dec2ef36d9597b91241f29e58fe112
Merge: 83f6420 f7c1067
Author: wwp <wwp at free.fr>
Date:   Mon Jun 11 11:21:09 2018 +0200

    Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws


commit 83f6420d65cd319f592ad69f771e497c8434b5dd
Merge: 0c5dd56 5c1c396
Author: wwp <wwp at free.fr>
Date:   Mon Jun 11 11:03:29 2018 +0200

    Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws


commit 0c5dd5616e002f380d44e3d068fef890265c847b
Author: wwp <wwp at free.fr>
Date:   Mon Jun 11 10:02:37 2018 +0200

    Remove un-necessary test, msginfo can't be null here, solves CID#1436912.

diff --git a/src/messageview.c b/src/messageview.c
index 558ab6b..1e675b6 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -1473,7 +1473,7 @@ gint messageview_show(MessageView *messageview, MsgInfo *msginfo,
 		g_free(subject);
 	}
 
-	if (msginfo && msginfo->folder) {
+	if (msginfo->folder) {
 		msginfo->folder->last_seen = msginfo->msgnum;	
 	}
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list