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

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents e04119814345
children 7e54bd776075
line wrap: on
line diff
--- a/lisp/vm/vm-autoload.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/vm/vm-autoload.el	Mon Aug 13 08:53:38 2007 +0200
@@ -977,6 +977,8 @@
 
 (autoload (quote vm-parent-of) "vm-message" nil nil (quote macro))
 
+(autoload (quote vm-references-of) "vm-message" nil nil (quote macro))
+
 (autoload (quote vm-mirror-data-of) "vm-message" nil nil (quote macro))
 
 (autoload (quote vm-edit-buffer-of) "vm-message" nil nil (quote macro))
@@ -1089,6 +1091,8 @@
 
 (autoload (quote vm-set-parent-of) "vm-message" nil nil (quote macro))
 
+(autoload (quote vm-set-references-of) "vm-message" nil nil (quote macro))
+
 (autoload (quote vm-set-mirror-data-of) "vm-message" nil nil (quote macro))
 
 (autoload (quote vm-set-edit-buffer-of) "vm-message" nil nil (quote macro))
@@ -2043,7 +2047,7 @@
 Prefix arg N means print the current message and the next N - 1 messages.
 Prefix arg -N means print the current message and the previous N - 1 messages.
 
-The variables `vm-print-command' controls what command is run to
+The variable `vm-print-command' controls what command is run to
 print the message, and `vm-print-command-switches' is a list of switches
 to pass to the command.
 
@@ -2188,7 +2192,7 @@
 
 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail.
 
-This is VM 6.19.
+This is VM 6.20.
 
 Commands:
    h - summarize folder contents
@@ -2390,10 +2394,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
@@ -2401,6 +2407,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
@@ -2630,6 +2637,8 @@
 
 (autoload (quote vm-unthread-message) "vm-thread" nil nil nil)
 
+(autoload (quote vm-th-references) "vm-thread" nil nil nil)
+
 (autoload (quote vm-th-parent) "vm-thread" nil nil nil)
 
 (autoload (quote vm-th-thread-indentation) "vm-thread" nil nil nil)