comparison lisp/vm/vm-autoload.el @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents 8b8b7f3559a2
children 131b0175ea99
comparison
equal deleted inserted replaced
53:875393c1a535 54:05472e90ae02
72 DISCARD-REGEXP should be a regexp that matches headers to be discarded. 72 DISCARD-REGEXP should be a regexp that matches headers to be discarded.
73 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers 73 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
74 to be forwarded. See the docs for vm-reorder-message-headers 74 to be forwarded. See the docs for vm-reorder-message-headers
75 to find out how KEEP-LIST and DISCARD-REGEXP are used. 75 to find out how KEEP-LIST and DISCARD-REGEXP are used.
76 76
77 Returns the multipart boundary parameter (string) that should be used 77 If ALWAYS-USE-DIGEST is non-nil, always encapsulate for a multipart/digest.
78 in the Content-Type header." nil nil) 78 Otherwise if there are fewer than two messages to be encapsulated
79 leave off the multipart boundary strings. The caller is assumed to
80 be using message/rfc822 or message/news encoding instead.
81
82 If multipart/digest encapsulation is done, the function returns
83 the multipart boundary parameter (string) that should be used in
84 the Content-Type header. Otherwise nil is returned." nil nil)
79 85
80 (autoload (quote vm-mime-burst-message) "vm-digest" "Burst messages from the digest message M. 86 (autoload (quote vm-mime-burst-message) "vm-digest" "Burst messages from the digest message M.
81 M should be a message struct for a real message. 87 M should be a message struct for a real message.
82 MIME encoding is expected. The message content type 88 MIME encoding is expected. Somewhere within the MIME layout
83 must be either message/* or multipart/digest." nil nil) 89 there must be at least one part of type message/news, message/rfc822 or
90 multipart/digest. If there are multiple parts matching those types,
91 all of them will be burst." nil nil)
84 92
85 (autoload (quote vm-mime-burst-layout) "vm-digest" nil nil nil) 93 (autoload (quote vm-mime-burst-layout) "vm-digest" nil nil nil)
86 94
87 (autoload (quote vm-rfc934-char-stuff-region) "vm-digest" "Quote RFC 934 message separators between START and END. 95 (autoload (quote vm-rfc934-char-stuff-region) "vm-digest" "Quote RFC 934 message separators between START and END.
88 START and END are buffer positions in the current buffer. 96 START and END are buffer positions in the current buffer.
595 603
596 (autoload (quote vm-quit) "vm-folder" "Quit visiting the current folder, saving changes. Deleted messages are not expunged." t nil) 604 (autoload (quote vm-quit) "vm-folder" "Quit visiting the current folder, saving changes. Deleted messages are not expunged." t nil)
597 605
598 (autoload (quote vm-start-itimers-if-needed) "vm-folder" nil nil nil) 606 (autoload (quote vm-start-itimers-if-needed) "vm-folder" nil nil nil)
599 607
608 (autoload (quote vm-timer-using) "vm-folder" nil nil nil)
609
600 (autoload (quote vm-check-mail-itimer-function) "vm-folder" nil nil nil) 610 (autoload (quote vm-check-mail-itimer-function) "vm-folder" nil nil nil)
601 611
602 (autoload (quote vm-get-mail-itimer-function) "vm-folder" nil nil nil) 612 (autoload (quote vm-get-mail-itimer-function) "vm-folder" nil nil nil)
603 613
604 (autoload (quote vm-flush-itimer-function) "vm-folder" nil nil nil) 614 (autoload (quote vm-flush-itimer-function) "vm-folder" nil nil nil)
800 (autoload (quote vm-menu-popup-context-menu) "vm-menu" nil t nil) 810 (autoload (quote vm-menu-popup-context-menu) "vm-menu" nil t nil)
801 811
802 (autoload (quote vm-menu-goto-event) "vm-menu" nil nil nil) 812 (autoload (quote vm-menu-goto-event) "vm-menu" nil nil nil)
803 813
804 (autoload (quote vm-menu-popup-url-browser-menu) "vm-menu" nil t nil) 814 (autoload (quote vm-menu-popup-url-browser-menu) "vm-menu" nil t nil)
815
816 (autoload (quote vm-menu-popup-mailto-url-browser-menu) "vm-menu" nil t nil)
805 817
806 (autoload (quote vm-menu-popup-mime-dispose-menu) "vm-menu" nil t nil) 818 (autoload (quote vm-menu-popup-mime-dispose-menu) "vm-menu" nil t nil)
807 819
808 (autoload (quote vm-menu-popup-content-disposition-menu) "vm-menu" nil t nil) 820 (autoload (quote vm-menu-popup-content-disposition-menu) "vm-menu" nil t nil)
809 821
1137 1149
1138 (autoload (quote vm-mm-layout-parts) "vm-mime" nil nil nil) 1150 (autoload (quote vm-mm-layout-parts) "vm-mime" nil nil nil)
1139 1151
1140 (autoload (quote vm-mm-layout-cache) "vm-mime" nil nil nil) 1152 (autoload (quote vm-mm-layout-cache) "vm-mime" nil nil nil)
1141 1153
1154 (autoload (quote vm-mm-layout-display-error) "vm-mime" nil nil nil)
1155
1142 (autoload (quote vm-set-mm-layout-type) "vm-mime" nil nil nil) 1156 (autoload (quote vm-set-mm-layout-type) "vm-mime" nil nil nil)
1143 1157
1144 (autoload (quote vm-set-mm-layout-cache) "vm-mime" nil nil nil) 1158 (autoload (quote vm-set-mm-layout-cache) "vm-mime" nil nil nil)
1145 1159
1160 (autoload (quote vm-set-mm-layout-display-error) "vm-mime" nil nil nil)
1161
1146 (autoload (quote vm-mm-layout) "vm-mime" nil nil nil) 1162 (autoload (quote vm-mm-layout) "vm-mime" nil nil nil)
1147 1163
1148 (autoload (quote vm-mm-encoded-header) "vm-mime" nil nil nil) 1164 (autoload (quote vm-mm-encoded-header) "vm-mime" nil nil nil)
1149 1165
1150 (autoload (quote vm-mime-Q-decode-region) "vm-mime" nil nil nil) 1166 (autoload (quote vm-mime-Q-decode-region) "vm-mime" nil nil nil)
1176 (autoload (quote vm-decode-mime-encoded-words-in-string) "vm-mime" nil nil nil) 1192 (autoload (quote vm-decode-mime-encoded-words-in-string) "vm-mime" nil nil nil)
1177 1193
1178 (autoload (quote vm-reencode-mime-encoded-words) "vm-mime" nil nil nil) 1194 (autoload (quote vm-reencode-mime-encoded-words) "vm-mime" nil nil nil)
1179 1195
1180 (autoload (quote vm-reencode-mime-encoded-words-in-string) "vm-mime" nil nil nil) 1196 (autoload (quote vm-reencode-mime-encoded-words-in-string) "vm-mime" nil nil nil)
1181
1182 (autoload (quote vm-mime-parse-content-header) "vm-mime" nil nil nil)
1183 1197
1184 (autoload (quote vm-mime-get-header-contents) "vm-mime" nil nil nil) 1198 (autoload (quote vm-mime-get-header-contents) "vm-mime" nil nil nil)
1185 1199
1186 (autoload (quote vm-mime-parse-entity) "vm-mime" nil nil nil) 1200 (autoload (quote vm-mime-parse-entity) "vm-mime" nil nil nil)
1187 1201
1245 1259
1246 (autoload (quote vm-decode-mime-layout) "vm-mime" nil nil nil) 1260 (autoload (quote vm-decode-mime-layout) "vm-mime" nil nil nil)
1247 1261
1248 (autoload (quote vm-mime-display-button-text) "vm-mime" nil nil nil) 1262 (autoload (quote vm-mime-display-button-text) "vm-mime" nil nil nil)
1249 1263
1264 (autoload (quote vm-mime-display-internal-text/html) "vm-mime" nil nil nil)
1265
1250 (autoload (quote vm-mime-display-internal-text/plain) "vm-mime" nil nil nil) 1266 (autoload (quote vm-mime-display-internal-text/plain) "vm-mime" nil nil nil)
1251 1267
1252 (autoload (quote vm-mime-display-internal-text/enriched) "vm-mime" nil nil nil) 1268 (autoload (quote vm-mime-display-internal-text/enriched) "vm-mime" nil nil nil)
1253 1269
1254 (autoload (quote vm-mime-display-external-generic) "vm-mime" nil nil nil) 1270 (autoload (quote vm-mime-display-external-generic) "vm-mime" nil nil nil)
1255 1271
1256 (autoload (quote vm-mime-display-internal-application/octet-stream) "vm-mime" nil nil nil) 1272 (autoload (quote vm-mime-display-internal-application/octet-stream) "vm-mime" nil nil nil)
1257 1273
1274 (autoload (quote vm-mime-display-button-application) "vm-mime" nil nil nil)
1275
1258 (autoload (quote vm-mime-display-button-image) "vm-mime" nil nil nil) 1276 (autoload (quote vm-mime-display-button-image) "vm-mime" nil nil nil)
1259 1277
1260 (autoload (quote vm-mime-display-button-audio) "vm-mime" nil nil nil) 1278 (autoload (quote vm-mime-display-button-audio) "vm-mime" nil nil nil)
1261 1279
1262 (autoload (quote vm-mime-display-button-video) "vm-mime" nil nil nil) 1280 (autoload (quote vm-mime-display-button-video) "vm-mime" nil nil nil)
1271 1289
1272 (autoload (quote vm-mime-display-button-multipart/parallel) "vm-mime" nil nil nil) 1290 (autoload (quote vm-mime-display-button-multipart/parallel) "vm-mime" nil nil nil)
1273 1291
1274 (autoload (quote vm-mime-display-internal-multipart/digest) "vm-mime" nil nil nil) 1292 (autoload (quote vm-mime-display-internal-multipart/digest) "vm-mime" nil nil nil)
1275 1293
1294 (autoload (quote vm-mime-display-button-message/rfc822) "vm-mime" nil nil nil)
1295
1276 (autoload (quote vm-mime-display-internal-message/rfc822) "vm-mime" nil nil nil) 1296 (autoload (quote vm-mime-display-internal-message/rfc822) "vm-mime" nil nil nil)
1277 1297
1278 (autoload (quote vm-mime-display-internal-message/partial) "vm-mime" nil nil nil) 1298 (autoload (quote vm-mime-display-internal-message/partial) "vm-mime" nil nil nil)
1279 1299
1280 (autoload (quote vm-mime-display-internal-image-xxxx) "vm-mime" nil nil nil) 1300 (autoload (quote vm-mime-display-internal-image-xxxx) "vm-mime" nil nil nil)
1291 1311
1292 (autoload (quote vm-mime-display-button-xxxx) "vm-mime" nil nil nil) 1312 (autoload (quote vm-mime-display-button-xxxx) "vm-mime" nil nil nil)
1293 1313
1294 (autoload (quote vm-mime-run-display-function-at-point) "vm-mime" nil t nil) 1314 (autoload (quote vm-mime-run-display-function-at-point) "vm-mime" nil t nil)
1295 1315
1296 (autoload (quote vm-mime-set-extent-glyph-for-layout) "vm-mime" nil nil nil) 1316 (autoload (quote vm-mime-set-extent-glyph-for-type) "vm-mime" nil nil nil)
1297 1317
1298 (autoload (quote vm-mime-insert-button) "vm-mime" nil nil nil) 1318 (autoload (quote vm-mime-insert-button) "vm-mime" nil nil nil)
1299 1319
1300 (autoload (quote vm-mime-rewrite-failed-button) "vm-mime" nil nil nil) 1320 (autoload (quote vm-mime-rewrite-failed-button) "vm-mime" nil nil nil)
1301 1321
1316 (autoload (quote vm-mime-scrub-description) "vm-mime" nil nil nil) 1336 (autoload (quote vm-mime-scrub-description) "vm-mime" nil nil nil)
1317 1337
1318 (autoload (quote vm-mime-layout-description) "vm-mime" nil nil nil) 1338 (autoload (quote vm-mime-layout-description) "vm-mime" nil nil nil)
1319 1339
1320 (autoload (quote vm-mime-layout-contains-type) "vm-mime" nil nil nil) 1340 (autoload (quote vm-mime-layout-contains-type) "vm-mime" nil nil nil)
1341
1342 (autoload (quote vm-mime-find-digests-in-layout) "vm-mime" nil nil nil)
1321 1343
1322 (autoload (quote vm-mime-plain-message-p) "vm-mime" nil nil nil) 1344 (autoload (quote vm-mime-plain-message-p) "vm-mime" nil nil nil)
1323 1345
1324 (autoload (quote vm-mime-text-type-p) "vm-mime" nil nil nil) 1346 (autoload (quote vm-mime-text-type-p) "vm-mime" nil nil nil)
1325 1347
1392 1414
1393 (autoload (quote vm-mime-transfer-encode-region) "vm-mime" nil nil nil) 1415 (autoload (quote vm-mime-transfer-encode-region) "vm-mime" nil nil nil)
1394 1416
1395 (autoload (quote vm-mime-transfer-encode-layout) "vm-mime" nil nil nil) 1417 (autoload (quote vm-mime-transfer-encode-layout) "vm-mime" nil nil nil)
1396 1418
1397 (autoload (quote vm-mime-encode-composition) "vm-mime" "MIME encode the current buffer. 1419 (autoload (quote vm-mime-encode-composition) "vm-mime" "MIME encode the current mail composition buffer.
1398 Attachment tags added to the buffer with vm-mime-attach-file are expanded 1420 Attachment tags added to the buffer with vm-mime-attach-file are expanded
1399 and the approriate content-type and boundary markup information is added." t nil) 1421 and the approriate content-type and boundary markup information is added." t nil)
1422
1423 (autoload (quote vm-mime-xemacs-encode-composition) "vm-mime" nil nil nil)
1424
1425 (autoload (quote vm-mime-fsfemacs-encode-composition) "vm-mime" nil nil nil)
1400 1426
1401 (autoload (quote vm-mime-fragment-composition) "vm-mime" nil nil nil) 1427 (autoload (quote vm-mime-fragment-composition) "vm-mime" nil nil nil)
1402 1428
1403 (autoload (quote vm-mime-preview-composition) "vm-mime" "Show how the current composition buffer might be displayed 1429 (autoload (quote vm-mime-preview-composition) "vm-mime" "Show how the current composition buffer might be displayed
1404 in a MIME-aware mail reader. VM copies and encodes the current 1430 in a MIME-aware mail reader. VM copies and encodes the current
1406 Type `q' to quit this temp folder and return to composing your 1432 Type `q' to quit this temp folder and return to composing your
1407 message." t nil) 1433 message." t nil)
1408 1434
1409 (autoload (quote vm-mime-composite-type-p) "vm-mime" nil nil nil) 1435 (autoload (quote vm-mime-composite-type-p) "vm-mime" nil nil nil)
1410 1436
1411 (autoload (quote vm-mime-map-atomic-layouts) "vm-mime" nil nil nil)
1412
1413 (autoload (quote vm-minibuffer-complete-word) "vm-minibuf" nil t nil) 1437 (autoload (quote vm-minibuffer-complete-word) "vm-minibuf" nil t nil)
1414 1438
1415 (autoload (quote vm-minibuffer-complete-word-and-exit) "vm-minibuf" nil t nil) 1439 (autoload (quote vm-minibuffer-complete-word-and-exit) "vm-minibuf" nil t nil)
1416 1440
1417 (autoload (quote vm-minibuffer-completion-message) "vm-minibuf" "Briefly display STRING to the right of the current minibuffer input. 1441 (autoload (quote vm-minibuffer-completion-message) "vm-minibuf" "Briefly display STRING to the right of the current minibuffer input.
1470 The new version of the list, minus the deleted strings, is returned." nil nil) 1494 The new version of the list, minus the deleted strings, is returned." nil nil)
1471 1495
1472 (autoload (quote vm-parse) "vm-misc" nil nil nil) 1496 (autoload (quote vm-parse) "vm-misc" nil nil nil)
1473 1497
1474 (autoload (quote vm-parse-addresses) "vm-misc" nil nil nil) 1498 (autoload (quote vm-parse-addresses) "vm-misc" nil nil nil)
1499
1500 (autoload (quote vm-parse-structured-header) "vm-misc" nil nil nil)
1475 1501
1476 (autoload (quote vm-write-string) "vm-misc" nil nil nil) 1502 (autoload (quote vm-write-string) "vm-misc" nil nil nil)
1477 1503
1478 (autoload (quote vm-marker) "vm-misc" nil nil (quote macro)) 1504 (autoload (quote vm-marker) "vm-misc" nil nil (quote macro))
1479 1505
1536 1562
1537 (autoload (quote vm-error-if-folder-empty) "vm-misc" nil nil nil) 1563 (autoload (quote vm-error-if-folder-empty) "vm-misc" nil nil nil)
1538 1564
1539 (autoload (quote vm-copy) "vm-misc" nil nil nil) 1565 (autoload (quote vm-copy) "vm-misc" nil nil nil)
1540 1566
1541 (autoload (quote vm-xemacs-p) "vm-misc" nil nil nil)
1542
1543 (autoload (quote vm-xemacs-mule-p) "vm-misc" nil nil nil)
1544
1545 (autoload (quote vm-fsfemacs-19-p) "vm-misc" nil nil nil)
1546
1547 (autoload (quote vm-multiple-frames-possible-p) "vm-misc" nil nil nil) 1567 (autoload (quote vm-multiple-frames-possible-p) "vm-misc" nil nil nil)
1548 1568
1549 (autoload (quote vm-mouse-support-possible-p) "vm-misc" nil nil nil) 1569 (autoload (quote vm-mouse-support-possible-p) "vm-misc" nil nil nil)
1550 1570
1571 (autoload (quote vm-mouse-support-possible-here-p) "vm-misc" nil nil nil)
1572
1551 (autoload (quote vm-menu-support-possible-p) "vm-misc" nil nil nil) 1573 (autoload (quote vm-menu-support-possible-p) "vm-misc" nil nil nil)
1552 1574
1553 (autoload (quote vm-toolbar-support-possible-p) "vm-misc" nil nil nil) 1575 (autoload (quote vm-toolbar-support-possible-p) "vm-misc" nil nil nil)
1554 1576
1555 (autoload (quote vm-multiple-fonts-possible-p) "vm-misc" nil nil nil) 1577 (autoload (quote vm-multiple-fonts-possible-p) "vm-misc" nil nil nil)
1622 1644
1623 (autoload (quote vm-mouse-send-url) "vm-mouse" nil nil nil) 1645 (autoload (quote vm-mouse-send-url) "vm-mouse" nil nil nil)
1624 1646
1625 (autoload (quote vm-mouse-send-url-to-netscape) "vm-mouse" nil nil nil) 1647 (autoload (quote vm-mouse-send-url-to-netscape) "vm-mouse" nil nil nil)
1626 1648
1649 (autoload (quote vm-mouse-send-url-to-netscape-new-window) "vm-mouse" nil nil nil)
1650
1627 (autoload (quote vm-mouse-send-url-to-mosaic) "vm-mouse" nil nil nil) 1651 (autoload (quote vm-mouse-send-url-to-mosaic) "vm-mouse" nil nil nil)
1652
1653 (autoload (quote vm-mouse-send-url-to-mosaic-new-window) "vm-mouse" nil nil nil)
1628 1654
1629 (autoload (quote vm-mouse-install-mouse) "vm-mouse" nil nil nil) 1655 (autoload (quote vm-mouse-install-mouse) "vm-mouse" nil nil nil)
1630 1656
1631 (autoload (quote vm-run-background-command) "vm-mouse" nil nil nil) 1657 (autoload (quote vm-run-background-command) "vm-mouse" nil nil nil)
1632 1658
1927 1953
1928 (autoload (quote vm-resend-message) "vm-reply" "Resend the current message to someone else. 1954 (autoload (quote vm-resend-message) "vm-reply" "Resend the current message to someone else.
1929 The current message will be copied to a Mail mode buffer and you 1955 The current message will be copied to a Mail mode buffer and you
1930 can edit the message and send it as usual. 1956 can edit the message and send it as usual.
1931 1957
1932 NOTE: since you are doing a resend, a Resent-To header is 1958 NOTE: since you are doing a resend, a Resent-To header is provided
1933 provided for you to fill in. If you don't fill it in, when you 1959 for you to fill in the new recipient list. If you don't fill in
1934 send the message it will go to the original recipients listed in 1960 this header, what happens when you send the message is undefined.
1935 the To and Cc headers. You may also create a Resent-Cc header." t nil) 1961 You may also create a Resent-Cc header." t nil)
1936 1962
1937 (autoload (quote vm-send-digest) "vm-reply" "Send a digest of all messages in the current folder to recipients. 1963 (autoload (quote vm-send-digest) "vm-reply" "Send a digest of all messages in the current folder to recipients.
1938 The type of the digest is specified by the variable vm-digest-send-type. 1964 The type of the digest is specified by the variable vm-digest-send-type.
1939 You will be placed in a Mail mode buffer as is usual with replies, but you 1965 You will be placed in a Mail mode buffer as is usual with replies, but you
1940 must fill in the To: and Subject: headers manually. 1966 must fill in the To: and Subject: headers manually.
2028 The saved messages are flagged as `written'. 2054 The saved messages are flagged as `written'.
2029 2055
2030 This command should NOT be used to save message to mail folders; use 2056 This command should NOT be used to save message to mail folders; use
2031 vm-save-message instead (normally bound to `s')." t nil) 2057 vm-save-message instead (normally bound to `s')." t nil)
2032 2058
2033 (autoload (quote vm-pipe-message-to-command) "vm-save" "Run shell command with the some or all of the current message as input. 2059 (autoload (quote vm-pipe-message-to-command) "vm-save" "Runs a shell command with some or all of the contents of the
2034 By default the entire message is used. 2060 current message as input.
2061 By default, the entire message is used.
2035 With one \\[universal-argument] the text portion of the message is used. 2062 With one \\[universal-argument] the text portion of the message is used.
2036 With two \\[universal-argument]'s the header portion of the message is used. 2063 With two \\[universal-argument]'s the header portion of the message is used.
2037 With three \\[universal-argument]'s the visible header portion of the message 2064 With three \\[universal-argument]'s the visible header portion of the message
2038 plus the text portion is used. 2065 plus the text portion is used.
2039 2066
2170 to the value of vm-primary-inbox. The folder buffer is put into VM 2197 to the value of vm-primary-inbox. The folder buffer is put into VM
2171 mode, a major mode for reading mail. 2198 mode, a major mode for reading mail.
2172 2199
2173 Prefix arg or optional second arg READ-ONLY non-nil indicates 2200 Prefix arg or optional second arg READ-ONLY non-nil indicates
2174 that the folder should be considered read only. No attribute 2201 that the folder should be considered read only. No attribute
2175 changes, messages additions or deletions will be allowed in the 2202 changes, message additions or deletions will be allowed in the
2176 visited folder. 2203 visited folder.
2177 2204
2178 Visiting the primary inbox causes any contents of the system mailbox to 2205 Visiting the primary inbox causes any contents of the system mailbox to
2179 be moved and appended to the resulting buffer. 2206 be moved and appended to the resulting buffer.
2180 2207
2190 2217
2191 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil) 2218 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil)
2192 2219
2193 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail. 2220 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail.
2194 2221
2195 This is VM 6.22. 2222 This is VM 6.34.
2196 2223
2197 Commands: 2224 Commands:
2198 h - summarize folder contents 2225 h - summarize folder contents
2199 C-t - toggle threads display 2226 C-t - toggle threads display
2200 2227
2355 vm-frame-parameter-alist 2382 vm-frame-parameter-alist
2356 vm-frame-per-completion 2383 vm-frame-per-completion
2357 vm-frame-per-composition 2384 vm-frame-per-composition
2358 vm-frame-per-edit 2385 vm-frame-per-edit
2359 vm-frame-per-folder 2386 vm-frame-per-folder
2387 vm-frame-per-help
2360 vm-frame-per-summary 2388 vm-frame-per-summary
2361 vm-highlighted-header-face 2389 vm-highlighted-header-face
2362 vm-highlighted-header-regexp 2390 vm-highlighted-header-regexp
2363 vm-honor-page-delimiters 2391 vm-honor-page-delimiters
2364 vm-image-directory 2392 vm-image-directory
2453 vm-summary-redo-hook 2481 vm-summary-redo-hook
2454 vm-summary-show-threads 2482 vm-summary-show-threads
2455 vm-summary-thread-indent-level 2483 vm-summary-thread-indent-level
2456 vm-tale-is-an-idiot 2484 vm-tale-is-an-idiot
2457 vm-temp-file-directory 2485 vm-temp-file-directory
2486 vm-toolbar-pixmap-directory
2458 vm-trust-From_-with-Content-Length 2487 vm-trust-From_-with-Content-Length
2459 vm-undisplay-buffer-hook 2488 vm-undisplay-buffer-hook
2460 vm-unforwarded-header-regexp 2489 vm-unforwarded-header-regexp
2461 vm-url-browser 2490 vm-url-browser
2462 vm-url-search-limit 2491 vm-url-search-limit
2501 2530
2502 (autoload (quote vm-visit-virtual-folder-other-frame) "vm-startup" "Like vm-visit-virtual-folder, but run in a newly created frame." t nil) 2531 (autoload (quote vm-visit-virtual-folder-other-frame) "vm-startup" "Like vm-visit-virtual-folder, but run in a newly created frame." t nil)
2503 2532
2504 (autoload (quote vm-visit-virtual-folder-other-window) "vm-startup" "Like vm-visit-virtual-folder, but run in a different window." t nil) 2533 (autoload (quote vm-visit-virtual-folder-other-window) "vm-startup" "Like vm-visit-virtual-folder, but run in a different window." t nil)
2505 2534
2506 (autoload (quote vm-mail) "vm-startup" "Send a mail message from within VM, or from without." t nil) 2535 (autoload (quote vm-mail) "vm-startup" "Send a mail message from within VM, or from without.
2507 2536 Optional argument TO is a string that should contain a comma separated
2508 (autoload (quote vm-mail-other-frame) "vm-startup" "Like vm-mail, but run in a newly created frame." t nil) 2537 recipient list." t nil)
2509 2538
2510 (autoload (quote vm-mail-other-window) "vm-startup" "Like vm-mail, but run in a different window." t nil) 2539 (autoload (quote vm-mail-other-frame) "vm-startup" "Like vm-mail, but run in a newly created frame.
2540 Optional argument TO is a string that should contain a comma separated
2541 recipient list." t nil)
2542
2543 (autoload (quote vm-mail-other-window) "vm-startup" "Like vm-mail, but run in a different window.
2544 Optional argument TO is a string that should contain a comma separated
2545 recipient list." t nil)
2511 2546
2512 (autoload (quote vm-submit-bug-report) "vm-startup" "Submit a bug report, with pertinent information to the VM bug list." t nil) 2547 (autoload (quote vm-submit-bug-report) "vm-startup" "Submit a bug report, with pertinent information to the VM bug list." t nil)
2513 2548
2514 (autoload (quote vm-load-init-file) "vm-startup" nil t nil) 2549 (autoload (quote vm-load-init-file) "vm-startup" nil t nil)
2515 2550
2793 buffer. The current buffer must be a composition buffer created 2828 buffer. The current buffer must be a composition buffer created
2794 by VM for a reply, resend or forward." nil nil) 2829 by VM for a reply, resend or forward." nil nil)
2795 2830
2796 (autoload (quote vm-spool-files) "vm-vars" nil nil nil) 2831 (autoload (quote vm-spool-files) "vm-vars" nil nil nil)
2797 2832
2833 (autoload (quote vm-xemacs-p) "vm-vars" nil nil nil)
2834
2835 (autoload (quote vm-xemacs-mule-p) "vm-vars" nil nil nil)
2836
2837 (autoload (quote vm-fsfemacs-19-p) "vm-vars" nil nil nil)
2838
2839 (autoload (quote vm-note-emacs-version) "vm-vars" nil nil nil)
2840
2798 (autoload (quote vm-version) "vm-version" "Returns the value of the variable vm-version." nil nil) 2841 (autoload (quote vm-version) "vm-version" "Returns the value of the variable vm-version." nil nil)
2799 2842
2800 (autoload (quote vm-build-virtual-message-list) "vm-virtual" nil nil nil) 2843 (autoload (quote vm-build-virtual-message-list) "vm-virtual" nil nil nil)
2801 2844
2802 (autoload (quote vm-create-virtual-folder) "vm-virtual" "Create a new virtual folder from messages in the current folder. 2845 (autoload (quote vm-create-virtual-folder) "vm-virtual" "Create a new virtual folder from messages in the current folder.
2885 (autoload (quote vm-load-window-configurations) "vm-window" nil nil nil) 2928 (autoload (quote vm-load-window-configurations) "vm-window" nil nil nil)
2886 2929
2887 (autoload (quote vm-store-window-configurations) "vm-window" nil nil nil) 2930 (autoload (quote vm-store-window-configurations) "vm-window" nil nil nil)
2888 2931
2889 (autoload (quote vm-set-window-configuration) "vm-window" nil nil nil) 2932 (autoload (quote vm-set-window-configuration) "vm-window" nil nil nil)
2890
2891 (autoload (quote vm-record-current-window-configuration) "vm-window" nil nil nil)
2892 2933
2893 (autoload (quote vm-save-window-configuration) "vm-window" "Name and save the current window configuration. 2934 (autoload (quote vm-save-window-configuration) "vm-window" "Name and save the current window configuration.
2894 With this command you associate the current window setup with an 2935 With this command you associate the current window setup with an
2895 action. Each time you perform this action VM will duplicate this 2936 action. Each time you perform this action VM will duplicate this
2896 window setup. 2937 window setup.
2904 specific configurations are searched for first, then the category 2945 specific configurations are searched for first, then the category
2905 configurations and then the default configuration. The first 2946 configurations and then the default configuration. The first
2906 configuration found is the one that is applied. 2947 configuration found is the one that is applied.
2907 2948
2908 The value of vm-mutable-windows must be non-nil for VM to use 2949 The value of vm-mutable-windows must be non-nil for VM to use
2909 window configurations. 2950 window configurations." t nil)
2910
2911 If vm-mutable-frames is non-nil and Emacs is running under X
2912 windows, then VM will use all existing frames. Otherwise VM will
2913 restrict its changes to the frame in which it was started." t nil)
2914 2951
2915 (autoload (quote vm-buffer-to-label) "vm-window" nil nil nil) 2952 (autoload (quote vm-buffer-to-label) "vm-window" nil nil nil)
2916 2953
2917 (autoload (quote vm-delete-window-configuration) "vm-window" "Delete the configuration saved for a particular action. 2954 (autoload (quote vm-delete-window-configuration) "vm-window" "Delete the configuration saved for a particular action.
2918 This action will no longer have an associated window configuration. 2955 This action will no longer have an associated window configuration.
2929 2966
2930 (autoload (quote vm-window-loop) "vm-window" nil nil nil) 2967 (autoload (quote vm-window-loop) "vm-window" nil nil nil)
2931 2968
2932 (autoload (quote vm-frame-loop) "vm-window" nil nil nil) 2969 (autoload (quote vm-frame-loop) "vm-window" nil nil nil)
2933 2970
2934 (autoload (quote vm-delete-windows-or-frames-on) "vm-window" nil nil nil) 2971 (autoload (quote vm-maybe-delete-windows-or-frames-on) "vm-window" nil nil nil)
2935 2972
2936 (autoload (quote vm-replace-buffer-in-windows) "vm-window" nil nil nil) 2973 (autoload (quote vm-replace-buffer-in-windows) "vm-window" nil nil nil)
2937 2974
2938 (autoload (quote vm-bury-buffer) "vm-window" nil nil nil) 2975 (autoload (quote vm-bury-buffer) "vm-window" nil nil nil)
2939 2976