Select the types of activity you want to include in your feed.
Remove make_key_attachment parameter.
The parameter is not actually used anywhere. The next commit will convert the classic pgp implementation to use the buffer pool. This change will simplify the logic.
···231231void crypt_pgp_free_key (pgp_key_t *kpp);
232232233233/* Generate a PGP public key attachment. */
234234-BODY *crypt_pgp_make_key_attachment (char *tempf);
234234+BODY *crypt_pgp_make_key_attachment (void);
235235236236/* This routine attempts to find the keyids of the recipients of a
237237 message. It returns NULL if any of the keys can not be found.