Update.
[elisp.git] / vm
diff --git a/vm b/vm
index 85a9bdc..a25594b 100644 (file)
--- 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)