diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-19 01:28:36 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-19 01:28:36 +0800 |
commit | f3eb475d586bc226f4cd3d82547254273e106d7c (patch) | |
tree | 392b6dcb95c0b4288194d746e0275f8e8952c8da /camel/ChangeLog | |
parent | 3c98da1fc7cbe17c28fed4a893efd5c6c8b763cf (diff) | |
download | gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar.gz gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar.bz2 gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar.lz gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar.xz gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.tar.zst gsoc2013-evolution-f3eb475d586bc226f4cd3d82547254273e106d7c.zip |
Fix output for when the name is empty
svn path=/trunk/; revision=4873
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 17bccfc015..09bfcac267 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-08-18 Peter Williams <peterw@helixcode.com> + + * camel-internet-address.c (internet_encode): If the name is "" we + weren't outputting anything; output the address at least. + 2000-08-16 Peter Williams <peterw@helixcode.com> * camel-internet-address.c (internet_encode): Fix a leak when |