info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus after start....


From: Reiner Steib
Subject: Re: Gnus after start....
Date: Mon, 23 Aug 2004 18:20:01 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Mon, Aug 23 2004, Josef Oswald wrote:

> Well what I like is that after Gnus starts, and gets all the Mail and
> checks the News-Server that it switches into a certain Mail-group which
> I read usually as first. 
>
> Any hints? 

,-----[ M-x apropos-variable RET gnus.*start.*hook RET ]
| gnus-before-startup-hook
|   Variable: A hook called at before startup.
| gnus-started-hook
|   Variable: A hook called as the last thing after startup.
| gnus-startup-hook
|   Variable: A hook called at startup.
`----

(defun my-gnus-startup ()
  (interactive)
  (gnus-group-jump-to-group "nnml+foo:bar"))

Put `my-gnus-startup' into `gnus-started-hook' should do the trick.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]