X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-util.el;h=856b7a2e5f6037ea60cb673d5f252c48f844b90f;hb=505a1f90069307af68e21c07b4b6fec4ac037792;hp=dbe42bc74fcb8257fa66a5bf5bc8d07adf0eb86a;hpb=1859f381e7fdc6e127a2335d7c217c6c6c33f39c;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el index dbe42bc..856b7a2 100644 --- a/lisp/gnus-util.el +++ b/lisp/gnus-util.el @@ -37,7 +37,10 @@ (require 'message) (eval-and-compile - (autoload 'nnmail-date-to-time "nnmail")) + (autoload 'nnmail-date-to-time "nnmail") + (autoload 'rmail-insert-rmail-file-header "rmail") + (autoload 'rmail-count-new-messages "rmail") + (autoload 'rmail-show-message "rmail")) (defun gnus-boundp (variable) "Return non-nil if VARIABLE is bound and non-nil."