Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -39,12 +39,11 @@ (defcustom sbbs-boards '(("textboard.org" ("sol" "prog") nil)) "List of SchemeBBS sites and boards." :type '(repeat (list (string :tag "Board Domain") (repeat (string :tag "Board Name")) - (boolean :tag "Use TLS?"))) - :risky t) + (boolean :tag "Use TLS?")))) (defface sbbs--spoiler-face '((((background light)) :background "black" :foreground "black") (((background dark)) :background "white" :foreground "white")) "Face for spoiler text in threads.")