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: Re: Reading mail Date: Tue, 26 Jan 2010 21:10:22 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <87iqapi6k8.fsf@marauder.physik.uni-ulm.de> <87hbq90vw6.wl%anselm.helbig+news2009@googlemail.com> 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 1264538569 8622 80.91.229.12 (26 Jan 2010 20:42:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 20:42:49 +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 21:42:41 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 1NZsEh-0006zK-LG for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 21:42:07 +0100 Original-Received: from localhost ([127.0.0.1]:54310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZsEi-00044T-TN for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2010 15:42:08 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: LRrm+705wdZsAkVjNpYuYw.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:176423 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:71494 Archived-At: Richard Riley wrote: > Silly question, but it happens time and time again, did you actually > subscribe to your email groups? > What does the server list says? Hit "^" in groups to see your > connections. I delete my ~/rcnews, and now launching emacs and M-x gnus, now it read a list of newsgroup and show me nndoc+gnus-help. But it doesn't read my mail account... Anything else to add in ~/.gnus, which actually contains only? (setq gnus-select-method '(nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl) (nnir-search-engine imap) (nnimap-authinfo-file "~/.authinfo"))) Thanx!! M.