sbbs.el

Check-in [9ba0256b5c]
Login
Overview
Comment:removed risky flag from sbbs-boards
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: 9ba0256b5ce58d33a8507a3928020fbdf3eb2ed233e6fb760837faa2f7c4fde4
User & Date: philip@warpmail.net on 2020-02-26 22:17:08
Other Links: branch diff | manifest | tags
Context
2020-02-26
22:22
stopped filling paragraphs after manual line break check-in: 50b5a3c4bd user: philip@warpmail.net tags: master, trunk
22:17
removed risky flag from sbbs-boards check-in: 9ba0256b5c user: philip@warpmail.net tags: master, trunk
15:23
enable sbbs-read-mode before fetching thread contents check-in: 5fba0a20a4 user: philip@warpmail.net tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified sbbs.el from [aca41172ba] to [cec0dbd9ca].

    37     37     :prefix "sbbs-")
    38     38   
    39     39   (defcustom sbbs-boards
    40     40     '(("textboard.org" ("sol" "prog") nil))
    41     41     "List of SchemeBBS sites and boards."
    42     42     :type '(repeat (list (string :tag "Board Domain")
    43     43                          (repeat (string :tag "Board Name"))
    44         -                       (boolean :tag "Use TLS?")))
    45         -  :risky t)
           44  +                       (boolean :tag "Use TLS?"))))
    46     45   
    47     46   (defface sbbs--spoiler-face
    48     47     '((((background light)) :background "black" :foreground "black")
    49     48       (((background dark)) :background "white" :foreground "white"))
    50     49     "Face for spoiler text in threads.")
    51     50   
    52     51   (defface sbbs--code-face