From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12188 Path: news.gmane.org!not-for-mail From: Marvin Newsgroups: gmane.emacs.gnus.user Subject: IMAP behaving strange Date: Wed, 13 May 2009 14:34:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242275294 31449 80.91.229.12 (14 May 2009 04:28:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 May 2009 04:28:14 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 14 06:28:05 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M4SY7-0000XI-W4 for gegu-info-gnus-english@m.gmane.org; Thu, 14 May 2009 06:28:04 +0200 Original-Received: from localhost ([127.0.0.1]:54571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4SY7-0007oa-9N for gegu-info-gnus-english@m.gmane.org; Thu, 14 May 2009 00:28:03 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l28g2000vba.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: 128.151.4.159 Original-X-Trace: posting.google.com 1242250445 26792 127.0.0.1 (13 May 2009 21:34:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 13 May 2009 21:34:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l28g2000vba.googlegroups.com; posting-host=128.151.4.159; posting-account=jXTRNwoAAAAR6XXyNUPo0mn81ycQObtH User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:82473 X-Mailman-Approved-At: Thu, 14 May 2009 00:28:01 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:12188 Archived-At: Hi there, I setup Gnus to read IMAP as follows (setq gnus-select-method '(nnimap "mail" (nnimap-address "imap.ece.rochester.edu") (nnimap-list-pattern ("INBOX" "mail/*" "Mail/*" "INBOX.*")) )) Which prompt me for my username and password, as I expected; however, when I type ^ to view the mailboxes I am prompted for username and passwd again (creating two instances) is this normal or am I doing something silly ? thanks MMD