From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id B05471F4B4 for ; Tue, 2 Feb 2021 22:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235737AbhBBWci (ORCPT ); Tue, 2 Feb 2021 17:32:38 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:50900 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232802AbhBBWch (ORCPT ); Tue, 2 Feb 2021 17:32:37 -0500 X-Greylist: delayed 496 seconds by postgrey-1.27 at vger.kernel.org; Tue, 02 Feb 2021 17:32:37 EST Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A4F5A1F4B4; Tue, 2 Feb 2021 22:23:39 +0000 (UTC) Date: Tue, 2 Feb 2021 22:23:39 +0000 From: Eric Wong To: Hongyi Zhao Cc: Jeff King , Junio C Hamano , git@vger.kernel.org Subject: Re: Only receive the topics I participated in or initiated on this mailing list. Message-ID: <20210202222339.GA20119@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hongyi Zhao wrote: > On Tue, Feb 2, 2021 at 5:20 PM Jeff King wrote: > > > > On Tue, Feb 02, 2021 at 05:02:53PM +0800, Hongyi Zhao wrote: > > > > > > If you only care about topics that you have participated in, the easiest > > > > thing is to simply unsubscribe from the list. > > > > > > Do you mean I still can post to this list without subscription to it? > > > > Yes. > > Does this rule apply to all the lists residing on ? Yes, and any exceptions would be documented. > > You can also read the archive at https://lore.kernel.org/git if you > > later feel like checking for threads you might have missed. Btw, you can use the "tc:" prefix to search To/Cc: fields as documented in https://lore.kernel.org/git/_/text/help/ You can get all the messages sent to you in gzipped mboxrd format via: curl -sSf -d '' 'https://lore.kernel.org/git/?q=tc:hongyi&x=m' >mboxrd.gz And public-inbox.org/git still exists for redundancy and dogfooding: curl -sSf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m' >mboxrd.gz There may be a CLI tool for dealing with that in the near future that lets you keep track of which messages you've read/unread or tagged :>