i'd like to use some message hooks to deal with setting / unsetting p_c_t when replying to messages.... but i'd like to set a default send-hook for composing new messages regardless of the message-hook.
any suggestions? i'm doing stuff like this: message-hook . 'set pgp_create_traditional' message-hook '~h "^X-Mailer: Microsoft Outlook Express"' 'set pgp_create_traditional' message-hook '~h "User-Agent: Mutt"' 'unset pgp_create_traditional' i've tried putting: send-hook . 'set pgp_create_traditional' both before and after these hooks, but that doesn't seem to be working. i think i need to do something a bit more complex to get this to work - has anyone done anything similar, or does anyone have any suggestions? basically i'd like to send clearsigned by default, unless someone's using a mailer that can deal with pgp/mime (like mutt, evolution, sylpheed, etc). w