From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11253 Path: news.gmane.org!not-for-mail From: Ed Newsgroups: gmane.emacs.gnus.user Subject: is nnimap broken? Is gnus 5.11 broken? Date: Tue, 29 Jul 2008 05:46:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <971c84c2-925e-4a75-80b4-37796d56e8a1@34g2000hsh.googlegroups.com> 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 1217338903 14626 80.91.229.12 (29 Jul 2008 13:41:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 13:41:43 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jul 29 15:42:33 2008 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 1KNpT3-0000im-SD for gegu-info-gnus-english@m.gmane.org; Tue, 29 Jul 2008 15:42:22 +0200 Original-Received: from localhost ([127.0.0.1]:36926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNpS9-00083X-Lq for gegu-info-gnus-english@m.gmane.org; Tue, 29 Jul 2008 09:41:25 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!34g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-NNTP-Posting-Host: 216.98.207.170 Original-X-Trace: posting.google.com 1217335594 9968 127.0.0.1 (29 Jul 2008 12:46:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 29 Jul 2008 12:46:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 34g2000hsh.googlegroups.com; posting-host=216.98.207.170; posting-account=ZMQu9woAAACP7fCCyNMnxtwNyxxXMXvN User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:81473 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:11253 Archived-At: Howdy all! I can't get gnus 5.11 working with nnimap. So I thought I had better check: does anyone use this? Has anyone gotten it to work? Is there a later version of gnus for which this works? Gnus is logging into my server OK, and I can get my mail via the server buffer, but there are no mail groups I can subscribe to. Here's my .gnus: (setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -CAfile /home/ ed/ssl/ed.crt -key /home/ed/.ssh/id_dsa -connect %s:993") (setq gnus-select-method '(nnimap "mail" ; (nnimap-authinfo-file "~/.authinfo") (nnimap-address "mail") (nnimap-server-port 993) (nnimap-list-pattern ("INBOX")) (nnimap-stream ssl) )) Meanwhile my sysadmin at work is telling me to switch away from gnus to something else which will work... Help! Ed