anhnmncb <[EMAIL PROTECTED]> writes:

> But fetchmail could not fetch rss feeds, I subscribed many, so gnus
> is very very slow, in gnus's manual, there is a way to fetch mail offline:
>   #!/bin/sh                                                                  
>   emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null
>   2>&1 

The manual says this:

#!/bin/sh
emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1

(Notice the wrong position of "-f" in what you posted.)

-- 
Bastien


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to