On Feb 08, Will Yardley [[EMAIL PROTECTED]] wrote: > > Has anyone else had a desire to be able to toggle weed=yes for only > > certain instances of pager, reply, or forward? > > yes. > > i use: > ## put headers in the edit buffer if i'm forwarding > macro index f ":set header\n<forward-message>" > macro index r ":unset header\n<reply>" > > macro pager f ":set header\n<forward-message>" > macro pager r ":unset header\n<reply>"
This isn't doing what you think it is. $header is only valid in a reply context. You always get headers when you forward a message, in the body if not mime forwarding and as part of the mime message if mime forwarding. $header basically gives you that header functionality when replying as well, though forwarding respects both $weed and $forward_decode, which there is no cooresponding $reply_decode, so $weed always applies to $header. Anyway, your above settings basically have no effect beyond what a universal 'unset header' would do.
msg24346/pgp00000.pgp
Description: PGP signature