From unknown Sun Jun 22 11:32:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51825 <51825@debbugs.gnu.org> To: bug#51825 <51825@debbugs.gnu.org> Subject: Status: 27.1; gnus-summary-line-format: add %{year}, %{month}, %{day}... Reply-To: bug#51825 <51825@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:32:16 +0000 retitle 51825 27.1; gnus-summary-line-format: add %{year}, %{month}, %{day}= ... reassign 51825 emacs,gnus submitter 51825 =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson severity 51825 normal tag 51825 wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 22:46:28 2021 Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 03:46:28 +0000 Received: from localhost ([127.0.0.1]:48755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6TM-0003aB-MB for submit@debbugs.gnu.org; Sat, 13 Nov 2021 22:46:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:49140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6TK-0003a2-QT for submit@debbugs.gnu.org; Sat, 13 Nov 2021 22:46:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm6TK-0002Zt-Hf for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 22:46:26 -0500 Received: from bumble.maple.relay.mailchannels.net ([23.83.214.25]:32923) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm6TI-0006eD-N2 for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 22:46:26 -0500 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id E7933681147 for ; Sun, 14 Nov 2021 03:46:22 +0000 (UTC) Received: from pdx1-sub0-mail-a261.dreamhost.com (100-96-11-115.trex.outbound.svc.cluster.local [100.96.11.115]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 745436811B4 for ; Sun, 14 Nov 2021 03:46:22 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a261.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.96.11.115 (trex/6.4.3); Sun, 14 Nov 2021 03:46:22 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Squirrel-Reign: 38be956b53aff156_1636861582683_839859662 X-MC-Loop-Signature: 1636861582683:263439304 X-MC-Ingress-Time: 1636861582682 Received: from jidanni.org (114-46-60-192.dynamic-ip.hinet.net [114.46.60.192]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a261.dreamhost.com (Postfix) with ESMTPSA id 4HsJ5Z1h4hz3K for ; Sat, 13 Nov 2021 19:41:22 -0800 (PST) From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: bug-gnu-emacs@gnu.org Subject: 27.1; gnus-summary-line-format: add %{year}, %{month}, %{day}... X-Debbugs-Package: emacs,gnus Date: Sun, 14 Nov 2021 11:19:27 +0800 Message-ID: <877ddba0g0.5.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=23.83.214.25; envelope-from=jidanni@jidanni.org; helo=bumble.maple.relay.mailchannels.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Please add add %{year}, %{month}, %{day}... to gnus-summary-line-format. Else it is very hard to compose e.g., 2021/11/14 because all one has to work with are e.g. %o and cut-left max-right etc. Also the whole thing will fail in 10000 - 2021 = 7979 years too :-) From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 22:58:22 2021 Received: (at 51825) by debbugs.gnu.org; 14 Nov 2021 03:58:22 +0000 Received: from localhost ([127.0.0.1]:48784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6er-0003vk-K6 for submit@debbugs.gnu.org; Sat, 13 Nov 2021 22:58:22 -0500 Received: from quimby.gnus.org ([95.216.78.240]:55896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6el-0003vM-FA for 51825@debbugs.gnu.org; Sat, 13 Nov 2021 22:58:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=DCDujZObHCCdonbjTL+iRLLBlkrkabiKBzbcWyePS0A=; b=Y0EjCEuhx4c0M7vI/4xatM68eH HCKWyWnX7dBO/Oo6dj2L5mj27BIFqSmkjH0DwYv9+JUYEUhumcvXMloXLDxzRYyvy19m3s5//TVRj OnlO/JLYWx4AR/sgYVfEiqvBn4zezCJhSomx+YafwnPd53lvKNeHaQh310Hnl17/uFMg=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mm6ed-0000Iu-6j; Sun, 14 Nov 2021 04:58:09 +0100 From: Lars Ingebrigtsen To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#51825: 27.1; gnus-summary-line-format: add %{year}, %{month}, %{day}... References: <877ddba0g0.5.fsf@jidanni.org> X-Now-Playing: Hexting's _Post Post Rock Rock_: "ANAlien Confession" Date: Sun, 14 Nov 2021 04:58:06 +0100 In-Reply-To: <877ddba0g0.5.fsf@jidanni.org> (=?utf-8?B?IuepjeS4ueWwvA==?= Dan Jacobson"'s message of "Sun, 14 Nov 2021 11:19:27 +0800") Message-ID: <87y25rbd81.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: 積丹尼 Dan Jacobson writes: > Please add add %{year}, %{month}, %{day}... to gnus-summary-line-format. > Else it is very hard to compose e.g., > 2021/11/14 > because all one has to work with are e.g. %o and cut-left max-right et [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51825 Cc: 51825@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson writes: > Please add add %{year}, %{month}, %{day}... to gnus-summary-line-format. > Else it is very hard to compose e.g., > 2021/11/14 > because all one has to work with are e.g. %o and cut-left max-right etc. > Also the whole thing will fail in 10000 - 2021 =3D 7979 years too :-) No, if you want those, use a user-defined spec. Closing. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 22:58:22 2021 Received: (at control) by debbugs.gnu.org; 14 Nov 2021 03:58:22 +0000 Received: from localhost ([127.0.0.1]:48786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6es-0003vn-3G for submit@debbugs.gnu.org; Sat, 13 Nov 2021 22:58:22 -0500 Received: from quimby.gnus.org ([95.216.78.240]:55910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm6eq-0003vT-M9 for control@debbugs.gnu.org; Sat, 13 Nov 2021 22:58:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yP1AEhxCTYxULTFv/f3OZLwWkaYsiBYiQSxZvCVJZdw=; b=gtDJgjfKlNMg/TFkuMuSB2zNwx JPIp0Cd3OlP4ZPbIc/caC/0xetSVjVK8Dd7hxH1XPfACoUUxKiW0dwm/MTAVNmO+5eyKcxEipZZhD ua17GHyIjmaEy/tmsfFLT0hygRtzxElspein0aF59GnVj7Y2zrqyUeIuACXYcaYmKEqU=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mm6ei-0000J2-Ma for control@debbugs.gnu.org; Sun, 14 Nov 2021 04:58:15 +0100 Date: Sun, 14 Nov 2021 04:58:12 +0100 Message-Id: <87wnlbbd7v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51825 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 51825 wontfix close 51825 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 51825 wontfix close 51825 quit From unknown Sun Jun 22 11:32:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 12 Dec 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator