comparison lisp/vm/vm-autoload.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 49a24b4fd526
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
5 5
6 The message will be physically deleted from the current folder the next 6 The message will be physically deleted from the current folder the next
7 time the current folder is expunged. 7 time the current folder is expunged.
8 8
9 With a prefix argument COUNT, the current message and the next 9 With a prefix argument COUNT, the current message and the next
10 COUNT - 1 messages are deleted. A negative argument means the 10 COUNT - 1 messages are deleted. A negative argument means
11 the current message and the previous |COUNT| - 1 messages are 11 the current message and the previous |COUNT| - 1 messages are
12 deleted. 12 deleted.
13 13
14 When invoked on marked messages (via vm-next-command-uses-marks), 14 When invoked on marked messages (via vm-next-command-uses-marks),
15 only marked messages are deleted, other messages are ignored." t nil) 15 only marked messages are deleted, other messages are ignored." t nil)
17 (autoload (quote vm-delete-message-backward) "vm-delete" "Like vm-delete-message, except the deletion direction is reversed." t nil) 17 (autoload (quote vm-delete-message-backward) "vm-delete" "Like vm-delete-message, except the deletion direction is reversed." t nil)
18 18
19 (autoload (quote vm-undelete-message) "vm-delete" "Remove the `deleted' attribute from the current message. 19 (autoload (quote vm-undelete-message) "vm-delete" "Remove the `deleted' attribute from the current message.
20 20
21 With a prefix argument COUNT, the current message and the next 21 With a prefix argument COUNT, the current message and the next
22 COUNT - 1 messages are undeleted. A negative argument means the 22 COUNT - 1 messages are undeleted. A negative argument means
23 the current message and the previous |COUNT| - 1 messages are 23 the current message and the previous |COUNT| - 1 messages are
24 deleted. 24 deleted.
25 25
26 When invoked on marked messages (via vm-next-command-uses-marks), 26 When invoked on marked messages (via vm-next-command-uses-marks),
27 only marked messages are undeleted, other messages are ignored." t nil) 27 only marked messages are undeleted, other messages are ignored." t nil)
98 DISCARD-REGEXP should be a regexp that matches headers to be discarded. 98 DISCARD-REGEXP should be a regexp that matches headers to be discarded.
99 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers 99 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
100 to be forwarded. See the docs for vm-reorder-message-headers 100 to be forwarded. See the docs for vm-reorder-message-headers
101 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil) 101 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil)
102 102
103 (autoload (quote vm-rfc1521-encapsulate-messages) "vm-digest" "Encapsulate the messages in MESSAGE-LIST as per RFC 1521 (MIME).
104 The resulting digest is inserted at point in the current buffer.
105 MIME headers at point-max are added/updated.
106 Point is not moved.
107
108 MESSAGE-LIST should be a list of message structs (real or virtual).
109 These are the messages that will be encapsulated.
110 KEEP-LIST should be a list of regexps matching headers to keep.
111 DISCARD-REGEXP should be a regexp that matches headers to be discarded.
112 KEEP-LIST and DISCARD-REGEXP are used to order and trim the headers
113 to be forwarded. See the docs for vm-reorder-message-headers
114 to find out how KEEP-LIST and DISCARD-REGEXP are used." nil nil)
115
103 (autoload (quote vm-rfc1153-or-rfc934-burst-message) "vm-digest" "Burst messages from the digest message M. 116 (autoload (quote vm-rfc1153-or-rfc934-burst-message) "vm-digest" "Burst messages from the digest message M.
104 M should be a message struct for a real message. 117 M should be a message struct for a real message.
105 If RFC1153 is non-nil, assume the digest is of the form specified by 118 If RFC1153 is non-nil, assume the digest is of the form specified by
106 RFC 1153. Otherwise assume RFC 934 digests." nil nil) 119 RFC 1153. Otherwise assume RFC 934 digests." nil nil)
107 120
125 138
126 (autoload (quote vm-burst-rfc934-digest) "vm-digest" "Burst an RFC 934 style digest" t nil) 139 (autoload (quote vm-burst-rfc934-digest) "vm-digest" "Burst an RFC 934 style digest" t nil)
127 140
128 (autoload (quote vm-burst-rfc1153-digest) "vm-digest" "Burst an RFC 1153 style digest" t nil) 141 (autoload (quote vm-burst-rfc1153-digest) "vm-digest" "Burst an RFC 1153 style digest" t nil)
129 142
143 (autoload (quote vm-burst-rfc1521-digest) "vm-digest" "Burst an RFC 1521 (MIME) style digest" t nil)
144
130 (autoload (quote vm-guess-digest-type) "vm-digest" "Guess the digest type of the message M. 145 (autoload (quote vm-guess-digest-type) "vm-digest" "Guess the digest type of the message M.
131 M should be the message struct of a real message. 146 M should be the message struct of a real message.
132 Returns either \"rfc934\" or \"rfc1153\"." nil nil) 147 Returns either \"rfc934\", \"rfc1153\", or \"rfc1521\"." nil nil)
133 148
134 (autoload (quote vm-easy-menu-define) "vm-easymenu" "Define a menu bar submenu in maps MAPS, according to MENU. 149 (autoload (quote vm-easy-menu-define) "vm-easymenu" "Define a menu bar submenu in maps MAPS, according to MENU.
135 The menu keymap is stored in symbol SYMBOL, both as its value 150 The menu keymap is stored in symbol SYMBOL, both as its value
136 and as its function definition. DOC is used as the doc string for SYMBOL. 151 and as its function definition. DOC is used as the doc string for SYMBOL.
137 152
384 399
385 (autoload (quote vm-get-folder-type) "vm-folder" "Return a symbol indicating the folder type of the current buffer. 400 (autoload (quote vm-get-folder-type) "vm-folder" "Return a symbol indicating the folder type of the current buffer.
386 This function works by examining the beginning of a folder. 401 This function works by examining the beginning of a folder.
387 If optional arg FILE is present the type of FILE is returned instead. 402 If optional arg FILE is present the type of FILE is returned instead.
388 If optional second and third arg START and END are provided, 403 If optional second and third arg START and END are provided,
389 vm-get-folder-type will examine the the text between those buffer 404 vm-get-folder-type will examine the text between those buffer
390 positions. START and END default to 1 and (buffer-size) + 1. 405 positions. START and END default to 1 and (buffer-size) + 1.
391 406
392 Returns 407 Returns
393 nil if folder has no type (empty) 408 nil if folder has no type (empty)
394 unknown if the type is not known to VM 409 unknown if the type is not known to VM
1470 1485
1471 (autoload (quote vm-send-rfc934-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 934 digest." t nil) 1486 (autoload (quote vm-send-rfc934-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 934 digest." t nil)
1472 1487
1473 (autoload (quote vm-send-rfc1153-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1153 digest." t nil) 1488 (autoload (quote vm-send-rfc1153-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1153 digest." t nil)
1474 1489
1490 (autoload (quote vm-send-rfc1521-digest) "vm-reply" "Like vm-send-digest but always sends an RFC 1521 (MIME) digest." t nil)
1491
1475 (autoload (quote vm-continue-composing-message) "vm-reply" "Find and select the most recently used mail composition buffer. 1492 (autoload (quote vm-continue-composing-message) "vm-reply" "Find and select the most recently used mail composition buffer.
1476 If the selected buffer is already a Mail mode buffer then it is 1493 If the selected buffer is already a Mail mode buffer then it is
1477 buried before beginning the search. Non Mail mode buffers and 1494 buried before beginning the search. Non Mail mode buffers and
1478 unmodified Mail buffers are skipped. Prefix arg means unmodified 1495 unmodified Mail buffers are skipped. Prefix arg means unmodified
1479 Mail mode buffers are not skipped. If no suitable buffer is 1496 Mail mode buffers are not skipped. If no suitable buffer is
1500 (autoload (quote vm-send-digest-other-frame) "vm-reply" "Like vm-send-digest, but run in a newly created frame." t nil) 1517 (autoload (quote vm-send-digest-other-frame) "vm-reply" "Like vm-send-digest, but run in a newly created frame." t nil)
1501 1518
1502 (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 (autoload (quote vm-send-rfc934-digest-other-frame) "vm-reply" "Like vm-send-rfc934-digest, but run in a newly created frame." t nil)
1503 1520
1504 (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 (autoload (quote vm-send-rfc1153-digest-other-frame) "vm-reply" "Like vm-send-rfc1153-digest, but run in a newly created frame." t nil)
1522
1523 (autoload (quote vm-send-rfc1521-digest-other-frame) "vm-reply" "Like vm-send-rfc1521-digest, but run in a newly created frame." t nil)
1505 1524
1506 (autoload (quote vm-match-data) "vm-save" nil nil nil) 1525 (autoload (quote vm-match-data) "vm-save" nil nil nil)
1507 1526
1508 (autoload (quote vm-auto-select-folder) "vm-save" nil nil nil) 1527 (autoload (quote vm-auto-select-folder) "vm-save" nil nil nil)
1509 1528