diff lisp/mail/pmaildesc.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 1b1837ac37e2
children 92a6838937ab
line wrap: on
line diff
--- a/lisp/mail/pmaildesc.el	Fri Aug 29 01:06:42 2008 +0000
+++ b/lisp/mail/pmaildesc.el	Fri Aug 29 04:27:46 2008 +0000
@@ -30,6 +30,9 @@
 
 (require 'pmailhdr)
 
+;; External function declarations
+(declare-function pmail-narrow-to-header "pmail" (msg))
+
 (defvar pmail-desc-attributes nil
   "A private variable providing temporary access to message attributes.")