From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81906 Path: news.gmane.org!not-for-mail From: Morten Leander Petersen Newsgroups: gmane.emacs.gnus.general Subject: ssl/tls Date: Sun, 10 Jun 2012 17:26:11 +0200 Message-ID: <87txyjnq7g.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339396826 6746 80.91.229.3 (11 Jun 2012 06:40:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2012 06:40:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30176@lists.math.uh.edu Mon Jun 11 08:40:25 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SdyIR-0003MD-Ce for ding-account@gmane.org; Mon, 11 Jun 2012 08:40:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SdyI5-00026q-E0; Mon, 11 Jun 2012 01:39:53 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Sdk5j-0005k3-5i for ding@lists.math.uh.edu; Sun, 10 Jun 2012 10:30:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Sdk5f-0001R0-Sb for ding@lists.math.uh.edu; Sun, 10 Jun 2012 10:30:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Sdk5d-0002CT-R8 for ding@gnus.org; Sun, 10 Jun 2012 17:30:05 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sdk5b-0005LC-Pm for ding@gnus.org; Sun, 10 Jun 2012 17:30:03 +0200 Original-Received: from 4107ds1-arve.0.fullrate.dk ([90.185.19.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jun 2012 17:30:03 +0200 Original-Received: from mortenlp2 by 4107ds1-arve.0.fullrate.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jun 2012 17:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 4107ds1-arve.0.fullrate.dk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:t4iIQ3di2/Fjw7iZ0P+UOr5UTfA= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81906 Archived-At: Hi I just upgraded to emacs 24.1 and ran into a problem. I use gnus to access my gmail account but when I type g to check for new mails it uses tls instead of ssl even though I have (nnimap-stream ssl) in my .gnus file. Also it asks for my imap-username even though .gnus contains (imap-username "mortenlp2"). In emacs 23.x everything worked just fine. The relevant part of my .gnus file is this: (add-to-list 'gnus-secondary-select-methods '(nnimap "gmail" (nnimap-address "imap.gmail.com") (imap-username "mortenlp2") (nnimap-server-port 993) (nnimap-stream ssl) (nnir-search-engine imap))) Does anyone know what to do? Thanks in advance. -- /Morten