From: Byounghui Date: Wed, 10 Jul 2013 08:14:04 +0000 (+0900) Subject: a text changed. X-Git-Tag: submit/tizen_2.2/20130714.153010^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49dff228819996182acb7b970436eca71ab1344e;p=framework%2Fosp%2Fmessaging.git a text changed. Change-Id: If268fec26832ad3974256d0dd2f0ea22d1c87da9 Signed-off-by: Byounghui --- diff --git a/src/FMsg_MsgUtil.cpp b/src/FMsg_MsgUtil.cpp index 30965da..d33ff9c 100644 --- a/src/FMsg_MsgUtil.cpp +++ b/src/FMsg_MsgUtil.cpp @@ -1645,7 +1645,7 @@ _MsgUtil::SendEmail(const EmailMessage& message, const RecipientList& recipientL pMail->full_address_from = _StringConverter::CopyToCharArrayN(fromAddr); err = email_get_mailbox_by_mailbox_type(accountId, EMAIL_MAILBOX_TYPE_OUTBOX, &pMailbox); - SysTryCatch(NID_MSG, err == EMAIL_ERROR_NONE, r = E_STORAGE_FULL, r, "Account is Failed."); + SysTryCatch(NID_MSG, err == EMAIL_ERROR_NONE, r = E_STORAGE_FULL, r, "To get the info of mailbox data is failed."); //info pMail->account_id = pAccount->account_id;