1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html>
<head>
<title>What happens when I "mute" or "unmute" a bug?</title>
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssreset/reset.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssfonts/fonts.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssbase/base.css" />
</head>
<body>
<h1>What happens when I "mute" a bug?</h1>
<p>
You may have a subscription to a bug target (e.g. a project or
distribution) that sends email notifications about bug activity.
However, you may not be interested in a particular bug. In that case
you can "mute" the bug and you will not receive notifications about it.
</p>
<p>
When "unmuting" a bug you are asked what kinds of messages you would
like to receive about the bug.
</p>
<p>
If you are subscribed via a team, but the team delivers its bug messages
via a mailing list or some other preferred email, the mute will not be
honored because doing so would prevent the other team members from
receiving the notifications.
</p>
</body>
</html>
|