diff lisp/mail/pmailsum.el @ 97808:1aab9bdd9355

Resolve all byte compiler warnings and enable IMAP/movemail support.
author Paul Reilly <pmr@pajato.com>
date Fri, 29 Aug 2008 04:27:46 +0000
parents ec1125c7ac26
children 850e2882805c
line wrap: on
line diff
--- a/lisp/mail/pmailsum.el	Fri Aug 29 01:06:42 2008 +0000
+++ b/lisp/mail/pmailsum.el	Fri Aug 29 04:27:46 2008 +0000
@@ -213,6 +213,15 @@
     map)
   "Keymap for `pmail-summary-mode'.")
 
+(declare-function pmail-abort-edit "pmailedit" ())
+(declare-function pmail-cease-edit "pmailedit"())
+(declare-function pmail-set-label "pmailkwd" (l state &optional n))
+(declare-function pmail-output-read-file-name "pmailout" ())
+(declare-function pmail-output-read-pmail-file-name  "pmailout" ())
+(declare-function mail-comma-list-regexp "mail-utils" (labels))
+(declare-function mail-send-and-exit "sendmail" (&optional arg))
+(declare-function mail-strip-quoted-names "mail-utils" (address))
+
 ;; Entry points for making a summary buffer.
 
 ;; Regenerate the contents of the summary
@@ -1053,13 +1062,6 @@
     (end-of-buffer))
   (forward-line -1))
 
-(declare-function pmail-abort-edit "pmailedit" ())
-(declare-function pmail-cease-edit "pmailedit"())
-(declare-function pmail-set-label "pmailkwd" (l state &optional n))
-(declare-function pmail-output-read-file-name "pmailout" ())
-(declare-function pmail-output-read-pmail-file-name  "pmailout" ())
-(declare-function mail-send-and-exit "sendmail" (&optional arg))
-
 (defvar pmail-summary-edit-map
   (let ((map (nconc (make-sparse-keymap) text-mode-map)))
     (define-key map "\C-c\C-c" 'pmail-cease-edit)