diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-02 13:24:44 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-02 13:24:44 +0800 |
commit | d10adfea7a903356ccf15161955325a83ebd9863 (patch) | |
tree | 18306fb1abc01a1e675729abd0cfad9b7026f7de /addressbook/backend/ebook/e-card.h | |
parent | 353946a818a6e373773cdfcad543e9d6b65f042d (diff) | |
download | gsoc2013-evolution-d10adfea7a903356ccf15161955325a83ebd9863.tar.gz gsoc2013-evolution-d10adfea7a903356ccf15161955325a83ebd9863.tar.zst gsoc2013-evolution-d10adfea7a903356ccf15161955325a83ebd9863.zip |
use ECARD_UID_LINK_PREFIX.
2001-07-01 Chris Toshok <toshok@ximian.com>
* gui/contact-list-editor/e-contact-list-editor.c (fill_in_info):
use ECARD_UID_LINK_PREFIX.
* gui/contact-list-editor/e-contact-list-model.c
(e_contact_list_model_get_email): use ECARD_UID_LINK_PREFIX.
* backend/ebook/e-destination.h: add prototype for
e_destination_importv_list.
* backend/ebook/e-destination.c (e_destination_importv_list): new
function, take an ECard corresponding to an address list and
resolve any linked cards, returning an EDestination vector.
* backend/ebook/e-card.h (ECARD_UID_LINK_PREFIX): #define this here,
since we need to use it in a few places.
svn path=/trunk/; revision=10667
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r-- | addressbook/backend/ebook/e-card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h index d54d4c95fe..fa448704a5 100644 --- a/addressbook/backend/ebook/e-card.h +++ b/addressbook/backend/ebook/e-card.h @@ -125,6 +125,8 @@ float e_card_get_use_score (ECard void e_card_touch (ECard *card); /* Evolution List convenience functions */ +/* used for encoding uids in email addresses */ +#define ECARD_UID_LINK_PREFIX "|X-EVOLUTION-UID=" gboolean e_card_evolution_list (ECard *card); gboolean e_card_evolution_list_show_addresses(ECard *card); |