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.8 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 508471F4B4 for ; Tue, 2 Feb 2021 09:23:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232846AbhBBJVi (ORCPT ); Tue, 2 Feb 2021 04:21:38 -0500 Received: from cloud.peff.net ([104.130.231.41]:44136 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232529AbhBBJVU (ORCPT ); Tue, 2 Feb 2021 04:21:20 -0500 Received: (qmail 12490 invoked by uid 109); 2 Feb 2021 09:20:38 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 02 Feb 2021 09:20:38 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 32403 invoked by uid 111); 2 Feb 2021 09:20:39 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Tue, 02 Feb 2021 04:20:39 -0500 Authentication-Results: peff.net; auth=none Date: Tue, 2 Feb 2021 04:20:38 -0500 From: Jeff King To: Hongyi Zhao Cc: Junio C Hamano , Git List Subject: Re: Only receive the topics I participated in or initiated on this mailing list. Message-ID: 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 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. You can also read the archive at https://lore.kernel.org/git if you later feel like checking for threads you might have missed. -Peff