diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-27 03:28:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-27 03:28:52 +0800 |
commit | b86d822ec15050722006dacc84f535cb9dcf18b2 (patch) | |
tree | bc4f0d22217b82411d8affe20d23a9ab8cff90f4 /camel/ChangeLog | |
parent | 8019a39963c9f1997983157d3fe4c0187cd55967 (diff) | |
download | gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar.gz gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar.bz2 gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar.lz gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar.xz gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.tar.zst gsoc2013-evolution-b86d822ec15050722006dacc84f535cb9dcf18b2.zip |
Don't spew a warning if the message-id wasn't set by the application, not
2001-03-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-message.c (write_to_stream): Don't spew a warning if
the message-id wasn't set by the application, not a big deal since
we create one right here.
svn path=/trunk/; revision=8952
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d12d7f9971..9c3ad0cddb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-03-26 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-message.c (write_to_stream): Don't spew a warning if + the message-id wasn't set by the application, not a big deal since + we create one right here. + 2001-03-26 Dan Winship <danw@ximian.com> * providers/imap/camel-imap-command.c (camel_imap_command): keep a |