Vittorio <[EMAIL PROTECTED]> writes: > I've installed Mutt and am using as my pet e-mail composer emacs.
Why don't you use one of the emacs mail tools? :) > 2) Is that possible to configure emacs to wrap lines at, say, 72 > char? Add to your .emacs: ;; for mail modes and text modes, turn on auto-fill (toggle-text-mode-auto-fill) -Anthony.