On 2007-03-26, Katsumi Yamaoka said:

> (defadvice gnus-summary-rescan-group (around dont-fetch-mails activate)
>   "Don't fetch mails for certain nnml groups."
>   (let ((nnml-get-new-mail
>        (unless (string-match "\\`nnml:Sent-Mails\\."
>                              gnus-newsgroup-name)
>          nnml-get-new-mail)))
>     ad-do-it))
>
> 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?

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to