From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46067 Path: main.gmane.org!not-for-mail From: James Leifer Newsgroups: gmane.emacs.gnus.general Subject: "B e" expiry bug in nnmh? Date: Thu, 08 Aug 2002 21:17:17 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: James Leifer NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1028834294 29833 127.0.0.1 (8 Aug 2002 19:18:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2002 19:18:14 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17csnT-0007l4-00 for ; Thu, 08 Aug 2002 21:18:11 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17csnU-00033E-00; Thu, 08 Aug 2002 14:18:12 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Aug 2002 14:18:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA27469 for ; Thu, 8 Aug 2002 14:18:24 -0500 (CDT) Original-Received: (qmail 19180 invoked by alias); 8 Aug 2002 19:17:50 -0000 Original-Received: (qmail 19175 invoked from network); 8 Aug 2002 19:17:50 -0000 Original-Received: from concorde.inria.fr (192.93.2.39) by gnus.org with SMTP; 8 Aug 2002 19:17:50 -0000 Original-Received: from brouilly.inria.fr (brouilly.inria.fr [128.93.8.4]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g78JHMj27000 for ; Thu, 8 Aug 2002 21:17:22 +0200 (MET DST) Original-Received: by brouilly.inria.fr (Postfix, from userid 11404) id 541D94127; Thu, 8 Aug 2002 21:17:17 +0200 (CEST) Original-To: ding@gnus.org Original-Lines: 84 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/20.7 (i386-mandrake-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46067 I just sent this bug report off. I'm copying it to ding in case anyone has ideas. Cheers, J ==== I believe I have found a bug with "B e" expiry from nnmh groups. My relevant ~/.gnus settings are as follows: ; no auto expiry on exit of a group (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) ; read articles are not marked as expirable (remove-hook 'gnus-mark-article-hook 'gnus-summary-mark-read-and-unread-as-read) (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read) Furthermore, my nnmh:inbox has the parameters: (expiry-wait . immediate) (expiry-target . "nnmh:spam") Now, when I mark a couple of articles with E and then do B e, the articles all become marked G but do not move to nnmh:spam. James Leifer INRIA Rocquencourt Oort Gnus v0.07 GNU Emacs 20.7.1 (i386-mandrake-linux-gnu, X toolkit) of Tue Apr 3 2001 on bi.mandrakesoft.com 200 news-rocq InterNetNews NNRP server INN 2.2 21-Jan-1999 ready (posting ok). ------------------ Environment follows ------------------ (setq gnus-inhibit-startup-message t) (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnnil "")) (setq gnus-secondary-select-methods '((nnmaildir "nnmaildir-server" (directory "~/Maildir-groups/") (create-directory "../Maildirs/") (directory-files nnheader-directory-files-safe)))) (setq gnus-keep-backlog 400) (setq gnus-summary-prepare-exit-hook nil) (setq gnus-thread-indent-level 1) (setq gnus-auto-select-first nil) (setq gnus-auto-select-next nil) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-mark-article-hook '(gnus-summary-mark-unread-as-read)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-check-new-newsgroups nil) (setq gnus-setup-news-hook '(gnus-agent-queue-setup)) (setq gnus-save-quick-newsrc-hook '(fp-gnus-save-quick-newsrc-routine)) (setq gnus-group-mode-hook '(gnus-agent-mode)) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-text-html-renderer 'lynx) (setq message-cite-prefix-regexp "\\([ ]*\\(\\w\\|[-_.]\\)+>+\\|[ ]*[]>\x8bb|:}+]\\)+") (setq message-post-method '(nntp "news-rocq")) (setq message-mode-hook '(#[nil "Á\010!\207" [gnus-setup-message-group gnus-configure-posting-styles] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) (setq message-default-headers "Reply-To: James Leifer \nFrom: James Leifer \nGcc: nnmh:inbox\n")