On Thu, Jun 19, 2014 at 02:56:37PM +0200, Martin Vegter wrote: > Hello, > Is there a way to prepend "~/tmp/" in front of the name, so that by > default all files are saved in "~/tmp/"? >
Macros to the rescue. In my .muttrc I have:
macro attach S <save-entry><bol>~/somefolder/
which should do what you are requiring. Along with patterns, macros are what
makes mutt special; learn more about them with |man muttrc|.
