]> code.delx.au - gnu-emacs/commitdiff
(pmail-update-summary): Declare.
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Jan 2009 03:18:21 +0000 (03:18 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Jan 2009 03:18:21 +0000 (03:18 +0000)
lisp/mail/ChangeLog.pmail
lisp/mail/pmailout.el

index 3a276709f7775b706c396b1b0ba2bc472b6c09c3..af957c1c8a6cdae3839fa6f1cfefff7232cfda43 100644 (file)
@@ -1,3 +1,13 @@
+2009-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * pmailout.el (pmail-update-summary): Declare.
+
+       * pmailsum.el (pmail-summary-mode-map)
+       (pmail-summary-output-to-pmail-file): Use pmail-summary-output
+       rather than pmail-summary-output-to-babyl-file (renamed 2009-01-05).
+       (pmail-output-as-seen): Declare.
+       (pmail-summary-output): Also require pmailout non-interactively.
+
 2009-01-10  Richard M Stallman  <rms@gnu.org>
 
        * pmailout.el (pmail-output-to-r-mail-buffer): New function.
index 7099836f3fba389ea0ccf34e39048c143aee997d..be0a848eefa617a5daf3f0538d77eea5a3b9d49d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; pmailout.el --- "PMAIL" mail reader for Emacs: output message to a file
 
-;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
@@ -377,6 +377,9 @@ AS-SEEN is non-nil if we are copying the message \"as seen\"."
            (goto-char (point-max))
            (insert-buffer-substring tembuf)))))))
 
+;; Called only if pmail-summary-exists, which means pmailsum is loaded.
+(declare-function pmail-update-summary "pmailsum" (&rest ignore))
+
 (defun pmail-output-to-pmail-buffer (tembuf msg)
   "Copy msg in TEMBUF from BEG to END into this Pmail buffer.
 Do what is necessary to make Pmail know about the new message.