Gnus development mailing list
 help / color / mirror / Atom feed
* starttls and arguments
@ 2011-03-14  3:53 nyc4bos
  2011-03-15 15:46 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: nyc4bos @ 2011-03-14  3:53 UTC (permalink / raw)
  To: ding

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: starttls and arguments
  2011-03-14  3:53 starttls and arguments nyc4bos
@ 2011-03-15 15:46 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-03-15 15:46 UTC (permalink / raw)
  To: ding

nyc4bos@aol.com writes:

> 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"

That should be

(setq starttls-extra-arguments '("--protocols" "ssl3"))

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-15 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-14  3:53 starttls and arguments nyc4bos
2011-03-15 15:46 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).