X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=vm;h=a25594bd55d6e9797c952e61c2672a44b7829520;hp=85a9bdcf3e420c14469d4f9b72baeb5aabd98b3c;hb=b01b564e2f6c23ab0b5440c7473c724901c600f5;hpb=2439cdd60f235b3ccde4ddc47c740e3c9ee43b99 diff --git a/vm b/vm index 85a9bdc..a25594b 100644 --- a/vm +++ b/vm @@ -518,7 +518,6 @@ an attachment") ) s)) - ;; You can not have a line starting with "From:" in a pure text ;; mail. The smtp server would add a leading character to prevent it. @@ -841,7 +840,9 @@ created." (ff/configure-faces '( - (vm-highlight-url :background "white" :foreground "#0000f0" :box nil) + ;; (vm-highlight-url :weight 'bold :foreground "#0000f0" :box nil) + (vm-highlight-url :underline nil :foreground "#0000f0" :box nil) + ;; (vm-highlight-url :background "white" :foreground "#0000f0" :box nil) (vm-highlighted-header :box nil) ;; :weight 'bold :background "white") (vm-attachment-button :background "#f0d0d0" :box nil)