sogo: warning-removal-again f284fb71

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 16:30 warning-removal-again 32c146c5
Changeset

Comment out sendMail method in SOGoDraftObject and replace its sole known usage by sendMailAndCopyToSent.

In a 2011-09-26 commit (in Changelog.old), I understand the author wanted to
phase sendMail out and replace it by sendMailAndCopyToSent. Since there are
compilation warnings related to sendMail, removing the sendMail method and
replacing the sole call to it seemed like the cleanest way.

mod - SoObjects/Mailer/SOGoDraftObject.h Diff File
mod - SoObjects/Mailer/SOGoDraftObject.m Diff File
mod - UI/MailerUI/UIxMailEditor.m Diff File