[Mew-dist 11532] Re: mew-1.95b7.tar.gz

Shuichi KITAGUCHI ( 北口修一 ) kit at example.com
1999年 11月 29日 (月) 21:22:39 JST


北口です。ちっちゃなパッチをふたつほど。

ひとつめ:

draft でファイルを添付した時の charset 指定ですが、"C" も "I" も同じ
ように尋ねられて「どっちがどっちだったっけ?」と思ったので、メッセージを
変更してみました。Mew 1.95b7 用。

ふたつめ:

+queue に入れた時も touch_folder するように変更しました。IM 134 用。


--
Shuichi Kitaguchi <kit at example.com>
-------------- next part --------------
? mew.diff
Index: mew-attach.el
===================================================================
RCS file: /usr/local/CVS/mew/mew-attach.el,v
retrieving revision 1.1.1.9
diff -c -r1.1.1.9 mew-attach.el
*** mew-attach.el	1999/11/29 11:03:56	1.1.1.9
--- mew-attach.el	1999/11/29 12:05:52
***************
*** 559,565 ****
  	    (message "Can't specify character set to %s" ct)
  	  (if (null char) (setq char "guess"))
  	  (setq charset (mew-input-type
! 			 "Charset for %s (%s): "
  			 file char
  			 (cons "guess" mew-charset-list)))
  	  (setq params (mew-delete param params))
--- 559,567 ----
  	    (message "Can't specify character set to %s" ct)
  	  (if (null char) (setq char "guess"))
  	  (setq charset (mew-input-type
! 			 (if (equal param "charset")
! 			     "Output message charset for %s (%s): "
! 			   "Input file charset for %s (%s): ")
  			 file char
  			 (cons "guess" mew-charset-list)))
  	  (setq params (mew-delete param params))
-------------- next part --------------
Index: imput.in
===================================================================
RCS file: /usr/local/CVS/im/imput.in,v
retrieving revision 1.1.1.4
diff -c -r1.1.1.4 imput.in
*** imput.in	1999/11/28 09:59:12	1.1.1.4
--- imput.in	1999/11/29 12:08:58
***************
*** 1959,1964 ****
--- 1959,1965 ----
  
      im_notice("queued in $queue_dir/$max\n");
      &log_action('queue', &get_cur_server(), $max, 'queued');
+     touch_folder($queue_dir);
      return 0;
  }
  


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