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

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

Re: M-g on nnml group


From: Katsumi Yamaoka
Subject: Re: M-g on nnml group
Date: Mon, 26 Mar 2007 19:57:56 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

(I found a simpler solution and superseded my last article, sorry.)

>>>>> In <mailman.1434.1174895767.7795.info-gnus-english@gnu.org>
>>>>>   Leo wrote:

> On 2007-03-26, Katsumi Yamaoka said:

>> I have no idea if you wrote about the `M-g' command in the group
>> buffer, not in the summary buffer.

> I mean M-g in the group buffer. Does your solution still work?

Here it is:

--8<---------------cut here---------------start------------->8---
(defadvice gnus-activate-group (before dont-scan-certain-groups activate)
  "Don't scan certain groups."
  (when (string-match "\\`nnml:Sent-Mails\\." group)
    (ad-set-arg 1 nil)))
--8<---------------cut here---------------end--------------->8---


reply via email to

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