projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dde178
)
i18n in the imap plugin
author
Craig Andrews
<candrews@integralblue.com>
Sun, 10 Jan 2010 00:04:01 +0000
(19:04 -0500)
committer
Craig Andrews
<candrews@integralblue.com>
Sun, 10 Jan 2010 00:04:53 +0000
(19:04 -0500)
plugins/Imap/imapdaemon.php
patch
|
blob
|
history
diff --git
a/plugins/Imap/imapdaemon.php
b/plugins/Imap/imapdaemon.php
index a45c603cec1ec9a3b298fb97989a0120d3f13968..7e60e137632cf06fe346cc1584880d522d8a90fd 100755
(executable)
--- a/
plugins/Imap/imapdaemon.php
+++ b/
plugins/Imap/imapdaemon.php
@@
-117,7
+117,7
@@
class IMAPMailHandler extends MailHandler
{
$this->log(LOG_INFO, "Error: $from $msg");
$headers['To'] = $from;
- $headers['Subject'] =
"Error"
;
+ $headers['Subject'] =
_m('Error')
;
return mail_send(array($from), $headers, $msg);
}