From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25534 Path: main.gmane.org!not-for-mail From: Andreas Muck Newsgroups: gmane.emacs.gnus.general Subject: [BUG] gnus-summary-limit-to-age and sparse threads Date: 29 Sep 1999 16:02:54 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162901 14430 80.91.224.250 (21 Oct 2002 01:15:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:15:01 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29539 for ; Wed, 29 Sep 1999 10:05:46 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB10908; Wed, 29 Sep 1999 09:05:16 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Sep 1999 09:05:49 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA21368 for ; Wed, 29 Sep 1999 09:05:38 -0500 (CDT) Original-Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29487 for ; Wed, 29 Sep 1999 10:02:32 -0400 (EDT) Original-Received: (from uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with UUCP id QAA17527 for ding@gnus.org; Wed, 29 Sep 1999 16:02:22 +0200 (CEST) (envelope-from andi@mantuzo.rhein-neckar.de) Original-Received: from mantuzo.rhein-neckar.de (root@mantuzo.rhein-neckar.de [193.197.90.243]) by koala.rhein-neckar.de (8.8.8/8.8.8) with ESMTP id QAA08821 for ; Wed, 29 Sep 1999 16:02:56 +0200 (CEST) (envelope-from andi@mantuzo.rhein-neckar.de) Original-Received: (from andi@localhost) by mantuzo.rhein-neckar.de (8.9.3/8.9.3) id QAA15499; Wed, 29 Sep 1999 16:02:55 +0200 Original-To: ding@gnus.org Original-Lines: 28 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25534 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25534 Hi I just upgraded to Gnus v0.96 and now my self-made auto-mark-old-mails-as-read :-) is faling. I found out that gnus-summary-limit-to-age fails is there are any sparse threads in the summary buffer. I have the following settings: (setq gnus-fetch-old-headers t) (setq gnus-build-sparse-threads 'some) This is what I get with debug-on-error when I try to limit-to-age in a group with sparse threads: Signaling: (error "Invalid date: ") signal(error ("Invalid date: ")) cerror("Invalid date: %s" "") apply(cerror ("Invalid date: %s" "")) error("Invalid date: %s" "") date-to-time("") #(60 nil) call-interactively(gnus-summary-limit-to-age) I'm not sure it's not my fault, because I didn't check all my old settings yet if they are still compatible, but I guess this is a real bug though. Andi