diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-02 05:41:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-02 05:41:12 +0800 |
commit | 068e5e40b09717f630f6bb12bc199d6a739db4e3 (patch) | |
tree | 96544d47d49b252f40fd3aaa18caf09806ee0e15 /mail/em-utils.h | |
parent | 4823916613b56d2cf046469b466ef5c6754b8d27 (diff) | |
download | gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.tar.gz gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.tar.zst gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.zip |
** Adds support for Contact Image in the preview pane
svn path=/trunk/; revision=33613
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 97b1aedfff..3f3da78650 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -103,6 +103,7 @@ char *em_uri_to_camel (const char *euri); /* is this address in the addressbook? caches results */ gboolean em_utils_in_addressbook(struct _CamelInternetAddress *addr); +struct _CamelMimePart *em_utils_contact_photo (struct _CamelInternetAddress *addr, gboolean local); const char *em_utils_snoop_type(struct _CamelMimePart *part); |