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-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D937A1F803 for ; Mon, 7 Jan 2019 19:07:23 +0000 (UTC) Received: by mail-io1-xd33.google.com with SMTP id l14so1198575ioj.5 for ; Mon, 07 Jan 2019 11:07:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:user-agent; bh=s39jc8yw4NSrJX+ZHgJzzgaWtipmCq9mMJ4n1fsA1V0=; b=BG2P9kji/p0wNb6sABqMbRxcflPTX5Hj6XG1dnVvAQKSxX4Sxf245k2rDHsKFReeRS iVQ9LwhKdOB5cMWCZwZ6nTb819Z/x5JHu0p4dn6P0RWCZX80PbpaeKPmJnbr8K89bu7m 9QgD+XvqyrDPlOvMNVAi1Zs1ce2A9/jfpgTpY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-disposition:user-agent; bh=s39jc8yw4NSrJX+ZHgJzzgaWtipmCq9mMJ4n1fsA1V0=; b=uT9FAnFckriSGL1XpJr5aR8OFU0ChhwHsOcHdTSz04e6V35bbGkXowExtk0f+zJMAT l8qMtrtcD49Ah/N8aQi6ofkzlnjzGpcPTUaQdSg1oTzf22C0ICuQCQkT+Q1D/EkRYPwq +kYeHM5wWMcZvDhHss4FcHkcvEplY55b8/d/jz6glNfp0kgy5VvW5hhG3sDFhAuqESVc jYTGz7JVmC05Gn4IaAzLH73gKWBEEUIbFCbFRuh5T+EgJb3JLtKjPZZyRzC6l8NuzEL5 HflVsx8k8Y169NIMI74R5+Aes1/HmUMl2T6fhS2ja3nOGM1qAEys0jZ9WEIoKZeOEkbB c65w== X-Gm-Message-State: AJcUukfetIvAO1KJsNeuxwjAiK0bfwvEEh/nOCf0HSO54GaF7mjVsCZM +rCWAOR/1NZhlzE6ADeh7lAO9FPDyOqbag== X-Google-Smtp-Source: ALg8bN4XFr5r1HzJtKd6IQPZOLXpp/j5GLqJx58HGHgynOstWPKhueye9yFtgGGqwVhXhZ9Dn5+dmA== X-Received: by 2002:a6b:440e:: with SMTP id r14mr47563155ioa.78.1546888042508; Mon, 07 Jan 2019 11:07:22 -0800 (PST) Received: from pure.paranoia.local ([198.144.156.49]) by smtp.gmail.com with ESMTPSA id 193sm4912070itl.19.2019.01.07.11.07.21 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 07 Jan 2019 11:07:21 -0800 (PST) Date: Mon, 7 Jan 2019 14:07:19 -0500 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: RFE: unified message-id lookup across all inboxes Message-ID: <20190107190719.GE9442@pure.paranoia.local> Mail-Followup-To: meta@public-inbox.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: Hello, all: One of the features lore.kernel.org users have been asking for is ability to retrieve a message based on its message-id regardless of which inbox it's in. Perhaps look them up in the order they are listed in the config file and display the first found? The way it works currently is *almost* already what we want. E.g. if you access: https://lore.kernel.org/lkml/1545703503-20939-1-git-send-email-zhangkehong@hisilicon.com It will tell you that the message is in another inbox (it was sent to linux-arm-kernel and not cc'd to linux-kernel). The users don't like that extra click, so they really just want a "show me the message if it's anywhere on lore, and give me a link to marc.info, etc if not in any of them). It's been way too long since I've done Perl, which is why I'm not offering patches, sorry! :) Best, -K