Re: [Extra] IMAP4rev2 , \recent and search new

Arnt Gulbrandsen <arnt@gulbrandsen.priv.no> Mon, 28 October 2019 20:54 UTC

Return-Path: <arnt@gulbrandsen.priv.no>
X-Original-To: extra@ietfa.amsl.com
Delivered-To: extra@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C4DB7120072 for <extra@ietfa.amsl.com>; Mon, 28 Oct 2019 13:54:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.998
X-Spam-Level:
X-Spam-Status: No, score=-1.998 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=gulbrandsen.priv.no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0-QTjvdiZn37 for <extra@ietfa.amsl.com>; Mon, 28 Oct 2019 13:54:17 -0700 (PDT)
Received: from stabil.gulbrandsen.priv.no (stabil.gulbrandsen.priv.no [IPv6:2a01:4f8:191:91a8::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7025E120024 for <extra@ietf.org>; Mon, 28 Oct 2019 13:54:17 -0700 (PDT)
Received: from stabil.gulbrandsen.priv.no (stabil.gulbrandsen.priv.no [IPv6:2a01:4f8:191:91a8::3]) by stabil.gulbrandsen.priv.no (Postfix) with ESMTP id 3D0A0C0050; Mon, 28 Oct 2019 20:57:56 +0000 (GMT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gulbrandsen.priv.no; s=mail; t=1572296276; bh=DUy3iPQ69LO5h4altfH3IUYbNKX2R+q/6A0gX2rY6n8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H35B4GTHgwhE/7ATF2LkW0n+MYlO80EpO2XVPT2aCVh29veq3RAWVBz2uXlRNwJ17 UyRkRksFX5FpmMHP8TOAMEyR5ZvhO5Vj3oYI40joUOj+tV4lY8nqHMaoCpGjPwwoQe KZ2vZJqcm+vbA5KL74woKsin9yjql8fW2+QlnFIk=
Received: from arnt@gulbrandsen.priv.no by stabil.gulbrandsen.priv.no (Archiveopteryx 3.2.0) with esmtpsa id 1572296275-27258-27256/9/66; Mon, 28 Oct 2019 20:57:55 +0000
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To: extra@ietf.org
Date: Mon, 28 Oct 2019 21:54:13 +0100
Mime-Version: 1.0
Message-Id: <d8a1ab07-13cd-4bd3-904b-c456125d0bcb@gulbrandsen.priv.no>
In-Reply-To: <CABa8R6uDkyD=PO1vAuuuzeELupMwRmvAeT-3OeOtqUW0S6wQ3Q@mail.gmail.com>
References: <aff50ed2-722b-4dc3-9d23-101db4538220@gulbrandsen.priv.no> <CABa8R6uDkyD=PO1vAuuuzeELupMwRmvAeT-3OeOtqUW0S6wQ3Q@mail.gmail.com>
User-Agent: Trojita/0.7; Qt/5.7.1; xcb; Linux; Devuan GNU/Linux 2.0 (ascii)
Content-Type: text/plain; charset="utf-8"; format="flowed"
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/WnkyoB77UtPY0RMamhjZaERktWE>
Subject: Re: [Extra] IMAP4rev2 , \recent and search new
X-BeenThere: extra@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Email mailstore and eXtensions To Revise or Amend <extra.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/extra>, <mailto:extra-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/extra/>
List-Post: <mailto:extra@ietf.org>
List-Help: <mailto:extra-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/extra>, <mailto:extra-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Oct 2019 20:54:19 -0000

On Monday 28 October 2019 21:33:57 CET, Brandon Long wrote:
> Using UNSEEN seems like a different type of lie, it is closer 
> to what \Recent means... but since they both existed, one would 
> think the difference between them may be what people consider 
> useful.

I suggested (optionally) aliasing it to UNSEEN since it seemed to me that 
any client that issues SEARCH NEW would want the search resunt to sometimes 
be nonempty.

Arnt