comparison lisp/simple.el @ 103892:687539bbd810

(mail-user-agent): Default to the upwardly-UI-compatible and more featureful message-mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 14 Jul 2009 19:57:58 +0000
parents b760b8569489
children c75839749e65
comparison
equal deleted inserted replaced
103891:77139c3e3747 103892:687539bbd810
5423 (function-item mh-rmail) 5423 (function-item mh-rmail)
5424 (function :tag "Other")) 5424 (function :tag "Other"))
5425 :version "21.1" 5425 :version "21.1"
5426 :group 'mail) 5426 :group 'mail)
5427 5427
5428 (defcustom mail-user-agent 'sendmail-user-agent 5428 (defcustom mail-user-agent 'message-user-agent
5429 "Your preference for a mail composition package. 5429 "Your preference for a mail composition package.
5430 Various Emacs Lisp packages (e.g. Reporter) require you to compose an 5430 Various Emacs Lisp packages (e.g. Reporter) require you to compose an
5431 outgoing email message. This variable lets you specify which 5431 outgoing email message. This variable lets you specify which
5432 mail-sending package you prefer. 5432 mail-sending package you prefer.
5433 5433