Eric Smith wrote (Tue, Nov 20, 2012 at 05:16:16PM +0100): > So I want to copy and paste a grammatically more useful *pseudo* > header text. Of course mutt could be made to accept anything > unique as this pseudo header, so I asked if it is changeable > without a hack of the source.
If you use emacs(client) as your editor, you could write a function to do this and add it to something like kill-buffer-hook. I wrote something along the above lines to change the attachment format used by message-mode to the Attach: header that mutt understands. (Later I realised that I could directly use post-attach-file from message-mode.) mandar.