X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-localnews.el;h=9287ec42f7f88a6a066f4b9503d305fb5c5cefa7;hb=10518221da70c6e7ffc66352ee6a3e1036bd5133;hp=bbb1a420eb00f01aac707436c7d6b4f660645876;hpb=806725e3db0748ddc973ba045053a6681e840287;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-localnews.el b/elmo/elmo-localnews.el index bbb1a42..9287ec4 100644 --- a/elmo/elmo-localnews.el +++ b/elmo/elmo-localnews.el @@ -1,9 +1,11 @@ ;;; elmo-localnews.el -- Local News Spool Interface for ELMO. -;; Copyright 1998,1999,2000 OKUNISHI Fujikazu -;; Yuuichi Teranishi +;; Copyright (C) 1998,1999,2000 OKUNISHI Fujikazu +;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi ;; Author: OKUNISHI Fujikazu +;; Yuuichi Teranishi +;; Keywords: mail, net news ;; This file is part of ELMO (Elisp Library for Message Orchestration). @@ -58,7 +60,7 @@ (elmo-localnews-as-newsdir (elmo-localdir-delete-msgs dir number))) -(defun elmo-localnews-read-msg (spec number outbuf) +(defun elmo-localnews-read-msg (spec number outbuf &optional msgdb unread) (elmo-localnews-as-newsdir (elmo-localdir-read-msg spec number outbuf)))