I set this way my ~/.gnus to read mail:

;; READING MAIL POP3
;(require 'pop3)
(setq gnus-select-method '(nnml "mail"))
(setq gnus-permanently-visible-groups "mail")
(setq gnus-posting-styles
    '((".*"
        (name "Mauro Sacchetto")
        (address "[email protected]"))
        ("^nnml.*gmail"
        (address "[email protected]"))))
(setq mail-sources
     '((pop :server "pop.gmail.com"
            :port 995
            :user "[email protected]"
            :password "************"
            :connection ssl
            :leave t)
       (pop :server "pop.istruzione.it"
            :user "mauro.sacchetto"
            :password "*******")))
(setq message-directory "~/.Mail/")

But when I open Gnus whitin Emacs,
I'm not able to see the mail directory.
Anything wrong? Thanx!

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

Reply via email to