Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Mail dir
@ 2010-04-18 16:24 Mauro Sacchetto
  0 siblings, 0 replies; only message in thread
From: Mauro Sacchetto @ 2010-04-18 16:24 UTC (permalink / raw)
  To: info-gnus-english

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-18 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-18 16:24 Mail dir Mauro Sacchetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).