Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-autoload.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 869e1851236b |
children | 585fb297b004 |
comparison
equal
deleted
inserted
replaced
135:4636a6841cd6 | 136:b980b6286996 |
---|---|
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. The message content type |
83 must be either message/* or multipart/digest." nil nil) | 89 must be either message/* or multipart/digest." nil nil) |
1418 Type `q' to quit this temp folder and return to composing your | 1424 Type `q' to quit this temp folder and return to composing your |
1419 message." t nil) | 1425 message." t nil) |
1420 | 1426 |
1421 (autoload (quote vm-mime-composite-type-p) "vm-mime" nil nil nil) | 1427 (autoload (quote vm-mime-composite-type-p) "vm-mime" nil nil nil) |
1422 | 1428 |
1423 (autoload (quote vm-mime-map-atomic-layouts) "vm-mime" nil nil nil) | |
1424 | |
1425 (autoload (quote vm-minibuffer-complete-word) "vm-minibuf" nil t nil) | 1429 (autoload (quote vm-minibuffer-complete-word) "vm-minibuf" nil t nil) |
1426 | 1430 |
1427 (autoload (quote vm-minibuffer-complete-word-and-exit) "vm-minibuf" nil t nil) | 1431 (autoload (quote vm-minibuffer-complete-word-and-exit) "vm-minibuf" nil t nil) |
1428 | 1432 |
1429 (autoload (quote vm-minibuffer-completion-message) "vm-minibuf" "Briefly display STRING to the right of the current minibuffer input. | 1433 (autoload (quote vm-minibuffer-completion-message) "vm-minibuf" "Briefly display STRING to the right of the current minibuffer input. |
1939 | 1943 |
1940 (autoload (quote vm-resend-message) "vm-reply" "Resend the current message to someone else. | 1944 (autoload (quote vm-resend-message) "vm-reply" "Resend the current message to someone else. |
1941 The current message will be copied to a Mail mode buffer and you | 1945 The current message will be copied to a Mail mode buffer and you |
1942 can edit the message and send it as usual. | 1946 can edit the message and send it as usual. |
1943 | 1947 |
1944 NOTE: since you are doing a resend, a Resent-To header is | 1948 NOTE: since you are doing a resend, a Resent-To header is provided |
1945 provided for you to fill in. If you don't fill it in, when you | 1949 for you to fill in the new recipient list. If you don't fill in |
1946 send the message it will go to the original recipients listed in | 1950 this header, what happens when you send the message is undefined. |
1947 the To and Cc headers. You may also create a Resent-Cc header." t nil) | 1951 You may also create a Resent-Cc header." t nil) |
1948 | 1952 |
1949 (autoload (quote vm-send-digest) "vm-reply" "Send a digest of all messages in the current folder to recipients. | 1953 (autoload (quote vm-send-digest) "vm-reply" "Send a digest of all messages in the current folder to recipients. |
1950 The type of the digest is specified by the variable vm-digest-send-type. | 1954 The type of the digest is specified by the variable vm-digest-send-type. |
1951 You will be placed in a Mail mode buffer as is usual with replies, but you | 1955 You will be placed in a Mail mode buffer as is usual with replies, but you |
1952 must fill in the To: and Subject: headers manually. | 1956 must fill in the To: and Subject: headers manually. |
2040 The saved messages are flagged as `written'. | 2044 The saved messages are flagged as `written'. |
2041 | 2045 |
2042 This command should NOT be used to save message to mail folders; use | 2046 This command should NOT be used to save message to mail folders; use |
2043 vm-save-message instead (normally bound to `s')." t nil) | 2047 vm-save-message instead (normally bound to `s')." t nil) |
2044 | 2048 |
2045 (autoload (quote vm-pipe-message-to-command) "vm-save" "Run shell command with the some or all of the current message as input. | 2049 (autoload (quote vm-pipe-message-to-command) "vm-save" "Runs a shell command with some or all of the contents of the |
2046 By default the entire message is used. | 2050 current message as input. |
2051 By default, the entire message is used. | |
2047 With one \\[universal-argument] the text portion of the message is used. | 2052 With one \\[universal-argument] the text portion of the message is used. |
2048 With two \\[universal-argument]'s the header portion of the message is used. | 2053 With two \\[universal-argument]'s the header portion of the message is used. |
2049 With three \\[universal-argument]'s the visible header portion of the message | 2054 With three \\[universal-argument]'s the visible header portion of the message |
2050 plus the text portion is used. | 2055 plus the text portion is used. |
2051 | 2056 |
2202 | 2207 |
2203 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil) | 2208 (autoload (quote vm-other-window) "vm-startup" "Like vm, but run in a different window." t nil) |
2204 | 2209 |
2205 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail. | 2210 (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail. |
2206 | 2211 |
2207 This is VM 6.27. | 2212 This is VM 6.29. |
2208 | 2213 |
2209 Commands: | 2214 Commands: |
2210 h - summarize folder contents | 2215 h - summarize folder contents |
2211 C-t - toggle threads display | 2216 C-t - toggle threads display |
2212 | 2217 |