[Commits] [SCM] claws branch, master, updated. 3.17.8-2-ga09178fd0

paul at claws-mail.org paul at claws-mail.org
Tue Oct 20 13:47:56 CEST 2020


The branch, master has been updated
       via  a09178fd0a14f331bf4b2c48d6f97abd796ab597 (commit)
      from  77e119bf16e342172085d6f1c61db77ca0f182bf (commit)

Summary of changes:
 src/headerview.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit a09178fd0a14f331bf4b2c48d6f97abd796ab597
Author: Paul <paul at claws-mail.org>
Date:   Tue Oct 20 12:47:52 2020 +0100

    Face's are also saved from here: complete last commit

diff --git a/src/headerview.c b/src/headerview.c
index 602258804..5e45a09a7 100644
--- a/src/headerview.c
+++ b/src/headerview.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2020 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -253,7 +253,8 @@ static gint headerview_show_avatar (HeaderView *headerview, MsgInfo *msginfo)
 	avatarr->image = NULL; /* avoid destroying */
 	avatars_avatarrender_free(avatarr);
 
-	headerview_save_contact_pic(headerview, msginfo);
+	if (prefs_common.save_xface)
+		headerview_save_contact_pic(headerview, msginfo);
 	return 0;
 }
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list