Bug #691126 - Fix warnings found by Clang (POP3 part)
authorMilan Crha <mcrha@redhat.com>
Fri, 18 Jan 2013 11:18:11 +0000 (12:18 +0100)
committerMilan Crha <mcrha@redhat.com>
Fri, 18 Jan 2013 11:18:11 +0000 (12:18 +0100)
commit753949ff886dcff52ee584f79e593046b564a662
treed4e733de5d835e08e6362c556b365727e449662f
parentd998ac920f8e3afa6090e75b7d908a58fe4230c4
Bug #691126 - Fix warnings found by Clang (POP3 part)

The change itself fixed a symbol clash on CAMEL_POP3_STREAM_LINE,
where one was an enum value, and the other a line size integer.
It may or may not change behaviour of the POP3 provider.
This is committed separately, and only to master branch, to give
the change more time for testing.
camel/providers/pop3/camel-pop3-stream.c