On Mon, Nov 02, 2009 at 04:27:14PM +0000, Michael Williams wrote:
> Is it possible to change the default "Re: your mail" subject that mutt
> uses when replying to emails that arrive without a subject to something
> less, er, passive aggressive -- or something in another language?

You can edit the source "send.c" file.  Look for:

  else if (!env->subject)
      env->subject = safe_strdup ("Re: your mail");

Change 'your mail' to 'whatever you like'; I use 'no subject'.


-- 
Monte

Reply via email to