diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-26 01:59:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-26 01:59:07 +0800 |
commit | dffee3727463f7b84cd97f650cc3adc1b36aa81d (patch) | |
tree | b6bc5a203e589f4ec2690c49862bfd9bc2857e37 /camel/ChangeLog | |
parent | 55499dc0155c1fee40539cd23774453cb3d5cb1d (diff) | |
download | gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar.gz gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar.bz2 gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar.lz gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar.xz gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.tar.zst gsoc2013-evolution-dffee3727463f7b84cd97f650cc3adc1b36aa81d.zip |
Don't add a Mime-Version header to a message that already has one.
* camel-mime-message.c (write_to_stream): Don't add a Mime-Version
header to a message that already has one.
* camel-internet-address.c (internet_encode): Don't put <>s around
addresses with no name part.
svn path=/trunk/; revision=4318
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 33c5b6714a..4e54f475db 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-07-25 Dan Winship <danw@helixcode.com> + + * camel-mime-message.c (write_to_stream): Don't add a Mime-Version + header to a message that already has one. + + * camel-internet-address.c (internet_encode): Don't put <>s around + addresses with no name part. + 2000-07-25 Peter Williams <peterw@helixcode.com> * providers/imap/camel-imap-folder.c (imap_expunge): Set |