<<< Date Index >>>     <<< Thread Index >>>

Re: Auto-fill-mode in emacsclient



On Wed, Jan 31, 2007 at 09:54:39AM +0100, Stefano Sabatini wrote:

Dear list

> On date Wednesday 2007-01-31 01:31:40 +0100, sven.bretfeld@xxxxxx muttered:
> Are you sure that when you're composing mails you're using the
> mail-mode?

That was indeed the problem. A simple add-to-list didn't do the work
for some reason. But the follwoing code was the solution:
 
> set tmpdir=~/tmp              # where to store temp files
> in your muttrc file):
> 
> (push '(".*/tmp/mutt.*\\'" . mail-mode) auto-mode-alist)

Thank you all very much.

Sven