comparison lisp/vm/vm-autoload.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents fe104dbd9147
children 9f59509498e1
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
975 975
976 (autoload (quote vm-summary-of) "vm-message" nil nil t) 976 (autoload (quote vm-summary-of) "vm-message" nil nil t)
977 977
978 (autoload (quote vm-parent-of) "vm-message" nil nil t) 978 (autoload (quote vm-parent-of) "vm-message" nil nil t)
979 979
980 (autoload (quote vm-references-of) "vm-message" nil nil t)
981
980 (autoload (quote vm-mirror-data-of) "vm-message" nil nil t) 982 (autoload (quote vm-mirror-data-of) "vm-message" nil nil t)
981 983
982 (autoload (quote vm-edit-buffer-of) "vm-message" nil nil t) 984 (autoload (quote vm-edit-buffer-of) "vm-message" nil nil t)
983 985
984 (autoload (quote vm-virtual-messages-of) "vm-message" nil nil t) 986 (autoload (quote vm-virtual-messages-of) "vm-message" nil nil t)
1086 (autoload (quote vm-set-sortable-subject-of) "vm-message" nil nil t) 1088 (autoload (quote vm-set-sortable-subject-of) "vm-message" nil nil t)
1087 1089
1088 (autoload (quote vm-set-summary-of) "vm-message" nil nil t) 1090 (autoload (quote vm-set-summary-of) "vm-message" nil nil t)
1089 1091
1090 (autoload (quote vm-set-parent-of) "vm-message" nil nil t) 1092 (autoload (quote vm-set-parent-of) "vm-message" nil nil t)
1093
1094 (autoload (quote vm-set-references-of) "vm-message" nil nil t)
1091 1095
1092 (autoload (quote vm-set-mirror-data-of) "vm-message" nil nil t) 1096 (autoload (quote vm-set-mirror-data-of) "vm-message" nil nil t)
1093 1097
1094 (autoload (quote vm-set-edit-buffer-of) "vm-message" nil nil t) 1098 (autoload (quote vm-set-edit-buffer-of) "vm-message" nil nil t)
1095 1099
2041 2045
2042 (autoload (quote vm-print-message) "vm-save" "Print the current message 2046 (autoload (quote vm-print-message) "vm-save" "Print the current message
2043 Prefix arg N means print the current message and the next N - 1 messages. 2047 Prefix arg N means print the current message and the next N - 1 messages.
2044 Prefix arg -N means print the current message and the previous N - 1 messages. 2048 Prefix arg -N means print the current message and the previous N - 1 messages.
2045 2049
2046 The variables `vm-print-command' controls what command is run to 2050 The variable `vm-print-command' controls what command is run to
2047 print the message, and `vm-print-command-switches' is a list of switches 2051 print the message, and `vm-print-command-switches' is a list of switches
2048 to pass to the command. 2052 to pass to the command.
2049 2053
2050 When invoked on marked messages (via vm-next-command-uses-marks), 2054 When invoked on marked messages (via vm-next-command-uses-marks),
2051 each marked message is printed, one message per vm-print-command invocation. 2055 each marked message is printed, one message per vm-print-command invocation.
2186 2190
2187 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil) 2191 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil)
2188 2192
2189 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail. 2193 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail.
2190 2194
2191 This is VM 6.19. 2195 This is VM 6.21.
2192 2196
2193 Commands: 2197 Commands:
2194 h - summarize folder contents 2198 h - summarize folder contents
2195 C-t - toggle threads display 2199 C-t - toggle threads display
2196 2200
2388 vm-mime-default-face-charsets 2392 vm-mime-default-face-charsets
2389 vm-mime-digest-discard-header-regexp 2393 vm-mime-digest-discard-header-regexp
2390 vm-mime-digest-headers 2394 vm-mime-digest-headers
2391 vm-mime-display-function 2395 vm-mime-display-function
2392 vm-mime-external-content-types-alist 2396 vm-mime-external-content-types-alist
2397 vm-mime-ignore-mime-version
2393 vm-mime-internal-content-types 2398 vm-mime-internal-content-types
2394 vm-mime-max-message-size 2399 vm-mime-max-message-size
2395 vm-mode-hook 2400 vm-mode-hook
2396 vm-mosaic-program 2401 vm-mosaic-program
2402 vm-mosaic-program-switches
2397 vm-move-after-deleting 2403 vm-move-after-deleting
2398 vm-move-after-killing 2404 vm-move-after-killing
2399 vm-move-after-undeleting 2405 vm-move-after-undeleting
2400 vm-move-messages-physically 2406 vm-move-messages-physically
2401 vm-mutable-frames 2407 vm-mutable-frames
2402 vm-mutable-windows 2408 vm-mutable-windows
2403 vm-netscape-program 2409 vm-netscape-program
2410 vm-netscape-program-switches
2404 vm-pop-bytes-per-session 2411 vm-pop-bytes-per-session
2405 vm-pop-max-message-size 2412 vm-pop-max-message-size
2406 vm-pop-md5-program 2413 vm-pop-md5-program
2407 vm-pop-messages-per-session 2414 vm-pop-messages-per-session
2408 vm-popup-menu-on-mouse-3 2415 vm-popup-menu-on-mouse-3
2628 2635
2629 (autoload (quote vm-thread-list) "vm-thread" nil nil nil) 2636 (autoload (quote vm-thread-list) "vm-thread" nil nil nil)
2630 2637
2631 (autoload (quote vm-unthread-message) "vm-thread" nil nil nil) 2638 (autoload (quote vm-unthread-message) "vm-thread" nil nil nil)
2632 2639
2640 (autoload (quote vm-th-references) "vm-thread" nil nil nil)
2641
2633 (autoload (quote vm-th-parent) "vm-thread" nil nil nil) 2642 (autoload (quote vm-th-parent) "vm-thread" nil nil nil)
2634 2643
2635 (autoload (quote vm-th-thread-indentation) "vm-thread" nil nil nil) 2644 (autoload (quote vm-th-thread-indentation) "vm-thread" nil nil nil)
2636 2645
2637 (autoload (quote vm-th-thread-list) "vm-thread" nil nil nil) 2646 (autoload (quote vm-th-thread-list) "vm-thread" nil nil nil)