William Guynes 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>" and of course in the pager you can toggle headers with 'h' (by default). w