From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83014 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Sent with Ma Gnus Date: Mon, 25 Mar 2013 08:14:14 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1364166875 7185 80.91.229.3 (24 Mar 2013 23:14:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2013 23:14:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31280@lists.math.uh.edu Mon Mar 25 00:15:02 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UJu7x-0007xx-6I for ding-account@gmane.org; Mon, 25 Mar 2013 00:15:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UJu7S-0007n3-G4; Sun, 24 Mar 2013 18:14:30 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UJu7Q-0007mj-Mc for ding@lists.math.uh.edu; Sun, 24 Mar 2013 18:14:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UJu7P-0000QH-AA for ding@lists.math.uh.edu; Sun, 24 Mar 2013 18:14:28 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.13.138] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UJu7N-0003o9-JO for ding@gnus.org; Mon, 25 Mar 2013 00:14:25 +0100 Original-Received: from localhost.localdomain ([127.0.0.1]:45367 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1UJu7F-002YWN-NH for ding@gnus.org; Sun, 24 Mar 2013 18:14:17 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:ccjfNZKMyJ0/K19hrERzwnScxT4= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4952 Ham tokens: 0.000-2211--13004h-0s--0d--H*u:Emacs, 0.000-613--3602h-0s--0d--H*u:Gnus, 0.000-36--206h-0s--0d--lambda, 0.000-2136--12584h-3s--0d--H*M:fsf, 0.000-2534--14943h-6s--0d--H*UA:Emacs Spam tokens: 0.999-4--0h-17s--0d--HX-AntiAbuse:gnus.org, 0.993-4324--167h-23036s--0d--H*r:quimby.gnus.org, 0.993-1--0h-2s--1d--HX-Get-Message-Sender-Via:sk:acl_c_a, 0.989-3979--267h-21779s--0d--H*Ad:D*gnus.org, 0.989-4087--277h-22385s--0d--HTo:D*gnus.org Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4952] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83014 Archived-At: Gabor Z. Papp wrote: > * Katsumi Yamaoka : >| The only difficulty of this way is to display the original date >| a sender made. > ...there is really no way to display the original date? Oops, I realized that's easy to do. Here it is: (setq gnus-article-date-headers '(original user-defined)) (setq gnus-article-time-format (lambda (time) (concat "X-Sent: " (article-lapsed-string time))))