Bug 65016

Summary: Warning box about pipelining support has confusing sentence
Product: [Applications] kmail Reporter: Felix Seeger <felix.seeger>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Felix Seeger 2003-09-26 21:57:30 UTC
Version:           1.5.9 (using KDE 3.1.92 (alpha2, CVS >= 20030921), compiled sources)
Compiler:          gcc version 3.3.2 20030908 (Debian prerelease)
OS:          Linux (i686) release 2.6.0-test4

The message box says:

This is configurable, because some servers support pipelining but don't announce their capabilities. To check if your POP3 server announces pipelining support, use the button at the bottom of the dialog.


But at this dialog (the message box) there is no button, only OK.
A user could think that OK will check it for them.
Comment 1 Marc Mutz 2003-09-28 01:18:23 UTC
Subject: kdepim/kmail

CVS commit by mutz: 

Fix #65016
CCMAIL: 65016-close@bugs.kde.org


  M +2 -2      accountdialog.cpp   1.128


--- kdepim/kmail/accountdialog.cpp  #1.127:1.128
@@ -1195,6 +1195,6 @@ void AccountDialog::slotPipeliningClicke
       "This is configurable, because some servers support pipelining "
       "but don't announce their capabilities. To check if your POP3 server "
-      "announces pipelining support, use the button at the bottom of "
-      "the dialog.\n"
+      "announces pipelining support, use the \"Check What the Server "
+      "Supports\" button at the bottom of the dialog.\n"
       "If your server doesn't announce it, but you want more speed then "
       "you should do some testing first by sending yourself a batch "