diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-29 01:36:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-29 01:36:31 +0800 |
commit | fbd1a80e319890c83423912913238a63f0478424 (patch) | |
tree | f9a78116c4206755a30dfc5c2f6899d6e0edd3fb /mail/ChangeLog | |
parent | dd4eb1738f82647b4ef4cf93e73c2cd4d5349456 (diff) | |
download | gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar.gz gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar.bz2 gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar.lz gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar.xz gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.tar.zst gsoc2013-evolution-fbd1a80e319890c83423912913238a63f0478424.zip |
Use `foo@bar' rather than `<foo@bar>' for recipient with no name.
* mail-format.c (write_recipients_to_stream): Use `foo@bar' rather
than `<foo@bar>' for recipient with no name.
svn path=/trunk/; revision=3247
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 557cadf3e8..169f836809 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2000-05-28 Dan Winship <danw@helixcode.com> + * mail-format.c (write_recipients_to_stream): Use `foo@bar' rather + than `<foo@bar>' for recipient with no name. + * mail-ops.c (fetch_mail): don't put up an error message if the user cancels the password dialog. |