From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83009 Path: news.gmane.org!not-for-mail From: "Gabor Z. Papp" Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Sent with Ma Gnus Date: Fri, 22 Mar 2013 12:59:02 +0100 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 1363953585 19356 80.91.229.3 (22 Mar 2013 11:59:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 11:59:45 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M31275@lists.math.uh.edu Fri Mar 22 13:00:05 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 1UJ0dg-0002BO-CY for ding-account@gmane.org; Fri, 22 Mar 2013 13:00:04 +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 1UJ0cl-0002Cv-GC; Fri, 22 Mar 2013 06:59:07 -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 1UJ0cj-0002CZ-Pk for ding@lists.math.uh.edu; Fri, 22 Mar 2013 06:59:05 -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 1UJ0ci-0005iL-HD for ding@lists.math.uh.edu; Fri, 22 Mar 2013 06:59:05 -0500 Original-Received: from odpn1.odpn.net ([212.40.96.53]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UJ0ch-00067f-2Z for ding@gnus.org; Fri, 22 Mar 2013 12:59:03 +0100 Original-Received: from odpn1.odpn.net [212.40.96.53] by odpn1.odpn.net id 1UJ0cg-0001UR-6n; Fri, 22 Mar 2013 12:59:02 +0100 User-Agent: Gnus/5.110011 (No Gnus v0.11) X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83009 Archived-At: * Katsumi Yamaoka : | Otherwise, if you want X-Sent in addition to Date expressed in | local time, for example, you can do it like: | (setq gnus-article-time-format | (lambda (time) | (concat "Date: " (message-make-date time) "\n" | "X-Sent: " (article-lapsed-string time)))) Yes, I would like this, but... | 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?