From 7187c95f7d174c7afe9dd237879848a235458a54 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 24 Apr 2000 01:26:36 +0000 Subject: [PATCH] (elmo-maildir-msgdb-create): Use `elmo-msgdb-sort-by-date'. --- elmo/elmo-maildir.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/elmo/elmo-maildir.el b/elmo/elmo-maildir.el index df092c4..f8db6de 100644 --- a/elmo/elmo-maildir.el +++ b/elmo/elmo-maildir.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <00/03/22 00:14:31 teranisi> +;; Time-stamp: <00/04/24 10:19:24 teranisi> ;; This file is part of ELMO (Elisp Library for Message Orchestration). @@ -230,7 +230,8 @@ This variable should not be used in elsewhere.") percent) (setq numlist (cdr numlist))) (message "Creating msgdb...done.") - (list overview number-alist mark-alist loc-alist)))) + (elmo-msgdb-sort-by-date + (list overview number-alist mark-alist loc-alist))))) (defalias 'elmo-maildir-msgdb-create-as-numlist 'elmo-maildir-msgdb-create) -- 1.7.10.4