Mailing List Archive

How to avoid double-emails on all git issue/PR updates?
Hi Team,

Mike Sokolov mentioned this recently, making me realize it was not just me
getting double-emails on comments on GitHub PRs/issues :)

I think it happens because we are subscribed to notifications on Apache org
repositories, so we get an email notification from GitHub (as an HTML
email). But then Apache mirrors these repos to its own Git instance, and
that also sends notification emails (as plain text).

Does anyone else see these duplicates because Mike S and I? How do you
avoid / fix it :) Which one should we unsubscribe from?

Mike McCandless

http://blog.mikemccandless.com
Re: How to avoid double-emails on all git issue/PR updates? [ In reply to ]
Hey Mike,

I'm only subscribed to issues/PRs I'm participating in on GitHub, which
I've found useful since I can filter these and be more reactive on them,
while still having access to the entire stream of activity via issues@l.a.o.

On Sun, Jul 10, 2022 at 2:27 PM Michael McCandless <
lucene@mikemccandless.com> wrote:

> Hi Team,
>
> Mike Sokolov mentioned this recently, making me realize it was not just me
> getting double-emails on comments on GitHub PRs/issues :)
>
> I think it happens because we are subscribed to notifications on Apache
> org repositories, so we get an email notification from GitHub (as an HTML
> email). But then Apache mirrors these repos to its own Git instance, and
> that also sends notification emails (as plain text).
>
> Does anyone else see these duplicates because Mike S and I? How do you
> avoid / fix it :) Which one should we unsubscribe from?
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>


--
Adrien
Re: How to avoid double-emails on all git issue/PR updates? [ In reply to ]
Hi,

I fully agree with Adrien, because the mails land in different IMAP
folders. This behaviour is also not different to JIRA, If I am watching
an issue or opened/assigned it to me, i get direct mails!

If I am actively working/watching on a PR or issue, i get the mail
adressed directly to my main mail adress and they land in the inbox.
Notifications about all issues of Lucene/Solr are filtered with Sieve
and land in the Lucene-issues and Solr-issues folders. This folder is
only checked quickly ("diagonally"), while mails adressed to me dircetly
get higher importance as they land in INBOX.

Theres also no way to prevent the duplicates if sent by different
systems with different message-ids. My mail filtering only removes
duplicates with same message ID (like mails going to multiple lists and
CCed to myself; Dovecot has support to remove them from beginning).

Uwe

Am 11.07.2022 um 11:17 schrieb Adrien Grand:
> Hey Mike,
>
> I'm only subscribed to issues/PRs I'm participating in on GitHub,
> which I've found useful since I can filter these and be more reactive
> on them, while still having access to the entire stream of activity
> via issues@l.a.o.
>
> On Sun, Jul 10, 2022 at 2:27 PM Michael McCandless
> <lucene@mikemccandless.com> wrote:
>
> Hi Team,
>
> Mike Sokolov mentioned this recently, making me realize it was not
> just me getting double-emails on comments on GitHub PRs/issues :)
>
> I think it happens because we are subscribed to notifications on
> Apache org repositories, so we get an email notification from
> GitHub (as an HTML email).  But then Apache mirrors these repos to
> its own Git instance, and that also sends notification emails (as
> plain text).
>
> Does anyone else see these duplicates because Mike S and I?  How
> do you avoid / fix it :)  Which one should we unsubscribe from?
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
>
> --
> Adrien

--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:uwe@thetaphi.de
Re: How to avoid double-emails on all git issue/PR updates? [ In reply to ]
Oh! thank you - this will be a big help. I just went to
https://github.com/apache/lucene and then under "Watch" selected
"participating and mentions" instead of "all activity" (which I had
before).

On Mon, Jul 11, 2022 at 5:46 AM Uwe Schindler <uwe@thetaphi.de> wrote:
>
> Hi,
>
> I fully agree with Adrien, because the mails land in different IMAP folders. This behaviour is also not different to JIRA, If I am watching an issue or opened/assigned it to me, i get direct mails!
>
> If I am actively working/watching on a PR or issue, i get the mail adressed directly to my main mail adress and they land in the inbox. Notifications about all issues of Lucene/Solr are filtered with Sieve and land in the Lucene-issues and Solr-issues folders. This folder is only checked quickly ("diagonally"), while mails adressed to me dircetly get higher importance as they land in INBOX.
>
> Theres also no way to prevent the duplicates if sent by different systems with different message-ids. My mail filtering only removes duplicates with same message ID (like mails going to multiple lists and CCed to myself; Dovecot has support to remove them from beginning).
>
> Uwe
>
> Am 11.07.2022 um 11:17 schrieb Adrien Grand:
>
> Hey Mike,
>
> I'm only subscribed to issues/PRs I'm participating in on GitHub, which I've found useful since I can filter these and be more reactive on them, while still having access to the entire stream of activity via issues@l.a.o.
>
> On Sun, Jul 10, 2022 at 2:27 PM Michael McCandless <lucene@mikemccandless.com> wrote:
>>
>> Hi Team,
>>
>> Mike Sokolov mentioned this recently, making me realize it was not just me getting double-emails on comments on GitHub PRs/issues :)
>>
>> I think it happens because we are subscribed to notifications on Apache org repositories, so we get an email notification from GitHub (as an HTML email). But then Apache mirrors these repos to its own Git instance, and that also sends notification emails (as plain text).
>>
>> Does anyone else see these duplicates because Mike S and I? How do you avoid / fix it :) Which one should we unsubscribe from?
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>
>
>
> --
> Adrien
>
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: uwe@thetaphi.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: How to avoid double-emails on all git issue/PR updates? [ In reply to ]
Ah that explains why you get ALL messages twice. I recognized that after
I sent my mail.

