Your message dated Fri, 22 Sep 2006 18:46:36 +0100
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: queuegraph
Version: 1.1.0-1
Severity: wishlist
Since this package is somewhat derived from mailgraph it would be nice
if the titles would be displayed similarily. The attached fix does this.
Regards,
Joey
--
GNU does not eliminate all the world's problems, only some of them.
-- The GNU Manifesto
Please always Cc to me when replying to me on the lists.
--- queuegraph.cgi.orig 2006-09-12 12:30:26.000000000 +0200
+++ queuegraph.cgi 2006-09-12 12:33:05.000000000 +0200
@@ -92,7 +92,9 @@
print "<H1>Postfix Queue Statistics for $host</H1>\n";
for my $n (0..$#graphs) {
+ print '<div style="background: #dddddd; width: 892px">';
print "<H2>$graphs[$n]{title}</H2>\n";
+ print "</div>\n";
print "<P><IMG BORDER=\"0\"
SRC=\"$scriptname/queuegraph_${n}.png\" ALT=\"queuegraph\">\n";
}
--- End Message ---
--- Begin Message ---
Supplied patch integrated
signature.asc
Description: Digital signature
--- End Message ---