From owner-svn-src-head@freebsd.org Thu Nov 19 20:29:21 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE668473F97; Thu, 19 Nov 2020 20:29:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CcWVn5vfCz3MwM; Thu, 19 Nov 2020 20:29:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id B8B287485; Thu, 19 Nov 2020 20:29:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f172.google.com with SMTP id r127so2683536yba.10; Thu, 19 Nov 2020 12:29:21 -0800 (PST) X-Gm-Message-State: AOAM533BSMb1GxDp6xPeNrYbQmKBTJzcrp0VDSBKxKOSOVa65dsgk0Yf tL5upW0YlzeIFr537k4KK4TjrO+9PpDVeVYsHXo= X-Google-Smtp-Source: ABdhPJxvEPHTbwnLrVsOgy9drG7T9jCCz6m0XSfvq+Z1whiUI3ZSohPpQLHYKgJgsDs4XH/cQeRdfZgOQnx1jrno51o= X-Received: by 2002:a25:fc01:: with SMTP id v1mr19648900ybd.241.1605817761312; Thu, 19 Nov 2020 12:29:21 -0800 (PST) MIME-Version: 1.0 References: <202011141922.0AEJM2ld055995@repo.freebsd.org> <4f6f6b0a-e71c-a286-507e-abf2522c142c@FreeBSD.org> <617c0b5a-8295-8c53-ff18-6c7a5ace8a68@FreeBSD.org> In-Reply-To: <617c0b5a-8295-8c53-ff18-6c7a5ace8a68@FreeBSD.org> From: Li-Wen Hsu Date: Fri, 20 Nov 2020 04:29:09 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r367695 - in head/sys: kern sys To: John Baldwin Cc: Mark Johnston , Mateusz Guzik , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 20:29:21 -0000 On Fri, Nov 20, 2020 at 3:00 AM John Baldwin wrote: > On 11/18/20 8:52 PM, Mark Johnston wrote: > > There are some technical issues around Phabricator that would need to be > > ironed out before this is really doable. For me, the main one is that > > email notifications are all-or-nothing: I would very much like to be > > able to get email for each new review without automatically being > > subscribed. > > That would indeed be interesting. In all of the Projects I've worked > with using GH or e-mail, it does seem to be all-or-nothing if you are > on the notify list. > > Hmm, looks like you can create a Herald rule to do this btw. Let's > see if this works: > > https://reviews.freebsd.org/H138 Hmm, this reminds me there is an item on my TODO list: complete the setup of dev-reviews@ list: https://lists.freebsd.org/mailman/listinfo/dev-reviews The purpose of it is exactly to let people (only) subscribe to the newly created review. And thanks for your rule and I just realized there is a "mailing list" type of Phabricator user, Let's see if this works: https://reviews.freebsd.org/H139 Best, Li-Wen