X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FImap%2Fimapmailhandler.php;h=e287523eef8a65230b2b76d1b689ba7c36e48af9;hb=0cca861ea7b029cfa8e247e225981158fef831c0;hp=3d4b6113a9abf8c99e8fd6171dccf18702d47c2b;hpb=fdb64eed2f1d24ad38fe4a6bc680e3592647c0a6;p=quix0rs-gnu-social.git diff --git a/plugins/Imap/imapmailhandler.php b/plugins/Imap/imapmailhandler.php index 3d4b6113a9..e287523eef 100644 --- a/plugins/Imap/imapmailhandler.php +++ b/plugins/Imap/imapmailhandler.php @@ -17,7 +17,9 @@ * along with this program. If not, see . */ -if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { + exit(1); +} class IMAPMailHandler extends MailHandler { @@ -25,6 +27,7 @@ class IMAPMailHandler extends MailHandler { $this->log(LOG_INFO, "Error: $from $msg"); $headers['To'] = $from; + // TRANS: E-mail subject in case of an error. $headers['Subject'] = _m('Error'); return mail_send(array($from), $headers, $msg);