[aur-dev] [PATCH 2/2] Change merge notification email

Marcel Korpel marcel.korpel at gmail.com
Wed Jun 17 00:08:20 UTC 2015


Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
 web/lib/pkgbasefuncs.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php
index e255cb4..0007164 100644
--- a/web/lib/pkgbasefuncs.inc.php
+++ b/web/lib/pkgbasefuncs.inc.php
@@ -461,7 +461,7 @@ function pkgbase_delete ($base_ids, $merge_base_id, $via, $grant=false) {
 			$body = "";
 			if ($merge_base_id) {
 				$body .= username_from_sid($_COOKIE['AURSID']) . " merged \"".$pkgbase_name."\" into \"$merge_base_name\".\n\n";
-				$body .= "You will no longer receive notifications about this package, please go to https://aur.archlinux.org" . get_pkgbase_uri($merge_base_name) . " and click the Notify button if you wish to recieve them again.";
+				$body .= "You will no longer receive notifications about this package, but you will automatically receive notifications about \"$merge_base_name\".";
 			} else {
 				$body .= username_from_sid($_COOKIE['AURSID']) . " deleted \"".$pkgbase_name."\".\n\n";
 				$body .= "You will no longer receive notifications about this package.";
-- 
2.4.3


More information about the aur-dev mailing list