Since I changed my email, I receive issues updates to both my previous mail and the current one.
The email change was done after the update to D6 of D.O. , if it matters at all.

Comments

vm’s picture

Category: bug » support
Status: Active » Fixed

Queue cleanup.

I am presuming this has been fixed?

If not please reopen

z.stolar’s picture

Status: Fixed » Active

Still a problem.

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

Please contact me with the two e-mail addresses where you are receiving notifications and once we've connected you can forward me some of the example mails. I can look in the DB to determine what is happening.

dww’s picture

I'll bet your project is configured to send emails to your old address. Edit the project(s), click on the "Issues" subtab, and scroll down to the "Issue email address" setting under the "issue email options" fieldset.

There's a duplicate issue about this somewhere, but I'm on a phone right now, not easy to look.

z.stolar’s picture

Status: Postponed (maintainer needs more info) » Active

No, actually the issue queue email under that tab is my new email address :)

dww’s picture

Status: Active » Closed (works as designed)

Here are all of your projects where you've subscribed yourself for issue notifications:

mysql> SELECT * FROM project_subscriptions WHERE uid = 48488 AND nid IN (SELECT nid FROM node WHERE uid = 48488 AND type = 'project_project');
+--------+-------+-------+
| nid    | uid   | level |
+--------+-------+-------+
|   3266 | 48488 |     1 | 
| 209830 | 48488 |     1 | 
| 269084 | 48488 |     1 | 
+--------+-------+-------+

(level 1 == "own issues").

Here's how you have all of your projects configured to also send email about all issues in each queue:

mysql> SELECT nid, mail_copy FROM project_issue_projects WHERE nid IN (SELECT nid FROM node WHERE uid = 48488 AND type = 'project_project');
+--------+---------------------+
| nid    | mail_copy           |
+--------+---------------------+
|   3266 | zohar@lin... | 
| 117475 |                     | 
| 209830 | z.stolar@g...  | 
| 269084 | zohar@lin... | 
| 339397 | zohar@lin... | 
| 345196 | zohar@lin... | 
+--------+---------------------+
6 rows in set (0.02 sec)

If you don't subscribe twice, you won't get duplicate emails.

z.stolar’s picture

Status: Closed (works as designed) » Active

Aha :-)

However - the issue remains, and this might not be the place to talk it over, as I have the feeling it has been already discussed elsewhere:

- How can I unsubscribe myself from issues (not through mail itself, not through user edit page)?
- If I want to be a good maintainer (which I'm not yet), I need to be able to see all my project's issues, participate in some of them, but still get one mail per issue. Is that feasible with the current system?

Thanks again for your help.

avpaderno’s picture

In the page used to subscribe you can select "none"; I guess it unsubscribe you.

z.stolar’s picture

Thanks @KiamLaLuno.
This URL is not achievable through any menu item around. Can you please paste an example URL here?

avpaderno’s picture

The link is present in the project issue page; to reach the project page for the projects you subscribed (where you can find the link to the issues page) use http://drupal.org/node/<nid>, where <nid> is the value you find in the database table dumps reported from dww.

vm’s picture

Status: Active » Fixed
z.stolar’s picture

Thank you all. Sorry for the partial blindness :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.