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