From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37719 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: [ANNOUNCE] NNDiary, a diary backend for Gnus. Date: Sat, 11 Aug 2001 22:52:37 +0200 Message-ID: References: <3d6z5z8c.fsf@oce.orst.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035173085 15306 80.91.224.250 (21 Oct 2002 04:04:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:04:45 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 10472 invoked from network); 11 Aug 2001 20:53:07 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 11 Aug 2001 20:53:07 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien.cs.uni-dortmund.de [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id WAA07791; Sat, 11 Aug 2001 22:52:38 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id WAA07317; Sat, 11 Aug 2001 22:52:37 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id WAA14513; Sat, 11 Aug 2001 22:52:37 +0200 Original-To: Amos Gouaux In-Reply-To: (Amos Gouaux's message of "Sat, 11 Aug 2001 13:50:27 -0500") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 28 Xref: main.gmane.org gmane.emacs.gnus.general:37719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37719 Amos Gouaux writes: >>>>>> On Sat, 11 Aug 2001 02:04:02 +0200, >>>>>> Kai Gro=DFjohann (kg) writes: > > kg> And then I tell Gnus to always display dormant messages (as if with `/ > > How is this done? In principle it is very simple. Just add gnus-summary-limit-include-dormant to gnus-summary-mode-hook or something like this. But this function barfs when there are no dormants, so I did the following: (defun ls6-gnus-summary-show-dormant () "Display all the hidden articles that are marked as dormant." (interactive) (when gnus-newsgroup-dormant (prog1 (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit)) (gnus-summary-position-point)))) (add-hook 'gnus-summary-prepared-hook 'ls6-gnus-summary-show-dormant) kai --=20 ~/.signature: No such file or directory