Michael Welsh Duggan writes: > Or, also per the documentation, you can set message-forward-as-mime to > nil. Thanks for the tip. Now it is working the way I want. > Unfortunately the variable now appears to be > message-forward-ignored-headers, which is really doing the opposite of > what you want. Indeed. I google my snippets usually. Thats the reason I stumbled across deprecated message-included-forward-headers. I was aware of message-forward-ignored-headers, but since there are so many headers :) I thought there has to be a better way to get rid most of them. Its a shame it got remove in 1999. I could really use in 2012. I guess I have to use the next best thing: (setq message-forward-ignored-headers "^.*") mihkel