diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-29 08:43:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-29 08:43:49 +0800 |
commit | 2f904b426ce0b24a9b0893e6051058b5304c05b3 (patch) | |
tree | ad7bd88dcf48274fe323386c570e99c16696c248 /mail/ChangeLog | |
parent | aeb798c02882fb8198f9ecc948415be00db30b73 (diff) | |
download | gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar.gz gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar.bz2 gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar.lz gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar.xz gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.tar.zst gsoc2013-evolution-2f904b426ce0b24a9b0893e6051058b5304c05b3.zip |
Don't bother checking for invalid recipients anymore. If a recipient is
2002-01-28 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (composer_get_message): Don't bother checking
for invalid recipients anymore. If a recipient is invalid, the
transport error message will specify that now.
svn path=/trunk/; revision=15501
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a6b603bfad..23402a11fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-01-28 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (composer_get_message): Don't bother checking + for invalid recipients anymore. If a recipient is invalid, the + transport error message will specify that now. + 2002-01-28 Radek Doulik <rodo@ximian.com> * mail-callbacks.c (do_mail_print): print footer |