projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add option to avoid Face images being saved to addrbook
[claws.git]
/
src
/
textview.c
diff --git
a/src/textview.c
b/src/textview.c
index a76d88e2ea396af6d6e6b9d818214e6d935f6109..230639ce50d7ab321f8319070e542d4247b7063a 100644
(file)
--- a/
src/textview.c
+++ b/
src/textview.c
@@
-2305,8
+2305,8
@@
static void textview_show_header(TextView *textview, GPtrArray *headers)
}
textview_show_avatar(textview);
-
- textview_save_contact_pic(textview);
+ if (prefs_common.save_xface)
+
textview_save_contact_pic(textview);
textview_show_contact_pic(textview);
}