Auto-fill-mode in emacsclient

2007-01-30 Thread sven . bretfeld
Dear List I'm new to Mutt. As I am a fan of GNU-Emacs I use emacsclient for composing mails. But I'm quite an Emacs newbe too. On my GNU/Debian (Etch) machine I have to turn on Emacs' auto-fill-mode manually when I compose a mail text for mutt. This annoyes me of course. On my other computer, wh

Re: Auto-fill-mode in emacsclient

2007-02-02 Thread sven . bretfeld
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, [EMAIL PROTECTED] 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 wor

Re: Hammering hard to get mutt working

2007-06-24 Thread Sven Bretfeld
Hi On Sun, Jun 24, 2007 at 02:56:48PM +0200, Umut Tabak wrote: > authentication errors from mutt. I use sendmail as MTA. But now I can Have you tried exim4 which is standard in Debian? It works perfectly with Mutt on my Etch system. Greetings Sven -- PS: Bitte schicken Sie mir reine Text-Nac

send-hook for replying to mailing lists

2007-07-13 Thread Sven Bretfeld
Hi Mutt users For mailing list I use an email address different from my private mail. To automatically use the correct from-header I inserted the following send-hook to my .muttrc: send-hook . "my_hdr From: [EMAIL PROTECTED]" # private mail send-hook [EMAIL PROTECTED] 'my_hdr From

Re: send-hook for replying to mailing lists

2007-07-13 Thread Sven Bretfeld
Hello Jerry On Fri, Jul 13, 2007 at 09:27:59PM +0100, Jerry Walker wrote: > try send-hook "~l" "my_hdr From: [EMAIL PROTECTED]" That's it. Thank you very much. Bye, Sven