Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-autoload.el @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
4 | 4 |
5 The message will be physically deleted from the current folder the next | 5 The message will be physically deleted from the current folder the next |
6 time the current folder is expunged. | 6 time the current folder is expunged. |
7 | 7 |
8 With a prefix argument COUNT, the current message and the next | 8 With a prefix argument COUNT, the current message and the next |
9 COUNT - 1 messages are deleted. A negative argument means | 9 COUNT - 1 messages are deleted. A negative argument means the |
10 the current message and the previous |COUNT| - 1 messages are | 10 the current message and the previous |COUNT| - 1 messages are |
11 deleted. | 11 deleted. |
12 | 12 |
13 When invoked on marked messages (via vm-next-command-uses-marks), | 13 When invoked on marked messages (via vm-next-command-uses-marks), |
14 only marked messages are deleted, other messages are ignored." t nil) | 14 only marked messages are deleted, other messages are ignored." t nil) |
16 (autoload (quote vm-delete-message-backward) "vm-delete" "Like vm-delete-message, except the deletion direction is reversed." t nil) | 16 (autoload (quote vm-delete-message-backward) "vm-delete" "Like vm-delete-message, except the deletion direction is reversed." t nil) |
17 | 17 |
18 (autoload (quote vm-undelete-message) "vm-delete" "Remove the `deleted' attribute from the current message. | 18 (autoload (quote vm-undelete-message) "vm-delete" "Remove the `deleted' attribute from the current message. |
19 | 19 |
20 With a prefix argument COUNT, the current message and the next | 20 With a prefix argument COUNT, the current message and the next |
21 COUNT - 1 messages are undeleted. A negative argument means | 21 COUNT - 1 messages are undeleted. A negative argument means the |
22 the current message and the previous |COUNT| - 1 messages are | 22 the current message and the previous |COUNT| - 1 messages are |
23 deleted. | 23 deleted. |
24 | 24 |
25 When invoked on marked messages (via vm-next-command-uses-marks), | 25 When invoked on marked messages (via vm-next-command-uses-marks), |
26 only marked messages are undeleted, other messages are ignored." t nil) | 26 only marked messages are undeleted, other messages are ignored." t nil) |
97 DISCARD-REGEXP should be a regexp that matches headers to be discarded. | 97 DISCARD-REGEXP should be a regexp that matches headers to be discarded. |
98 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers | 98 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers |
99 to be forwarded. See the docs for vm-reorder-message-headers | 99 to be forwarded. See the docs for vm-reorder-message-headers |
100 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil) | 100 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil) |
101 | 101 |
102 (autoload (quote vm-rfc1521-encapsulate-messages) "vm-digest" "Encapsulate the messages in MESSAGE-LIST as per RFC 1521 (MIME). | |
103 The resulting digest is inserted at point in the current buffer. | |
104 MIME headers at point-max are added/updated. | |
105 Point is not moved. | |
106 | |
107 MESSAGE-LIST should be a list of message structs (real or virtual). | |
108 These are the messages that will be encapsulated. | |
109 KEEP-LIST should be a list of regexps matching headers to keep. | |
110 DISCARD-REGEXP should be a regexp that matches headers to be discarded. | |
111 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers | |
112 to be forwarded. See the docs for vm-reorder-message-headers | |
113 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil) | |
114 | |
115 (autoload (quote vm-rfc1153-or-rfc934-burst-message) "vm-digest" "Burst messages from the digest message M. | 102 (autoload (quote vm-rfc1153-or-rfc934-burst-message) "vm-digest" "Burst messages from the digest message M. |
116 M should be a message struct for a real message. | 103 M should be a message struct for a real message. |
117 If RFC1153 is non-nil, assume the digest is of the form specified by | 104 If RFC1153 is non-nil, assume the digest is of the form specified by |
118 RFC 1153. Otherwise assume RFC 934 digests." nil nil) | 105 RFC 1153. Otherwise assume RFC 934 digests." nil nil) |
119 | 106 |
137 | 124 |
138 (autoload (quote vm-burst-rfc934-digest) "vm-digest" "Burst an RFC 934 style digest" t nil) | 125 (autoload (quote vm-burst-rfc934-digest) "vm-digest" "Burst an RFC 934 style digest" t nil) |
139 | 126 |
140 (autoload (quote vm-burst-rfc1153-digest) "vm-digest" "Burst an RFC 1153 style digest" t nil) | 127 (autoload (quote vm-burst-rfc1153-digest) "vm-digest" "Burst an RFC 1153 style digest" t nil) |
141 | 128 |
142 (autoload (quote vm-burst-rfc1521-digest) "vm-digest" "Burst an RFC 1521 (MIME) style digest" t nil) | |
143 | |
144 (autoload (quote vm-guess-digest-type) "vm-digest" "Guess the digest type of the message M. | 129 (autoload (quote vm-guess-digest-type) "vm-digest" "Guess the digest type of the message M. |
145 M should be the message struct of a real message. | 130 M should be the message struct of a real message. |
146 Returns either \"rfc934\", \"rfc1153\", or \"rfc1521\"." nil nil) | 131 Returns either \"rfc934\" or \"rfc1153\"." nil nil) |
147 | 132 |
148 (autoload (quote vm-easy-menu-define) "vm-easymenu" "Define a menu bar submenu in maps MAPS, according to MENU. | 133 (autoload (quote vm-easy-menu-define) "vm-easymenu" "Define a menu bar submenu in maps MAPS, according to MENU. |
149 The menu keymap is stored in symbol SYMBOL, both as its value | 134 The menu keymap is stored in symbol SYMBOL, both as its value |
150 and as its function definition. DOC is used as the doc string for SYMBOL. | 135 and as its function definition. DOC is used as the doc string for SYMBOL. |
151 | 136 |
398 | 383 |
399 (autoload (quote vm-get-folder-type) "vm-folder" "Return a symbol indicating the folder type of the current buffer. | 384 (autoload (quote vm-get-folder-type) "vm-folder" "Return a symbol indicating the folder type of the current buffer. |
400 This function works by examining the beginning of a folder. | 385 This function works by examining the beginning of a folder. |
401 If optional arg FILE is present the type of FILE is returned instead. | 386 If optional arg FILE is present the type of FILE is returned instead. |
402 If optional second and third arg START and END are provided, | 387 If optional second and third arg START and END are provided, |
403 vm-get-folder-type will examine the text between those buffer | 388 vm-get-folder-type will examine the the text between those buffer |
404 positions. START and END default to 1 and (buffer-size) + 1. | 389 positions. START and END default to 1 and (buffer-size) + 1. |
405 | 390 |
406 Returns | 391 Returns |
407 nil if folder has no type (empty) | 392 nil if folder has no type (empty) |
408 unknown if the type is not known to VM | 393 unknown if the type is not known to VM |
567 Buffer Menu." t nil) | 552 Buffer Menu." t nil) |
568 | 553 |
569 (autoload (quote vm-quit-just-iconify) "vm-folder" "Iconify the frame and bury the current VM folder and summary buffers. | 554 (autoload (quote vm-quit-just-iconify) "vm-folder" "Iconify the frame and bury the current VM folder and summary buffers. |
570 The folder is not altered and Emacs is still visiting it." t nil) | 555 The folder is not altered and Emacs is still visiting it." t nil) |
571 | 556 |
572 (autoload (quote vm-quit-no-change) "vm-folder" "Exit VM without saving changes made to the folder." t nil) | 557 (autoload (quote vm-quit-no-change) "vm-folder" "Quit visiting the current folder without saving changes made to the folder." t nil) |
573 | 558 |
574 (autoload (quote vm-quit) "vm-folder" "Quit VM, saving changes. Deleted messages are not expunged." t nil) | 559 (autoload (quote vm-quit) "vm-folder" "Quit visiting the current folder, saving changes. Deleted messages are not expunged." t nil) |
575 | 560 |
576 (autoload (quote vm-start-itimers-if-needed) "vm-folder" nil nil nil) | 561 (autoload (quote vm-start-itimers-if-needed) "vm-folder" nil nil nil) |
577 | 562 |
578 (autoload (quote vm-get-mail-itimer-function) "vm-folder" nil nil nil) | 563 (autoload (quote vm-get-mail-itimer-function) "vm-folder" nil nil nil) |
579 | 564 |
1484 | 1469 |
1485 (autoload (quote vm-send-rfc934-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 934 digest." t nil) | 1470 (autoload (quote vm-send-rfc934-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 934 digest." t nil) |
1486 | 1471 |
1487 (autoload (quote vm-send-rfc1153-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1153 digest." t nil) | 1472 (autoload (quote vm-send-rfc1153-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1153 digest." t nil) |
1488 | 1473 |
1489 (autoload (quote vm-send-rfc1521-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1521 (MIME) digest." t nil) | |
1490 | |
1491 (autoload (quote vm-continue-composing-message) "vm-reply" "Find and select the most recently used mail composition buffer. | 1474 (autoload (quote vm-continue-composing-message) "vm-reply" "Find and select the most recently used mail composition buffer. |
1492 If the selected buffer is already a Mail mode buffer then it is | 1475 If the selected buffer is already a Mail mode buffer then it is |
1493 buried before beginning the search. Non Mail mode buffers and | 1476 buried before beginning the search. Non Mail mode buffers and |
1494 unmodified Mail buffers are skipped. Prefix arg means unmodified | 1477 unmodified Mail buffers are skipped. Prefix arg means unmodified |
1495 Mail mode buffers are not skipped. If no suitable buffer is | 1478 Mail mode buffers are not skipped. If no suitable buffer is |
1516 (autoload (quote vm-send-digest-other-frame) "vm-reply" "Like vm-send-digest, but run in a newly created frame." t nil) | 1499 (autoload (quote vm-send-digest-other-frame) "vm-reply" "Like vm-send-digest, but run in a newly created frame." t nil) |
1517 | 1500 |
1518 (autoload (quote vm-send-rfc934-digest-other-frame) "vm-reply" "Like vm-send-rfc934-digest, but run in a newly created frame." t nil) | 1501 (autoload (quote vm-send-rfc934-digest-other-frame) "vm-reply" "Like vm-send-rfc934-digest, but run in a newly created frame." t nil) |
1519 | 1502 |
1520 (autoload (quote vm-send-rfc1153-digest-other-frame) "vm-reply" "Like vm-send-rfc1153-digest, but run in a newly created frame." t nil) | 1503 (autoload (quote vm-send-rfc1153-digest-other-frame) "vm-reply" "Like vm-send-rfc1153-digest, but run in a newly created frame." t nil) |
1521 | |
1522 (autoload (quote vm-send-rfc1521-digest-other-frame) "vm-reply" "Like vm-send-rfc1521-digest, but run in a newly created frame." t nil) | |
1523 | 1504 |
1524 (autoload (quote vm-match-data) "vm-save" nil nil nil) | 1505 (autoload (quote vm-match-data) "vm-save" nil nil nil) |
1525 | 1506 |
1526 (autoload (quote vm-auto-select-folder) "vm-save" nil nil nil) | 1507 (autoload (quote vm-auto-select-folder) "vm-save" nil nil nil) |
1527 | 1508 |