email plugin: Kill threads before closing the associated socket
authorSebastian Harl <sh@tokkee.org>
Tue, 12 Dec 2006 09:50:12 +0000 (10:50 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 13 Dec 2006 07:01:08 +0000 (08:01 +0100)
commitd5cbc1d05cccf476b3ff77faa9b7039d46f16d45
tree0e0ae8af7f165a061336736b21ebcae86de71a3a
parent79e53b43ecee8b3d07efa98ea0c1c707d93e5e94
email plugin: Kill threads before closing the associated socket

If the socket is closed before the thread is terminated it might cause some
confusing error messages if the thread wants to read from the socket.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/email.c