On Nov 25, 10:17 am, Frédéric Perrin <[email protected]> wrote:
> Le lundi 23 à 5:06, subopt a écrit :
>
> > I'm still pretty unsure of what i'm doing though. Can someone show me
> > what i need in my .gnus file to do the following? :
>
> > 1. Download all messages from my pop account to ~/gnus-pop-email/.
>
> > 2. Delete all downloaded email from the pop3 server.
>
> For these two items, you will want to use fetchmail or getmail (the
> second is actively maintained, with a responsive author). Configure it
> to deliver mail to ~/gnus-pop-email/, and then in your .gnus:
>
> (setq gnus-select-method '(nnnil "")
>       ;; Where mails are to be found
>       mail-sources '((maildir :path "~/gnus-pop-email/")
>                      (file))
>       ;; Where and how to store mail for Gnus' consumption
>       message-directory "/donnees/prive/Mail/"
>       gnus-secondary-select-methods '((nnml "ML"))
>                     )
>
> --
> Fred

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

Reply via email to