File: auto-autoloads.el

package info (click to toggle)
xemacs20 20.4-13
  • links: PTS
  • area: main
  • in suites: slink
  • size: 67,324 kB
  • ctags: 57,643
  • sloc: lisp: 586,197; ansic: 184,662; sh: 4,296; asm: 3,179; makefile: 2,021; perl: 1,059; csh: 96; sed: 22
file content (157 lines) | stat: -rw-r--r-- 5,927 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
;;; DO NOT MODIFY THIS FILE
(if (featurep 'mailcrypt-autoloads) (error "Already loaded"))

;;;### (autoloads (mc-deactivate-passwd mc-install-write-mode mc-install-read-mode) "mailcrypt" "mailcrypt/mailcrypt.el")

(autoload 'mc-install-read-mode "mailcrypt" nil t nil)

(autoload 'mc-install-write-mode "mailcrypt" nil t nil)

(autoload 'mc-deactivate-passwd "mailcrypt" "\
*Deactivate the passphrase cache." t nil)

;;;***

;;;### (autoloads (mc-pgp-fetch-key mc-scheme-pgp) "mc-pgp" "mailcrypt/mc-pgp.el")

(autoload 'mc-scheme-pgp "mc-pgp" nil nil nil)

(autoload 'mc-pgp-fetch-key "mc-pgp" "\
Attempt to fetch a key for addition to PGP keyring.  Interactively,
prompt for string matching key to fetch.

Non-interactively, ID must be a pair.  The CAR must be a bare Email
address and the CDR a keyID (with \"0x\" prefix).  Either, but not
both, may be nil.

Return t if we think we were successful; nil otherwise.  Note that nil
is not necessarily an error, since we may have merely fired off an Email
request for the key." t nil)

;;;***

;;;### (autoloads (mc-remailer-insert-response-block mc-remailer-encrypt-for-chain mc-remailer-insert-pseudonym) "mc-remail" "mailcrypt/mc-remail.el")

(autoload 'mc-remailer-insert-pseudonym "mc-remail" "\
Insert pseudonym as a From field in the hash-mark header.

See the documentation for the variable `mc-remailer-pseudonyms' for
more information." t nil)

(autoload 'mc-remailer-encrypt-for-chain "mc-remail" "\
Encrypt message for a remailer chain, prompting for chain to use.

With \\[universal-argument], pause before each encryption." t nil)

(autoload 'mc-remailer-insert-response-block "mc-remail" "\
Insert response block at point, prompting for chain to use.

With \\[universal-argument], enter a recursive edit of the innermost
layer of the block before encrypting it." t nil)

;;;***

;;;### (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")

(autoload 'mc-cleanup-recipient-headers "mc-toplev" nil nil nil)

(autoload 'mc-encrypt "mc-toplev" "\
*Encrypt the current buffer.

Exact behavior depends on current major mode.

With \\[universal-argument], prompt for User ID to sign as.

With \\[universal-argument] \\[universal-argument], prompt for encryption scheme to use." t nil)

(autoload 'mc-encrypt-message "mc-toplev" "\
*Encrypt a message for RECIPIENTS using the given encryption SCHEME.
RECIPIENTS is a comma separated string. If SCHEME is nil, use the value
of `mc-default-scheme'.  Returns t on success, nil otherwise." nil nil)

(autoload 'mc-decrypt "mc-toplev" "\
*Decrypt a message in the current buffer.

Exact behavior depends on current major mode." t nil)

(autoload 'mc-decrypt-message "mc-toplev" "\
Decrypt whatever message is in the current buffer.
Returns a pair (SUCCEEDED . VERIFIED) where SUCCEEDED is t if the encryption
succeeded and VERIFIED is t if it had a valid signature." nil nil)

(autoload 'mc-sign "mc-toplev" "\
*Sign a message in the current buffer.

Exact behavior depends on current major mode.

With one prefix arg, prompts for private key to use, with two prefix args,
also prompts for encryption scheme to use.  With negative prefix arg,
inhibits clearsigning (pgp)." t nil)

(autoload 'mc-sign-message "mc-toplev" "\
Clear sign the message." nil nil)

(autoload 'mc-verify "mc-toplev" "\
*Verify a message in the current buffer.

Exact behavior depends on current major mode." t nil)

(autoload 'mc-verify-signature "mc-toplev" "\
*Verify the signature of the signed message in the current buffer.
Show the result as a message in the minibuffer. Returns t if the signature
is verified." nil nil)

(autoload 'mc-insert-public-key "mc-toplev" "\
*Insert your public key at point.
With one prefix arg, prompts for user id to use. With two prefix
args, prompts for encryption scheme." t nil)

(autoload 'mc-snarf "mc-toplev" "\
*Add all public keys in the buffer to your keyring.

Exact behavior depends on current major mode." t nil)

(autoload 'mc-snarf-keys "mc-toplev" "\
*Add all public keys in the buffer to your keyring." t nil)

(autoload 'mc-rmail-summary-verify-signature "mc-toplev" "\
*Verify the signature in the current message." t nil)

(autoload 'mc-rmail-summary-decrypt-message "mc-toplev" "\
*Decrypt the contents of this message" t nil)

(autoload 'mc-rmail-summary-snarf-keys "mc-toplev" "\
*Adds keys from current message to public key ring" t nil)

(autoload 'mc-rmail-verify-signature "mc-toplev" "\
*Verify the signature in the current message." t nil)

(autoload 'mc-rmail-decrypt-message "mc-toplev" "\
*Decrypt the contents of this message" t nil)

(autoload 'mc-vm-verify-signature "mc-toplev" "\
*Verify the signature in the current VM message" t nil)

(autoload 'mc-vm-decrypt-message "mc-toplev" "\
*Decrypt the contents of the current VM message" t nil)

(autoload 'mc-vm-snarf-keys "mc-toplev" "\
*Snarf public key from the contents of the current VM message" t nil)

(autoload 'mc-gnus-verify-signature "mc-toplev" nil t nil)

(autoload 'mc-gnus-snarf-keys "mc-toplev" nil t nil)

(autoload 'mc-gnus-decrypt-message "mc-toplev" nil t nil)

(autoload 'mc-mh-decrypt-message "mc-toplev" "\
Decrypt the contents of the current MH message in the show buffer." t nil)

(autoload 'mc-mh-verify-signature "mc-toplev" "\
*Verify the signature in the current MH message." t nil)

(autoload 'mc-mh-snarf-keys "mc-toplev" nil t nil)

;;;***

(provide 'mailcrypt-autoloads)