~launchpad-pqm/launchpad/devel

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
<html>
  <head>
    <title>What happens when I stop delivery?</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 stop delivery?</h1>

    <p>
      Sometimes you will have bug subscriptions via a team and you no longer
      want to receive the emails.  If so, you can disable the delivery of the
      messages to yourself without affecting the other team members.
    </p>
    <p>
      However, if a team delivers its bug messages via a mailing list or some
      other preferred email, disabling email delivery will not be honored
      because doing so would prevent the other team members from receiving the
      notifications.
    </p>
  </body>
</html>