From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75928 Path: news.gmane.org!not-for-mail From: David Edmondson Newsgroups: gmane.emacs.gnus.general Subject: Re: Proposed default change: Show the lapsed time instead of the date Date: Tue, 25 Jan 2011 11:04:56 +0000 Organization: none Message-ID: <878vy9b5wn.fsf@ut.hh.sledj.net> References: <87mxmpkdu2.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295953606 15122 80.91.229.12 (25 Jan 2011 11:06:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 11:06:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24280@lists.math.uh.edu Tue Jan 25 12:06:42 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhgjS-00032B-D0 for ding-account@gmane.org; Tue, 25 Jan 2011 12:06:42 +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 1PhgjP-0003eH-RW; Tue, 25 Jan 2011 05:06:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PhgjO-0003e3-JY for ding@lists.math.uh.edu; Tue, 25 Jan 2011 05:06:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PhgjK-00060w-E8 for ding@lists.math.uh.edu; Tue, 25 Jan 2011 05:06:38 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PhgjI-0000En-BG for ding@gnus.org; Tue, 25 Jan 2011 12:06:32 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PhgjI-0002yC-3a for ding@gnus.org; Tue, 25 Jan 2011 12:06:32 +0100 Original-Received: from host81-149-164-25.in-addr.btopenworld.com ([81.149.164.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jan 2011 12:06:32 +0100 Original-Received: from dme by host81-149-164-25.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jan 2011 12:06:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host81-149-164-25.in-addr.btopenworld.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:/8sgpA0tO87DN23NW0VLKkHozc0= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75928 Archived-At: * francis.moro@gmail.com [2011-01-25 Tue 11:03] > Lars Ingebrigtsen writes: > >> I think reading the raw date header is pretty much useless, so I propose >> to make the following default change: >> >> (setq gnus-treat-date-lapsed 'head) > > hmm, setting this variable and I don't see anymore the "Date:" field at > all in my articles... You must add the `X-Sent' header to those displayed. If you want both X-Sent and Date: (setq gnus-article-date-lapsed-new-header t)