From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Andrea G. Monaco" Newsgroups: gmane.emacs.devel Subject: Re: Unseen attribute doesn't get saved in rmail Date: Fri, 08 Jan 2021 22:33:14 +0100 Message-ID: <87eeivunad.fsf@autistici.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25176"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 08 22:37:09 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kxzRV-0006S4-Gc for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Jan 2021 22:37:09 +0100 Original-Received: from localhost ([::1]:59752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxzRU-0004qo-9s for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Jan 2021 16:37:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxzNs-0003qz-Bk for emacs-devel@gnu.org; Fri, 08 Jan 2021 16:33:24 -0500 Original-Received: from devianza.investici.org ([198.167.222.108]:43375) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxzNp-0006mp-NB for emacs-devel@gnu.org; Fri, 08 Jan 2021 16:33:24 -0500 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4DCGYT4tTfz6vH7 for ; Fri, 8 Jan 2021 21:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1610141597; bh=IuXMgh/YKfTD1QUBSTCSxC5E29Hq8Jkj5uTc5Wwhp9g=; h=From:To:Subject:Date:From; b=PzQ+2uxTAcrT0pz9wptFBzHDQEF2sekyi4oKwvELvSx7pDeVav9aUWg2N7xSexZNJ y0dcTPXgh2SLTGdYpVQNgndTmKktXHj3tcnaGRrtlYsf1ijVZon4bNdMNKA2bk+bly l5tHijbDyeXG7ruFjyXVU5TSqUbmFsbDNaUzw+N4= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4DCGYT3WZwz6vH2 for ; Fri, 8 Jan 2021 21:33:17 +0000 (UTC) Received-SPF: pass client-ip=198.167.222.108; envelope-from=andrea.monaco@autistici.org; helo=devianza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262776 Archived-At: > Why does it matter for your purposes? I usually don't delete my mail, I just read it, so it's important for me to keep track of read mail. For this use case, which I think is pretty common, clearing the unseen flag in a message should set the modified flag for the RMAIL buffer. Otherwise I have to manually set the flag in order to save the file, if I understand correctly. That seems like an unnecessary workaround. Warmly, Andrea Monaco