[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:06578] Re: [KaMail] Courier-IMAP の報告



坂田さん、こんにちは。

	2001年4月4日(水)[09:43:40]の、
	[xyzzy:06577] [KaMail] Courier-IMAP の報告
	への返事です。

> (setq *kamail-mark-char-refile* *kamail-mark-char-copy*)
> を指定しているからでしょうか。

です。ていうかそれだとコピー振り分けできないですね。(^-^;

それの代りに、これを .kamail に書いてみて下さい。

(defun kamail-apply-rules ()
  (interactive)
  (save-excursion
    (goto-char (point-min))
    (while (not (or (eolp) (eobp)))
      (let (num refile)
	(setq num (kamail-summary-getnum))
	(when num
	  (when (kamail-mail-refile-p)
	    (setq refile (kamail-study-rules (parse-integer num)))
	    (when refile
	      (kamail-mark-set-copy num refile))))
	(unless (forward-line 1)
	  (return))))
  ))

> 症状は、
>    IMAPフォルダを閉じると、「nil number」というエラーが出る
> というものです。

今 Courier-IMAP 試せる環境がないので、そのうち見ておきます。

-- 
    。    。         。
           。
 。    服部 昌司  >^)))彡    
  。    gyo@xxxxxxxxxxxxxx

Index Home