]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-mailthreads.patch
- adopt more buttons patch from dokuwiki-tpl-sidebar
[packages/dokuwiki.git] / dokuwiki-mailthreads.patch
index 0a6308302b8212f9384cd5db7e07c49ae2f30db3..893b468a4a35875a8f329fe7350c39d5c33e2fd8 100644 (file)
@@ -1,10 +1,11 @@
---- dokuwiki-2010-11-07/inc/common.php~        2010-11-07 22:38:45.000000000 +0200
-+++ dokuwiki-2010-11-07/inc/common.php 2010-11-07 22:41:54.567137751 +0200
-@@ -1163,7 +1163,20 @@
-         $subject = '['.utf8_substr($conf['title'], 0, 20).'...] '.$subject;
+--- dokuwiki-20110329/inc/common.php~  2011-03-29 09:15:04.000000000 +0300
++++ dokuwiki-20110329/inc/common.php   2011-03-29 09:16:58.468168676 +0300
+@@ -1190,7 +1190,21 @@
+     }else{
+         $subject = '['.$conf['mailprefix'].'] '.$subject;
      }
 -    mail_send($to,$subject,$text,$conf['mailfrom'],'',$bcc);
++
 +    $headers = array();
 +    // add mail headers to identify page changes in same mail thread
 +    $file = wikiFN($id);
This page took 0.127155 seconds and 4 git commands to generate.