diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-12 07:46:52 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-12 07:46:52 +0800 |
commit | 188ec0d0254b5f1e6fa1f98e70f5ad0990184490 (patch) | |
tree | 2edc3f1928a6f3ab37474763791e9ca11516270b /calendar/gui/itip-utils.h | |
parent | e118c5cdbc09918fc648dd63d6f3c02cdcdfcdc2 (diff) | |
download | gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.tar.gz gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.tar.zst gsoc2013-evolution-188ec0d0254b5f1e6fa1f98e70f5ad0990184490.zip |
be careful about adding and stripping MAILTO:'s properly
2001-07-11 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c: be careful about adding and
stripping MAILTO:'s properly
* gui/dialogs/meeting-page.etspec: add missing columns
* gui/itip-utils.c (itip_strip_mailto): point to the real start of
the email address
* gui/itip-utils.h: add proto
* gui/itip-control-factory.c: get rid of the my address property
* gui/e-itip-control.c: use the users real identity to figure out
which attendee they are
(find_my_address): figure out who the user is among the attendees
* gui/e-itip-control.h: remove protos
* gui/dialogs/Makefile.am: extra dist etspecs
* gui/Makefile.am: ditto
svn path=/trunk/; revision=11020
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r-- | calendar/gui/itip-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index fcf53aada6..9a8fe330b6 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -30,6 +30,8 @@ typedef struct { GList *itip_addresses_get (void); void itip_addresses_free (GList *addresses); +const gchar *itip_strip_mailto (const gchar *address); + void itip_send_comp (CalComponentItipMethod method, CalComponent *comp); |