(elmo-msgdb-create-message-entity-from-buffer):
authorhmurata <hmurata>
Wed, 22 Oct 2003 01:44:27 +0000 (01:44 +0000)
committerhmurata <hmurata>
Wed, 22 Oct 2003 01:44:27 +0000 (01:44 +0000)
Unfold date value.

elmo/ChangeLog
elmo/modb-entity.el

index 2f17b4e..fc25554 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
+       Unfold date value.
+
 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-spam.el (elmo-spam-save-status): New API.
index e7dccfb..43aa235 100644 (file)
@@ -223,7 +223,7 @@ Header region is supposed to be narrowed.")
                     (elmo-mime-string (or (elmo-field-body "subject")
                                           elmo-no-subject))
                     "\t" " ")
-           date (elmo-field-body "date")
+           date (std11-unfold-string (elmo-field-body "date"))
            to   (mapconcat 'identity (elmo-multiple-field-body "to") ",")
            cc   (mapconcat 'identity (elmo-multiple-field-body "cc") ","))
       (unless (elmo-msgdb-message-entity-field handler entity 'size)