summaryrefslogtreecommitdiffabout
path: root/kmicromail/opiemail.cpp
Side-by-side diff
Diffstat (limited to 'kmicromail/opiemail.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/opiemail.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/kmicromail/opiemail.cpp b/kmicromail/opiemail.cpp
index f68467c..197f7ec 100644
--- a/kmicromail/opiemail.cpp
+++ b/kmicromail/opiemail.cpp
@@ -144,4 +144,5 @@ void OpieMail::slotwriteMail2(const QString& namemail )
compose.exec();
mCurrentComposer = 0;
+ folderView->refreshOutgoing();
raise();
//qDebug("retttich ");
@@ -170,4 +171,5 @@ void OpieMail::slotwriteMail(const QString&name,const QString&email)
compose.exec();
mCurrentComposer = 0;
+ folderView->refreshOutgoing();
raise();
}
@@ -315,4 +317,5 @@ void OpieMail::replyMail()
}
mCurrentComposer = 0;
+ folderView->refreshOutgoing();
delete settings;
@@ -650,4 +653,5 @@ void OpieMail::reEditMail()
mCurrentComposer = &compose;
compose.exec();
+ folderView->refreshOutgoing();
mCurrentComposer = 0;
}
@@ -668,4 +672,5 @@ void OpieMail::insertAttendees(const QString& uid,const QStringList& nameList,co
compose.exec();
mCurrentComposer = 0;
+ folderView->refreshOutgoing();
raise();
}