Bug 65016 - Warning box about pipelining support has confusing sentence
Summary: Warning box about pipelining support has confusing sentence
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 21:57 UTC by Felix Seeger
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 "