help-gnu-emacs
[Top][All Lists]
Advanced

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

Reading mail


From: Mauro Sacchetto
Subject: Reading mail
Date: Mon, 25 Jan 2010 21:52:19 +0100
User-agent: KNode/0.10.9

I put in ~/.emacs the following:
(setq mail-sources
      '((file :path "/var/spool/mail/samiel")
       (pop :server "pop.gmail.com"
             :port 995
             :user "mauro.sacchetto@gmail.com"
             :password "*********"
             :connection ssl
             :leave t)
       (pop :server "pop.istruzione.it"
             :port 110
             :user "mauro.sacchetto"
             :password "**********")))
I try to receive and read mail with RMAIL,
Emacs seems to control, but it doesn't realize
really if there is new mail or not. In fact,
tells me "No new mail", even if it's not true.
Anything wrong in the lines over?
Thanx!
M.



reply via email to

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