mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
whitespacestuff
This commit is contained in:
parent
0b3e5228ac
commit
9dfe2ec1d6
@ -354,7 +354,8 @@
|
||||
$this->t->set_var('charset',$GLOBALS['egw']->translation->charset());
|
||||
}
|
||||
// only notify when requested, notify flag (MDNSent/MDNnotSent) not set, and message not already seen (some servers do not support the MDNSent/MDNnotSent flag)
|
||||
if ( $sent_not != "" && $this->bofelamimail->getNotifyFlags($this->uid,($flags?$flags:null)) === null && strpos( array2string($flags),'Seen')===false) {
|
||||
if ( $sent_not != "" && $this->bofelamimail->getNotifyFlags($this->uid,($flags?$flags:null)) === null && strpos( array2string($flags),'Seen')===false)
|
||||
{
|
||||
$this->t->set_var('sentNotify','sendNotify("'.$this->uid.'");');
|
||||
$this->t->set_var('lang_sendnotify',lang('The message sender has requested a response to indicate that you have read this message. Would you like to send a receipt?'));
|
||||
} else {
|
||||
|
@ -1466,7 +1466,8 @@ $j(document).ready(function() {
|
||||
$flags = $this->bofelamimail->getFlags($headerData['uid']);
|
||||
if ($this->bofelamimail->getNotifyFlags($headerData['uid'],($flags?$flags:null)) === null)
|
||||
{
|
||||
$headers = $this->bofelamimail->getMessageHeader($headerData['uid']);
|
||||
$headers = $this->bofelamimail->getMessageHeader($headerData['uid']);
|
||||
$sent_not = '';
|
||||
if ( isset($headers['DISPOSITION-NOTIFICATION-TO']) ) {
|
||||
$sent_not = $this->bofelamimail->decode_header(trim($headers['DISPOSITION-NOTIFICATION-TO']));
|
||||
} else if ( isset($headers['RETURN-RECEIPT-TO']) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user