Fixed last change.
authorteranisi <teranisi>
Wed, 26 Dec 2001 02:26:59 +0000 (02:26 +0000)
committerteranisi <teranisi>
Wed, 26 Dec 2001 02:26:59 +0000 (02:26 +0000)
elmo/elmo-msgdb.el
elmo/elmo-util.el

index a7d2ffc..a1068dc 100644 (file)
@@ -309,7 +309,7 @@ header separator."
                    (elmo-msgdb-overview-entity-get-cc entity))))
      ((or (string= key "since")
          (string= key "before"))
-      (let ((field-date (timezone-make-date-sortable
+      (let ((field-date (elmo-date-make-sortable-string
                         (timezone-fix-time
                          (elmo-msgdb-overview-entity-get-date entity)
                          (current-time-zone) nil)))
index 4e50f19..d84d544 100644 (file)
@@ -817,7 +817,7 @@ Return value is a cons cell of (STRUCTURE . REST)"
                      (string-to-int (elmo-filter-value condition)))))
      ((string= (elmo-filter-key condition) "since")
       (let* ((date (elmo-date-get-datevec (elmo-filter-value condition)))
-            (field-date (timezone-make-date-sortable
+            (field-date (elmo-date-make-sortable-string
                          (timezone-fix-time
                           (std11-field-body "date")
                           (current-time-zone) nil)))