]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- hack to have reply subject containing at least issue id when hitting send mail...
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Mar 2005 07:20:23 +0000 (07:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-reply-subject.patch -> 1.1

eventum-reply-subject.patch [new file with mode: 0644]

diff --git a/eventum-reply-subject.patch b/eventum-reply-subject.patch
new file mode 100644 (file)
index 0000000..31fd897
--- /dev/null
@@ -0,0 +1,14 @@
+--- ./send.php~        2005-02-27 17:59:14.000000000 +0200
++++ ./send.php 2005-03-04 16:16:05.000000000 +0200
+@@ -134,6 +134,11 @@
+             "email"           => $email,
+             "parent_email_id" => $HTTP_GET_VARS["id"]
+         ));
++    } else {
++        $email["reply_subject"] = "[#" . $HTTP_GET_VARS['issue_id'] . "] ";
++        $tpl->bulkAssign(array(
++            "email"           => $email,
++        ));
+     }
+ }
This page took 0.033741 seconds and 4 git commands to generate.