summaryrefslogtreecommitdiffstats
path: root/kmail/configuredialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-17 21:36:44 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-17 21:36:44 +0000
commit60cf0657c420a6717ffcf7bcd1f3ea7cf5ea7adc (patch)
tree96e70f7a20337fddb230efc97c4ba49cfced716a /kmail/configuredialog.cpp
parentd4b702756e673463c9fc008bc6e5931aac6a9011 (diff)
downloadtdepim-60cf0657c420a6717ffcf7bcd1f3ea7cf5ea7adc.tar.gz
tdepim-60cf0657c420a6717ffcf7bcd1f3ea7cf5ea7adc.zip
Reverted accidental inclusion of improper IMAP warning message
Thanks to Volker Krause for pointing this out to me git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1063342 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/configuredialog.cpp')
-rw-r--r--kmail/configuredialog.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/kmail/configuredialog.cpp b/kmail/configuredialog.cpp
index 032d1f9f..321a374c 100644
--- a/kmail/configuredialog.cpp
+++ b/kmail/configuredialog.cpp
@@ -1222,16 +1222,6 @@ void AccountsPage::ReceivingTab::slotAddAccount() {
return;
}
- if ( accountType == "cachedimap" )
- {
- KMessageBox::information(this, " WARNING:\n\n It is possible to lose your e-mail with a Disconnected IMAP account if you do not use it correctly. The purposes of Disconnected IMAP are to minimize bandwidth usage, to allow the user to decide when the client communicates with the server, and to keep a local copy of all e-mails.\n\n When using Disconnected IMAP, all changes (such as writing new e-mails, deleting e-mails, and moving e-mails between folders or accounts) are only made on the client until the user synchronizes the client with the server by using the Check Mail command when there is a network connection available.\n\n These are the commands that affect client-server syncronization:\n F5 synchronizes the current folder.\n Ctrl+L (Check Mail) synchronizes all folders in all accounts.\n Refresh Local IMAP Cache discards all local changes in the current folder.\n\n If you make changes that affect more than one folder or account, you should usually use Ctrl+L to make sure all of your changes are committed to the mail server. ",
- NULL, "dimap-warning", 0
-
-
- );
-
- }
-
KMAccount *account
= kmkernel->acctMgr()->create( QString::fromLatin1( accountType ) );
if ( !account ) {