Mercurial > hg > xemacs
comparison my-news.el @ 61:963ac2f8e386
old local
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 05 Apr 2024 10:13:30 +0100 |
parents | 95ba4cc6ffe4 |
children | e7c2deb7de20 |
comparison
equal
deleted
inserted
replaced
60:77aefd805030 | 61:963ac2f8e386 |
---|---|
812 ) | 812 ) |
813 | 813 |
814 (setq message-citation-line-function (function safe-citation)) | 814 (setq message-citation-line-function (function safe-citation)) |
815 | 815 |
816 | 816 |
817 (defvar safelink_pat "https://[a-z0-9.]*safelinks.protection.outlook.com/\\?url=\\(https?%3A%2F%2F[^&<>\"]*\\)[^\"<> ]*") | 817 (defvar safelink_pat "https://[a-z0-9.]*safelinks.protection.outlook.com/\\?url=\\(\\(ftp\\|https?\\)%3A%2F%2F[^&<>\"]*\\)[^\"<> \n]*") |
818 | 818 |
819 (require 'url) | 819 (require 'url) |
820 | 820 |
821 (defvar url-ok-chars (nconc | 821 (defvar url-ok-chars (nconc |
822 '(?/ ?& ?% ?+ ?? ?= ?: ?; | 822 '(?/ ?& ?% ?+ ?? ?= ?: ?; |