diff lisp/vm/vm-startup.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents ec9a17fef872
children 7e54bd776075
line wrap: on
line diff
--- a/lisp/vm/vm-startup.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/vm/vm-startup.el	Mon Aug 13 08:53:38 2007 +0200
@@ -275,7 +275,7 @@
 (defun vm-mode (&optional read-only)
   "Major mode for reading mail.
 
-This is VM 6.19.
+This is VM 6.20.
 
 Commands:
    h - summarize folder contents
@@ -477,10 +477,12 @@
    vm-mime-digest-headers
    vm-mime-display-function
    vm-mime-external-content-types-alist
+   vm-mime-ignore-mime-version
    vm-mime-internal-content-types
    vm-mime-max-message-size
    vm-mode-hook
    vm-mosaic-program
+   vm-mosaic-program-switches
    vm-move-after-deleting
    vm-move-after-killing
    vm-move-after-undeleting
@@ -488,6 +490,7 @@
    vm-mutable-frames
    vm-mutable-windows
    vm-netscape-program
+   vm-netscape-program-switches
    vm-pop-bytes-per-session
    vm-pop-max-message-size
    vm-pop-md5-program
@@ -922,11 +925,13 @@
       'vm-mime-digest-headers
       'vm-mime-display-function
       'vm-mime-external-content-types-alist
+      'vm-mime-ignore-mime-version
       'vm-mime-internal-content-types
       'vm-mime-max-message-size
       'vm-mode-hook
       'vm-mode-hooks
       'vm-mosaic-program
+      'vm-mosaic-program-switches
       'vm-move-after-deleting
       'vm-move-after-undeleting
       'vm-move-messages-physically
@@ -934,6 +939,7 @@
       'vm-mutable-frames
       'vm-mutable-windows
       'vm-netscape-program
+      'vm-netscape-program-switches
       'vm-pop-bytes-per-session
       'vm-pop-max-message-size
       'vm-pop-messages-per-session
@@ -946,7 +952,8 @@
       'vm-quit-hook
       'vm-recognize-pop-maildrops
       'vm-reply-hook
-      'vm-reply-ignored-addresses
+;; don't feed the spammers or crackers
+;;      'vm-reply-ignored-addresses
       'vm-reply-ignored-reply-tos
       'vm-reply-subject-prefix
       'vm-resend-bounced-discard-header-regexp
@@ -1059,6 +1066,10 @@
 	  (or (vm-load-window-configurations vm-window-configuration-file)
 	      (setq vm-window-configurations vm-default-window-configuration)))
 	(setq vm-buffers-needing-display-update (make-vector 29 0))
+	;; default value of vm-mime-button-face is 'gui-button-face
+	;; this face doesn't exist by default in FSF Emacs 19.34.
+	;; Create it.
+	(and (fboundp 'make-face) (make-face 'gui-button-face))
 	(and (vm-mouse-support-possible-p)
 	     (vm-mouse-install-mouse))
 	(and (vm-menu-support-possible-p)