From 2c7b4a5fc93de105a38509664e88490c5c622651 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 18 May 2000 08:13:32 +0000 Subject: [PATCH] 2000-05-18 Nishimoto Masaki * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when number is already packed. --- elmo/ChangeLog | 5 +++++ elmo/elmo-localdir.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index b8becfe..7e38a2d 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2000-05-18 Nishimoto Masaki + + * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when + number is already packed. + 2000-05-11 Yuuichi Teranishi * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem diff --git a/elmo/elmo-localdir.el b/elmo/elmo-localdir.el index 068b076..0c8597d 100644 --- a/elmo/elmo-localdir.el +++ b/elmo/elmo-localdir.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <00/03/22 00:03:39 teranisi> +;; Time-stamp: <2000-05-18 17:12:55 teranisi> ;; This file is part of ELMO (Elisp Library for Message Orchestration). @@ -397,7 +397,7 @@ (omark-alist (elmo-msgdb-get-mark-alist msgdb)) (oov (elmo-msgdb-get-overview msgdb)) i flist onum mark new-mark-alist total) - (setq i 1) + (setq i 0) (setq flist (if elmo-pack-number-check-strict (elmo-call-func spec "list-folder") ;; allow localnews -- 1.7.10.4