From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mauro Sacchetto Newsgroups: gmane.emacs.help Subject: Reading mail Date: Mon, 25 Jan 2010 21:52:19 +0100 Organization: Aioe.org NNTP Server Message-ID: Reply-To: mauro.sacchetto@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1264480403 16159 80.91.229.12 (26 Jan 2010 04:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 04:33:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 26 05:33:17 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZd76-0002u0-JG for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 05:33:16 +0100 Original-Received: from localhost ([127.0.0.1]:38747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZd77-00008g-RM for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jan 2010 23:33:17 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!elk.ncren.net!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: qYYUbz5cgQkarjs9o2f4Gw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: KNode/0.10.9 Original-Xref: news.stanford.edu gnu.emacs.help:176386 X-Mailman-Approved-At: Mon, 25 Jan 2010 23:24:21 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71468 Archived-At: 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.