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:
committed by
Jeffrey Stedfast
parent
9d54937755
commit
d0b75d273f
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user