Revert my previous change as trow says this will break auto-completion

2002-01-28  Jeffrey Stedfast  <fejj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_is_valid): Revert
	my previous change as trow says this will break auto-completion
	stuff.

svn path=/trunk/; revision=15496
This commit is contained in:
Jeffrey Stedfast
2002-01-28 18:28:12 +00:00
committed by Jeffrey Stedfast
parent 9d54937755
commit d0b75d273f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-01-28 Jeffrey Stedfast <fejj@ximian.com>
* backend/ebook/e-destination.c (e_destination_is_valid): Revert
my previous change as trow says this will break auto-completion
stuff.
2002-01-27 Ettore Perazzoli <ettore@ximian.com>
* gui/contact-editor/Makefile.am: Use EVOLUTION_ADDRESSBOOK_CFLAGS.

View File

@ -363,7 +363,7 @@ e_destination_is_valid (const EDestination *dest)
check to make sure that the address was valid according to
rfc822's addr-spec grammar. */
return email && *email;
return email && *email && strchr (email, '@');
}
gboolean