info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mail dir


From: Mauro Sacchetto
Subject: Mail dir
Date: Tue, 04 May 2010 15:48:18 -0000
User-agent: KNode/0.10.9

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 "mauro.sacchetto@gmail.com"))
        ("^nnml.*gmail"
        (address "mauro.sacchetto@gmail.com"))))
(setq mail-sources
     '((pop :server "pop.gmail.com"
            :port 995
            :user "mauro.sacchetto@gmail.com"
            :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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]