On 2014-05-25 at 22:40, Steve Harman <[email protected]> wrote: > Ken, thanks for trying this out. The second solution in the second link was > for Gnus. So, does this mean that if I put it in init.el and define a hook > then it should work? > > Since I am relatively new to emacs, I would appreciate if you could tell a > bit more about how you exactly did this. > > thanks in advance!
I cut-and-pasted the code into my mu4e startup file (you might put it in your ~/.emacs.d/init.el, or ~/.emacs, or wherever you put your customization code). Rather than restarting emacs, I put the cursor at the end of the first function (2nd-to-last line) and evaluated it with C-x C-e. I then did this for the second function (last line). I tested it by sending an email to myself with the word "attaching". It worked. No changes. -k. -- You received this message because you are subscribed to the Google Groups "mu-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
