diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-22 01:16:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-22 01:16:18 +0800 |
commit | 1cb59bd641bb4dabf4e2fad81cb5c61611d022e4 (patch) | |
tree | 006c117b575f1e858095c1320fcac5920cc7563e /mail/ChangeLog | |
parent | 09b9a3a4da1d8827a39fc2a7aad3402ff25250bf (diff) | |
download | gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar.gz gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar.bz2 gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar.lz gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar.xz gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.tar.zst gsoc2013-evolution-1cb59bd641bb4dabf4e2fad81cb5c61611d022e4.zip |
Allow the message to be sent even if there are no To recipients but only
2001-06-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (composer_get_message): Allow the message to be
sent even if there are no To recipients but only as long as there
are other recipients defined.
svn path=/trunk/; revision=10363
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fb9f6135f9..208dd6ec7c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-06-21 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (composer_get_message): Allow the message to be + sent even if there are no To recipients but only as long as there + are other recipients defined. + 2001-06-21 Jason Leach <jleach@ximian.com> * component-factory.c (mail_remove_storage): Deregister the @@ -6,7 +12,7 @@ 2001-06-20 Kjartan Maraas <kmaraas@gnome.org> - * folder-browser.c: More than on accel key is a tad + * folder-browser.c: More than one accel key is a tad confusing. 2001-06-19 Jeffrey Stedfast <fejj@ximian.com> |