Albrecht Schlosser wrote:
> Michael Sweet wrote:
> 
>  > +0 from me; usually by the time the bug is assigned I either a) don't
>  > care or b) am the person the bug is assigned to...
> 
> Thanks for your vote, anyway, and Matt as well.
> 
> So far we've got 3 votes with a total of +2 votes after 11 days. This
> appears to be enough to change it, isn't it?
> 
> Mike, would you please be so kind to do this? I'm not familiar with php,
> and I wouldn't like to kill our STR system, if I try it myself... ;-)
> 
> OTOH, here is my proposal, maybe it's that simple?

Almost...

> Index: phplib/base-str.php
> ===================================================================
> --- phplib/base-str.php (revision 526)
> +++ phplib/base-str.php (working copy)
> @@ -262,7 +262,7 @@
>    if ($str->modify_user != $str->create_user)
>      $headers .= "Cc: " . auth_user_email($str->create_user) . "\n";
> 
> -  if ($str->manager_user != "" && $str->status <= STR_STATUS_UNRESOLVED)
> +  if ($str->status <= STR_STATUS_UNRESOLVED)

Actually, we want to check whether the bug is assigned since otherwise
we've already used the list address for To:.

>    {
>      if (!$str->is_published)
>      {
> 
> This is just one small modification for the cc: header.
> 
> Albrecht


-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to