camel-folder.c Just cosmetics.
authorTor Lillqvist <tml@novell.com>
Tue, 13 Dec 2005 13:34:16 +0000 (13:34 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 13 Dec 2005 13:34:16 +0000 (13:34 +0000)
commit81247b3a065c5e59c90f659ffdd1f09320b90dfc
tree51566f4996e28c1a3fd9b1a6ddb31c23e6a54c09
parent2c67179b61de96e9307a071a0a88f2223ba1d31b
camel-folder.c Just cosmetics.

2005-12-13  Tor Lillqvist  <tml@novell.com>

* camel-folder.c
* camel-junk-plugin.c: Just cosmetics.

* camel-tcp-stream-raw.h (struct _CamelTcpStreamRaw): There is no
way to find out a socket's blockingness state on Win32, so keep
the state in a separate flag field on Win32.

* camel-tcp-stream-raw.c: Use socket API wrapper macros to hide
Unix/Winsock differences. Use camel_read_socket() and
camel_write_socket() to read and write from sockets. Use
ioctlsocket(FIONBIO) to set and clean nonblocking mode on Win32.
camel/ChangeLog
camel/camel-folder.c
camel/camel-junk-plugin.c
camel/camel-tcp-stream-raw.c
camel/camel-tcp-stream-raw.h