diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgui/unifiededitor/inc/msgunieditorview.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorview.h Wed Jun 23 18:09:17 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorview.h Tue Jul 06 14:12:40 2010 +0300 @@ -184,6 +184,13 @@ void setAttachOptionEnabled(MsgUnifiedEditorView::TBE_AttachOption opt, bool enable); + /** + * Addresses are all ok. Now parse not allowed chars away + * before giving it to MTM + * @param addresses, list of ConvergedMessageAddress + */ + void formatAddresses(ConvergedMessageAddressList& addresses); + private slots: /** @@ -207,11 +214,6 @@ void changePriority(); /** - * slot for different sending options. - */ - void sendingOptions(); - - /** * slot to current delete message. */ void deleteMessage();