Ignore error.
+2001-12-18 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * samples/ja/dot.wl,samples/en/dot.wl (my-wl-summary-subject-func-ml):
+ Ignore error.
+
2001-12-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
* WL-MK (config-wl-package-subr): Added APEL version check.
(setq subj (substring subject-string (match-end 0)))
(if (not ml-name) (setq ml-name (match-string 1 subject-string)))
(if (not ml-count) (setq ml-count (match-string 2 subject-string)))))
- (if (and ml-name ml-count)
- (if (string= folder wl-default-folder)
- (format "(%s %05d) %s"
- (car (split-string ml-name " "))
- (string-to-int ml-count)
- subj)
- (format "#%05d %s"
- (string-to-int ml-count) subj))
- subj)))
+ (condition-case nil
+ (if (and ml-name ml-count)
+ (if (string= folder wl-default-folder)
+ (format "(%s %05d) %s"
+ (car (split-string ml-name " "))
+ (string-to-int ml-count)
+ subj)
+ (format "#%05d %s"
+ (string-to-int ml-count) subj))
+ subj)
+ (error subj))))
;; imput asynchronously.
;; (utils/im-wl.el is needed to be installed.
(setq subj (substring subject-string (match-end 0)))
(if (not ml-name) (setq ml-name (match-string 1 subject-string)))
(if (not ml-count) (setq ml-count (match-string 2 subject-string)))))
- (if (and ml-name ml-count)
- (if (string= folder wl-default-folder)
- (format "(%s %05d) %s"
- (car (split-string ml-name " "))
- (string-to-int ml-count)
- subj)
- (format "#%05d %s"
- (string-to-int ml-count) subj))
- subj)))
+ (condition-case nil
+ (if (and ml-name ml-count)
+ (if (string= folder wl-default-folder)
+ (format "(%s %05d) %s"
+ (car (split-string ml-name " "))
+ (string-to-int ml-count)
+ subj)
+ (format "#%05d %s"
+ (string-to-int ml-count) subj))
+ subj)
+ (error subj))))
;; imput \e$B$K$h$jHsF14|$GAw?.$9$k\e(B
;; (utils/im-wl.el \e$B$r%$%s%9%H!<%k$7$F$*$/I,MW$,$"$j$^$9!#\e(B