Sorry,

Uwe

Am 11.07.2022 um 15:47 schrieb Michael Sokolov:
> Oh! thank you - this will be a big help. I just went to
> https://github.com/apache/lucene and then under "Watch" selected
> "participating and mentions" instead of "all activity" (which I had
> before).
>
> On Mon, Jul 11, 2022 at 5:46 AM Uwe Schindler <uwe@thetaphi.de> wrote:
>> Hi,
>>
>> I fully agree with Adrien, because the mails land in different IMAP folders. This behaviour is also not different to JIRA, If I am watching an issue or opened/assigned it to me, i get direct mails!
>>
>> If I am actively working/watching on a PR or issue, i get the mail adressed directly to my main mail adress and they land in the inbox. Notifications about all issues of Lucene/Solr are filtered with Sieve and land in the Lucene-issues and Solr-issues folders. This folder is only checked quickly ("diagonally"), while mails adressed to me dircetly get higher importance as they land in INBOX.
>>
>> Theres also no way to prevent the duplicates if sent by different systems with different message-ids. My mail filtering only removes duplicates with same message ID (like mails going to multiple lists and CCed to myself; Dovecot has support to remove them from beginning).
>>
>> Uwe
>>
>> Am 11.07.2022 um 11:17 schrieb Adrien Grand:
>>
>> Hey Mike,
>>
>> I'm only subscribed to issues/PRs I'm participating in on GitHub, which I've found useful since I can filter these and be more reactive on them, while still having access to the entire stream of activity via issues@l.a.o.
>>
>> On Sun, Jul 10, 2022 at 2:27 PM Michael McCandless <lucene@mikemccandless.com> wrote:
>>> Hi Team,
>>>
>>> Mike Sokolov mentioned this recently, making me realize it was not just me getting double-emails on comments on GitHub PRs/issues :)
>>>
>>> I think it happens because we are subscribed to notifications on Apache org repositories, so we get an email notification from GitHub (as an HTML email). But then Apache mirrors these repos to its own Git instance, and that also sends notification emails (as plain text).
>>>
>>> Does anyone else see these duplicates because Mike S and I? How do you avoid / fix it :) Which one should we unsubscribe from?
>>>
>>> Mike McCandless
>>>
>>> http://blog.mikemccandless.com
>>
>>
>> --
>> Adrien
>>
>> --
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremen
>> https://www.thetaphi.de
>> eMail: uwe@thetaphi.de
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: uwe@thetaphi.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: How to avoid double-emails on all git issue/PR updates? [ In reply to ]
EXCELLENT! Thank you, I fixed this too in my settings. Phew :)

Mike McCandless

http://blog.mikemccandless.com


On Mon, Jul 11, 2022 at 9:53 AM Uwe Schindler <uwe@thetaphi.de> wrote:

> Ah that explains why you get ALL messages twice. I recognized that after
> I sent my mail.
>
> Sorry,
>
> Uwe
>
> Am 11.07.2022 um 15:47 schrieb Michael Sokolov:
> > Oh! thank you - this will be a big help. I just went to
> > https://github.com/apache/lucene and then under "Watch" selected
> > "participating and mentions" instead of "all activity" (which I had
> > before).
> >
> > On Mon, Jul 11, 2022 at 5:46 AM Uwe Schindler <uwe@thetaphi.de> wrote:
> >> Hi,
> >>
> >> I fully agree with Adrien, because the mails land in different IMAP
> folders. This behaviour is also not different to JIRA, If I am watching an
> issue or opened/assigned it to me, i get direct mails!
> >>
> >> If I am actively working/watching on a PR or issue, i get the mail
> adressed directly to my main mail adress and they land in the inbox.
> Notifications about all issues of Lucene/Solr are filtered with Sieve and
> land in the Lucene-issues and Solr-issues folders. This folder is only
> checked quickly ("diagonally"), while mails adressed to me dircetly get
> higher importance as they land in INBOX.
> >>
> >> Theres also no way to prevent the duplicates if sent by different
> systems with different message-ids. My mail filtering only removes
> duplicates with same message ID (like mails going to multiple lists and
> CCed to myself; Dovecot has support to remove them from beginning).
> >>
> >> Uwe
> >>
> >> Am 11.07.2022 um 11:17 schrieb Adrien Grand:
> >>
> >> Hey Mike,
> >>
> >> I'm only subscribed to issues/PRs I'm participating in on GitHub, which
> I've found useful since I can filter these and be more reactive on them,
> while still having access to the entire stream of activity via issues@l.a.o.
> >>
> >> On Sun, Jul 10, 2022 at 2:27 PM Michael McCandless <
> lucene@mikemccandless.com> wrote:
> >>> Hi Team,
> >>>
> >>> Mike Sokolov mentioned this recently, making me realize it was not
> just me getting double-emails on comments on GitHub PRs/issues :)
> >>>
> >>> I think it happens because we are subscribed to notifications on
> Apache org repositories, so we get an email notification from GitHub (as an
> HTML email). But then Apache mirrors these repos to its own Git instance,
> and that also sends notification emails (as plain text).
> >>>
> >>> Does anyone else see these duplicates because Mike S and I? How do
> you avoid / fix it :) Which one should we unsubscribe from?
> >>>
> >>> Mike McCandless
> >>>
> >>> http://blog.mikemccandless.com
> >>
> >>
> >> --
> >> Adrien
> >>
> >> --
> >> Uwe Schindler
> >> Achterdiek 19, D-28357 Bremen
> >> https://www.thetaphi.de
> >> eMail: uwe@thetaphi.de
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
> --
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> https://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>