[Mew-dist 06180] Re: UseCL=yes for Solaris 2.x

Murata Takashi Takashi.Murata at example.com
1998年 8月 27日 (木) 14:36:13 JST


From: Murata Takashi <Takashi.Murata at example.com>
Subject: [Mew-dist 06179] Re: UseCL=yes for Solaris 2.x
Date: Thu, 27 Aug 1998 14:29:12 +0900

>   以下のパッチでエラー検出が出来るようになりました。

  済みません、通常のメールが scan buffer に現れなくなりますので、以下の
パッチにして下さい。
┌───────────── 村田 隆 / Takashi.Murata at example.com ┐
└ 日本システム技術(株) 技術部  Tel:03-3503-8736  Fax:03-3580-7806 ┘

/doc/freesoft/install/mew-1.93pre1 
*** mew-scan.el-	Mon Aug 24 23:45:36 1998
--- mew-scan.el	Thu Aug 27 14:33:24 1998
***************
*** 194,203 ****
  	     (format "%s\n" (mew-input-passwd "Enter password : ")))
  	    ))
        ;; Skip greeting...
!       (if (string-match "^imget: Getting new messages.*\n"
  			mew-summary-buffer-string)
  	  (setq mew-summary-buffer-string
! 		(substring mew-summary-buffer-string (match-end 0))))))
      (while (string-match "^ *[0-9]+.*\n" mew-summary-buffer-string)
        (goto-char (point-max))
        ;; the cursor moves forward!
--- 194,205 ----
  	     (format "%s\n" (mew-input-passwd "Enter password : ")))
  	    ))
        ;; Skip greeting...
!       (if (string-match "^imget: Getting new messages[^\n]*\n"
  			mew-summary-buffer-string)
  	  (setq mew-summary-buffer-string
! 		(concat
! 		 (substring mew-summary-buffer-string 0 (match-beginning 0))
! 		 (substring mew-summary-buffer-string (match-end 0)))))))
      (while (string-match "^ *[0-9]+.*\n" mew-summary-buffer-string)
        (goto-char (point-max))
        ;; the cursor moves forward!



Mew-dist メーリングリストの案内