Mercurial > hg > xemacs-beta
comparison lisp/mailcrypt/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (not (featurep 'mailcrypt-autoloads)) | |
3 (progn | |
4 | |
5 ;;;### (autoloads (mc-deactivate-passwd mc-install-write-mode mc-install-read-mode) "mailcrypt" "mailcrypt/mailcrypt.el") | |
6 | |
7 (autoload 'mc-install-read-mode "mailcrypt" nil t nil) | |
8 | |
9 (autoload 'mc-install-write-mode "mailcrypt" nil t nil) | |
10 | |
11 (autoload 'mc-deactivate-passwd "mailcrypt" "\ | |
12 *Deactivate the passphrase cache." t nil) | |
13 | |
14 ;;;*** | |
15 | |
16 ;;;### (autoloads (mc-pgp-fetch-key mc-scheme-pgp) "mc-pgp" "mailcrypt/mc-pgp.el") | |
17 | |
18 (autoload 'mc-scheme-pgp "mc-pgp" nil nil nil) | |
19 | |
20 (autoload 'mc-pgp-fetch-key "mc-pgp" "\ | |
21 Attempt to fetch a key for addition to PGP keyring. Interactively, | |
22 prompt for string matching key to fetch. | |
23 | |
24 Non-interactively, ID must be a pair. The CAR must be a bare Email | |
25 address and the CDR a keyID (with \"0x\" prefix). Either, but not | |
26 both, may be nil. | |
27 | |
28 Return t if we think we were successful; nil otherwise. Note that nil | |
29 is not necessarily an error, since we may have merely fired off an Email | |
30 request for the key." t nil) | |
31 | |
32 ;;;*** | |
33 | |
34 ;;;### (autoloads (mc-remailer-insert-response-block mc-remailer-encrypt-for-chain mc-remailer-insert-pseudonym) "mc-remail" "mailcrypt/mc-remail.el") | |
35 | |
36 (autoload 'mc-remailer-insert-pseudonym "mc-remail" "\ | |
37 Insert pseudonym as a From field in the hash-mark header. | |
38 | |
39 See the documentation for the variable `mc-remailer-pseudonyms' for | |
40 more information." t nil) | |
41 | |
42 (autoload 'mc-remailer-encrypt-for-chain "mc-remail" "\ | |
43 Encrypt message for a remailer chain, prompting for chain to use. | |
44 | |
45 With \\[universal-argument], pause before each encryption." t nil) | |
46 | |
47 (autoload 'mc-remailer-insert-response-block "mc-remail" "\ | |
48 Insert response block at point, prompting for chain to use. | |
49 | |
50 With \\[universal-argument], enter a recursive edit of the innermost | |
51 layer of the block before encrypting it." t nil) | |
52 | |
53 ;;;*** | |
54 | |
55 ;;;### (autoloads (mc-mh-snarf-keys mc-mh-verify-signature mc-mh-decrypt-message mc-gnus-decrypt-message mc-gnus-snarf-keys mc-gnus-verify-signature mc-vm-snarf-keys mc-vm-decrypt-message mc-vm-verify-signature mc-rmail-decrypt-message mc-rmail-verify-signature mc-rmail-summary-snarf-keys mc-rmail-summary-decrypt-message mc-rmail-summary-verify-signature mc-snarf-keys mc-snarf mc-insert-public-key mc-verify-signature mc-verify mc-sign-message mc-sign mc-decrypt-message mc-decrypt mc-encrypt-message mc-encrypt mc-cleanup-recipient-headers) "mc-toplev" "mailcrypt/mc-toplev.el") | |
56 | |
57 (autoload 'mc-cleanup-recipient-headers "mc-toplev" nil nil nil) | |
58 | |
59 (autoload 'mc-encrypt "mc-toplev" "\ | |
60 *Encrypt the current buffer. | |
61 | |
62 Exact behavior depends on current major mode. | |
63 | |
64 With \\[universal-argument], prompt for User ID to sign as. | |
65 | |
66 With \\[universal-argument] \\[universal-argument], prompt for encryption scheme to use." t nil) | |
67 | |
68 (autoload 'mc-encrypt-message "mc-toplev" "\ | |
69 *Encrypt a message for RECIPIENTS using the given encryption SCHEME. | |
70 RECIPIENTS is a comma separated string. If SCHEME is nil, use the value | |
71 of `mc-default-scheme'. Returns t on success, nil otherwise." nil nil) | |
72 | |
73 (autoload 'mc-decrypt "mc-toplev" "\ | |
74 *Decrypt a message in the current buffer. | |
75 | |
76 Exact behavior depends on current major mode." t nil) | |
77 | |
78 (autoload 'mc-decrypt-message "mc-toplev" "\ | |
79 Decrypt whatever message is in the current buffer. | |
80 Returns a pair (SUCCEEDED . VERIFIED) where SUCCEEDED is t if the encryption | |
81 succeeded and VERIFIED is t if it had a valid signature." nil nil) | |
82 | |
83 (autoload 'mc-sign "mc-toplev" "\ | |
84 *Sign a message in the current buffer. | |
85 | |
86 Exact behavior depends on current major mode. | |
87 | |
88 With one prefix arg, prompts for private key to use, with two prefix args, | |
89 also prompts for encryption scheme to use. With negative prefix arg, | |
90 inhibits clearsigning (pgp)." t nil) | |
91 | |
92 (autoload 'mc-sign-message "mc-toplev" "\ | |
93 Clear sign the message." nil nil) | |
94 | |
95 (autoload 'mc-verify "mc-toplev" "\ | |
96 *Verify a message in the current buffer. | |
97 | |
98 Exact behavior depends on current major mode." t nil) | |
99 | |
100 (autoload 'mc-verify-signature "mc-toplev" "\ | |
101 *Verify the signature of the signed message in the current buffer. | |
102 Show the result as a message in the minibuffer. Returns t if the signature | |
103 is verified." nil nil) | |
104 | |
105 (autoload 'mc-insert-public-key "mc-toplev" "\ | |
106 *Insert your public key at point. | |
107 With one prefix arg, prompts for user id to use. With two prefix | |
108 args, prompts for encryption scheme." t nil) | |
109 | |
110 (autoload 'mc-snarf "mc-toplev" "\ | |
111 *Add all public keys in the buffer to your keyring. | |
112 | |
113 Exact behavior depends on current major mode." t nil) | |
114 | |
115 (autoload 'mc-snarf-keys "mc-toplev" "\ | |
116 *Add all public keys in the buffer to your keyring." t nil) | |
117 | |
118 (autoload 'mc-rmail-summary-verify-signature "mc-toplev" "\ | |
119 *Verify the signature in the current message." t nil) | |
120 | |
121 (autoload 'mc-rmail-summary-decrypt-message "mc-toplev" "\ | |
122 *Decrypt the contents of this message" t nil) | |
123 | |
124 (autoload 'mc-rmail-summary-snarf-keys "mc-toplev" "\ | |
125 *Adds keys from current message to public key ring" t nil) | |
126 | |
127 (autoload 'mc-rmail-verify-signature "mc-toplev" "\ | |
128 *Verify the signature in the current message." t nil) | |
129 | |
130 (autoload 'mc-rmail-decrypt-message "mc-toplev" "\ | |
131 *Decrypt the contents of this message" t nil) | |
132 | |
133 (autoload 'mc-vm-verify-signature "mc-toplev" "\ | |
134 *Verify the signature in the current VM message" t nil) | |
135 | |
136 (autoload 'mc-vm-decrypt-message "mc-toplev" "\ | |
137 *Decrypt the contents of the current VM message" t nil) | |
138 | |
139 (autoload 'mc-vm-snarf-keys "mc-toplev" "\ | |
140 *Snarf public key from the contents of the current VM message" t nil) | |
141 | |
142 (autoload 'mc-gnus-verify-signature "mc-toplev" nil t nil) | |
143 | |
144 (autoload 'mc-gnus-snarf-keys "mc-toplev" nil t nil) | |
145 | |
146 (autoload 'mc-gnus-decrypt-message "mc-toplev" nil t nil) | |
147 | |
148 (autoload 'mc-mh-decrypt-message "mc-toplev" "\ | |
149 Decrypt the contents of the current MH message in the show buffer." t nil) | |
150 | |
151 (autoload 'mc-mh-verify-signature "mc-toplev" "\ | |
152 *Verify the signature in the current MH message." t nil) | |
153 | |
154 (autoload 'mc-mh-snarf-keys "mc-toplev" nil t nil) | |
155 | |
156 ;;;*** | |
157 | |
158 (provide 'mailcrypt-autoloads) | |
159 )) |