Derek D. Martin wrote: > > I do this, but using send-hooks instead. I believe you've got the > right idea, but you need to "set pgp_create_traditional=[yes|no]" > rather than just setting it or unsetting it. That's what I'm doing, > and it seems to work fine. The order above seems right to me.
hrmm well the message-hooks themselves are working fine. the issue i'm having is that message-hooks work on _viewing_ a message as well as replying to it -- so if i view a message that has set pgp_create_traditional one way or another, and then compose a new message, p_c_t is still going to be set based on the message-hook. so the problem (as i see it) is to somehow manage to have both send-hook and message-hook work. does that make sense? w