X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fnnmail.el;h=93f04cda92979a8d25a1ea9fbc85e25b3e20ae38;hb=873ba7b51ddfb07246cd874b7de72662308236c9;hp=988e1cdc131505089ada9ef5b5c14cd28c7f3ce1;hpb=dae6632b59369b37baaee9a752b09b6fb61cd8d9;p=gnus diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 988e1cdc1..93f04cda9 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -40,6 +40,8 @@ (autoload 'gnus-add-buffer "gnus") (autoload 'gnus-kill-buffer "gnus") +(eval-when-compile + (autoload 'mail-send-and-exit "sendmail" nil t)) (defgroup nnmail nil "Reading mail with Gnus." @@ -557,7 +559,7 @@ parameter. It should return nil, `warn' or `delete'." "Extra headers to parse. In addition to the standard headers, these extra headers will be included in NOV headers (and the like) when backends parse headers." - :version "24.2" + :version "24.3" :group 'nnmail :type '(repeat symbol))