diff options
Diffstat (limited to 'include/mail.h')
-rw-r--r-- | include/mail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mail.h b/include/mail.h index 2c0d3e2a4..030e50efb 100644 --- a/include/mail.h +++ b/include/mail.h @@ -26,7 +26,7 @@ namespace Mail class Message : public Thread { private: - Anope::string sendmail_path; + Anope::string sendmail_path; Anope::string send_from; Anope::string mail_to; Anope::string addr; @@ -36,7 +36,7 @@ namespace Mail bool success; public: - /** Construct this message. Once constructed call Thread::Start to launch the mail sending. + /** Construct this message. Once constructed call Thread::Start to launch the mail sending. * @param sf Config->SendFrom * @param mailto Name of person being mailed (u->nick, nc->display, etc) * @param addr Destination address to mail |