On Mon, Feb 07, 2011 at 02:32:48PM +0100, Eric Smith wrote:
Is it possible to configure mutt to accept the header;
a: <attachment goes here>
as an alternative to
attachment: <attachment goes here>

No. Your best bet would be to use a macro/abbeviation in your text editor. For example, using Vim you could use this:

        iabbrev a: Attach:

Then when you type a: it will be expanded automatically.

me

Reply via email to