--- a/emailuis/nmailui/inc/nmeditorview.h Fri May 28 13:56:43 2010 +0300
+++ b/emailuis/nmailui/inc/nmeditorview.h Thu Jun 10 16:14:05 2010 +0300
@@ -101,7 +101,7 @@
void attachmentRemoved(int result);
void removeAttachmentTriggered();
void handleSendOperationCompleted();
- void openAttachmentTriggered();
+ void openAttachmentTriggered( NmId attachmentId );
void onAttachmentReqCompleted(const QVariant &value);
void onAttachmentsFetchError(int errorCode, const QString& errorMessage);
void switchCcBccFieldVisibility();
@@ -112,8 +112,8 @@
void loadViewLayout();
void setMailboxName();
void fetchProgressDialogShow();
- void fetchMessageIfNeeded();
- void startMessageCreation(NmUiEditorStartMode startMode);
+ void fetchMessageIfNeeded(NmUiStartParam &startParam);
+ void startMessageCreation(NmUiStartParam &startParam);
void startSending();
void finalizeSending();
void createToolBar();