From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39225 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: marking dormant articles? Date: Wed, 10 Oct 2001 09:29:29 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174966 26770 80.91.224.250 (21 Oct 2002 04:36:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:36:06 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 6781 invoked from network); 10 Oct 2001 07:33:02 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 10 Oct 2001 07:33:02 -0000 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 15rDos-0004n7-00; Wed, 10 Oct 2001 02:30:22 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 10 Oct 2001 02:29:58 -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 CAA29093 for ; Wed, 10 Oct 2001 02:29:48 -0500 (CDT) Original-Received: (qmail 6716 invoked by alias); 10 Oct 2001 07:30:05 -0000 Original-Received: (qmail 6711 invoked from network); 10 Oct 2001 07:30:05 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 10 Oct 2001 07:30:05 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id f9A7TZq23652; Wed, 10 Oct 2001 09:29:35 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id JAA15139; Wed, 10 Oct 2001 09:29:30 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 34BAF20BD; Wed, 10 Oct 2001 09:29:30 +0200 (CEST) Original-To: Nick Papadonis In-Reply-To: (Nick Papadonis's message of "Tue, 09 Oct 2001 11:56:45 -0400") Original-Lines: 18 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.107 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39225 Nick Papadonis writes: > Is there any way to automatically mark dormant articles in a group? What do you mean by automatically? Which articles should be marked automatically? You can do things with articles you select for reading, see the variables gnus-mark-article-hook (only called when the article isn't marked at all) and gnus-select-article-hook (called every time the article is selected. You can mark all articles in a group as dormant by entering the group with C-u RET (be sure to select all articles), then `M P a M-& ?'. kai -- Linux provides a nice `poweroff' command, but where is `poweron'?