(I found a simpler solution and superseded my last article, sorry.)
>>>>> In <[EMAIL PROTECTED]>
>>>>> 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---
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english