Hi, I use w3 to browse my company's Intranet servers frequently. (I find it easier, since there is a lot of copy/paste to be done, and I always have an emacs session handy). I have set the default mailer for w3 for mailto: URLs to be vm. But the X-Mailer header is all messed up. Can anyone tell me how to tell w3 not to insert the X-Mailer header? This is the final result: X-Mailer: VM 6.89 under Emacs 20.5.1Emacs-W3/4.0pre.46 I don't want the Emacs-W3 part to be added. The settings of w3 from my .emacs file: ;;; Emacs/W3 Configuration (setq load-path (cons "/usr/share/emacs/site-lisp" load-path)) (setq-default w3-default-homepage "http://internalmemo") (add-hook 'w3-mode-hook 'turn-on-lynx-emulation) (condition-case () (require 'w3-auto "w3-auto") (error nil)) (setq-default url-mail-command 'vm-compose-mail) Binand ---------------------------------------------- The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-india-help
