* wl-draft.el (wl-draft-write-sendlog): Ditto.
+2002-04-09 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
+ * wl-draft.el (wl-draft-write-sendlog): Ditto.
+
2002-04-03 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
","))))
""))
(id (if id (concat " id=" id) ""))
- (time (wl-sendlog-time)))
+ (time (format-time-string "%Y/%m/%d %T")))
(insert (format "%s proto=%s stat=%s%s%s%s\n"
time proto status server to id))
(if (and wl-draft-sendlog-max-size filesize
(kill-buffer x)))))
(buffer-list))))
-(defun wl-sendlog-time ()
- (static-if (fboundp 'format-time-string)
- (format-time-string "%Y/%m/%d %T")
- (let ((date (current-time-string)))
- (format "%s/%02d/%02d %s"
- (substring date -4)
- (cdr (assoc (upcase (substring date 4 7))
- timezone-months-assoc))
- (string-to-int (substring date 8 10))
- (substring date 11 19)))))
-
(defun wl-collect-summary ()
(let (result)
(mapcar