From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: galen_boyer@yahoo.com Newsgroups: gmane.emacs.help Subject: Re: Help with Gnus and Gmail Date: Sat, 26 Dec 2009 00:00:50 -0500 Organization: Netfront http://www.netfront.net/ Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1261844977 14830 80.91.229.12 (26 Dec 2009 16:29:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Dec 2009 16:29:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 26 17:29:30 2009 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 1NOZWA-0002CH-Jq for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Dec 2009 17:29:26 +0100 Original-Received: from localhost ([127.0.0.1]:56418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOZWA-0006ji-QO for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Dec 2009 11:29:26 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!news.glorb.com!news.netfront.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 85 Original-NNTP-Posting-Host: 76.19.173.140 Original-X-Trace: adenine.netfront.net 1261803655 43641 76.19.173.140 (26 Dec 2009 05:00:55 GMT) Original-X-Complaints-To: news@netfront.net Original-NNTP-Posting-Date: Sat, 26 Dec 2009 05:00:55 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:eKF3H8+PxXJSaKFvNVNvREQsUIA= Original-Xref: news.stanford.edu gnu.emacs.help:175796 X-Mailman-Approved-At: Sat, 26 Dec 2009 11:27:44 -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:70876 Archived-At: Wang Lei writes: > Mario Castelán Castro writes: > [...] > > (setq gnus-select-method '(nnml "")) > > I use the nnml as the backend. This is part of my config, hope useful. > > (setq gnus-select-method '(nnml "")) > (setq mail-sources '((imap :server "imap.gmail.com" > :port 993 > :user "xxx@gmail.com" > :password "secret" > :authentication 'login > :stream ssl > :fetchflag "\\Seen") > (imap :server "imap.gmail.com" > :port 993 > :user "yyy@gmail.com" > :password "secret" > :authentication 'login > :stream ssl > :fetchflag "\\Seen"))) I followed this advice. I put my login info only into the .gnus.el (username and password changed) (setq gnus-select-method '(nnml "")) (setq mail-sources '((imap :server "imap.gmail.com" :port 993 :user "myusername@gmail.com" :password "secret" :authentication 'login :stream ssl))) The above was the only thing in the .gnus.el. I then started a fresh Emacs and then started Gnus. Here is the *messages* buffer directly after logging into GNUS (minus the messages from starting Emacs: Loading gnus...done Loading gnus-start...done Loading gnus-agent...done Loading bbdb-gnus...done Reading c:/Users/nrp0219342/Home/.newsrc.eld... Ignoring disappeared server `nnimap:gmail' Reading active file via nnml... nnml: Reading incoming mail from imap... Loading cl-macs...done Loading byte-opt...done Loading imap...done imap: Connecting to imap.gmail.com... imap: Opening SSL connection with `openssl s_client -quiet -ssl3 -connect %s:%p'...done Waiting for response from imap.gmail.com...done imap: Plaintext authentication... Loading utf7...done nnml: Reading incoming mail (no new mail)...done Reading active file via nnml...done Generating the cache active file...done No new newsgroups Checking new news... Opening nnml server on -ephemeral...done Checking new news...done What is fishy is the "Ignoring disappeared server" line. After Gnus is started, I do not see an imap group and the servers buffer does not have an imap server anywhere. My imap email account has unread messages in it. Suggestions? Thanks. -- Galen Boyer --- news://freenews.netfront.net/ - complaints: news@netfront.net ---