From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77682 Path: news.gmane.org!not-for-mail From: nyc4bos@aol.com Newsgroups: gmane.emacs.gnus.general Subject: starttls and arguments Date: Sun, 13 Mar 2011 23:53:04 -0400 Message-ID: <84k4g2fjdr.fsf@aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300074873 32673 80.91.229.12 (14 Mar 2011 03:54:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 03:54:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26005@lists.math.uh.edu Mon Mar 14 04:54:28 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PyyrS-00053x-5q for ding-account@gmane.org; Mon, 14 Mar 2011 04:54:26 +0100 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 1PyyqN-0001YI-78; Sun, 13 Mar 2011 22:53:19 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PyyqK-0001Xw-1i for ding@lists.math.uh.edu; Sun, 13 Mar 2011 22:53:16 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PyyqI-0005SJ-Cw for ding@lists.math.uh.edu; Sun, 13 Mar 2011 22:53:15 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PyyqG-0005hk-7r for ding@gnus.org; Mon, 14 Mar 2011 04:53:12 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PyyqG-0004tW-04 for ding@gnus.org; Mon, 14 Mar 2011 04:53:12 +0100 Original-Received: from 216.57.89.58 ([216.57.89.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2011 04:53:11 +0100 Original-Received: from nyc4bos by 216.57.89.58 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2011 04:53:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 216.57.89.58 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:t7Bp1rxJ6hHCns2UygiSsM2HEQA= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77682 Archived-At: Hi, In previous versions of starttls.el you were able to add additional arguments via: (setq starttls-extra-arguments "--protocols ssl3") In the latest version from bzr you get the error: ; Unable to open server XXXXXX due to: Wrong type argument: listp, "--protocols ssl3" How do I get that functionality back? Thanks.