From kde-devel Mon Jun 23 15:05:44 2003 From: Adam Gorzkiewicz Date: Mon, 23 Jun 2003 15:05:44 +0000 To: kde-devel Subject: kio_pop3.so X-MARC-Message: https://marc.info/?l=kde-devel&m=105638085201148 Hello! =================================================================== RCS file: /home/kde/kdebase/kioslave/pop3/pop3.cc,v retrieving revision 1.145 retrieving revision 1.146 diff -r1.145 -r1.146 27c27 < * $Id: pop3.cc,v 1.145 2003/04/02 01:05:29 staikos Exp $ --- > * $Id: pop3.cc,v 1.146 2003/06/22 17:31:25 mueller Exp $ 748,750c748 < if (noProgress) < /* nothing */; < else if (command(list_cmd.ascii(), buf, sizeof(buf) - 1)) { --- > if (!noProgress && command(list_cmd.ascii(), buf, sizeof(buf) - 1)) { Don't know why, but with kio_pop3.so compiled after this change - i can't get any message from my pop3 servers using my kmail, having a windowed error-message "Could not read file". With revision 1.145 everything seems to be ok. Regards -- Adam Gorzkiewicz PLD Linux Developer adgor@isn.pl adgor@pld-linux.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<