summaryrefslogtreecommitdiff
path: root/noncore/net/mail/editaccounts.cpp
authorharlekin <harlekin>2003-12-17 00:18:06 (UTC)
committer harlekin <harlekin>2003-12-17 00:18:06 (UTC)
commitfb054f9c69224e14f446f405098bd5166377f58d (patch) (side-by-side diff)
tree6c729398a7f69eedf5554aa3c2509784eb9806df /noncore/net/mail/editaccounts.cpp
parent30e3e50ecb912e93faeeafbfff36f8032a904b84 (diff)
downloadopie-fb054f9c69224e14f446f405098bd5166377f58d.zip
opie-fb054f9c69224e14f446f405098bd5166377f58d.tar.gz
opie-fb054f9c69224e14f446f405098bd5166377f58d.tar.bz2
new account, changed account etc are there now without a restart ,)
Diffstat (limited to 'noncore/net/mail/editaccounts.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/editaccounts.cpp29
1 files changed, 15 insertions, 14 deletions
diff --git a/noncore/net/mail/editaccounts.cpp b/noncore/net/mail/editaccounts.cpp
index 1c80adb..1246037 100644
--- a/noncore/net/mail/editaccounts.cpp
+++ b/noncore/net/mail/editaccounts.cpp
@@ -18,3 +18,3 @@ EditAccounts::EditAccounts( Settings *s, QWidget *parent, const char *name, bool
settings = s;
-
+
mailList->addColumn( tr( "Account" ) );
@@ -23,3 +23,3 @@ EditAccounts::EditAccounts( Settings *s, QWidget *parent, const char *name, bool
newsList->addColumn( tr( "Account" ) );
-
+
connect( newMail, SIGNAL( clicked() ), SLOT( slotNewMail() ) );
@@ -72,3 +72,3 @@ void EditAccounts::slotNewAccount( const QString &type )
slotFillLists();
- } else {
+ } else {
account->remove();
@@ -96,2 +96,3 @@ void EditAccounts::slotNewAccount( const QString &type )
slotFillLists();
+
} else {
@@ -149,3 +150,3 @@ void EditAccounts::slotDeleteAccount( Account *account )
{
- if ( QMessageBox::information( this, tr( "Question" ),
+ if ( QMessageBox::information( this, tr( "Question" ),
tr( "<p>Do you really want to delete the selected Account?</p>" ),
@@ -161,3 +162,3 @@ void EditAccounts::slotEditMail()
if ( !mailList->currentItem() ) {
- QMessageBox::information( this, tr( "Error" ),
+ QMessageBox::information( this, tr( "Error" ),
tr( "<p>Please select an account.</p>" ),
@@ -174,3 +175,3 @@ void EditAccounts::slotDeleteMail()
if ( !mailList->currentItem() ) {
- QMessageBox::information( this, tr( "Error" ),
+ QMessageBox::information( this, tr( "Error" ),
tr( "<p>Please select an account.</p>" ),
@@ -179,3 +180,3 @@ void EditAccounts::slotDeleteMail()
}
-
+
Account *a = ((AccountListItem *) mailList->currentItem())->getAccount();
@@ -194,3 +195,3 @@ void EditAccounts::slotEditNews()
if ( !newsList->currentItem() ) {
- QMessageBox::information( this, tr( "Error" ),
+ QMessageBox::information( this, tr( "Error" ),
tr( "<p>Please select an account.</p>" ),
@@ -208,3 +209,3 @@ void EditAccounts::slotDeleteNews()
if ( !newsList->currentItem() ) {
- QMessageBox::information( this, tr( "Error" ),
+ QMessageBox::information( this, tr( "Error" ),
tr( "<p>Please select an account.</p>" ),
@@ -213,3 +214,3 @@ void EditAccounts::slotDeleteNews()
}
-
+
Account *a = ((AccountListItem *) newsList->currentItem())->getAccount();
@@ -221,3 +222,3 @@ void EditAccounts::slotAdjustColumns()
int currPage = configTab->currentPageIndex();
-
+
configTab->showPage( mailTab );
@@ -235,3 +236,3 @@ void EditAccounts::accept()
settings->saveAccounts();
-
+
QDialog::accept();
@@ -264,3 +265,3 @@ IMAPconfig::IMAPconfig( IMAPaccount *account, QWidget *parent, const char *name,
data = account;
-
+
fillValues();
@@ -431,3 +432,3 @@ NNTPconfig::NNTPconfig( NNTPaccount *account, QWidget *parent, const char *name,
connect( loginBox, SIGNAL( toggled( bool ) ), passLine, SLOT( setEnabled( bool ) ) );
-
+
fillValues();