[Mew-dist 08308] Re: imput/imget changes

Motonori NAKAMURA motonori at example.com
1999年 3月 28日 (日) 11:45:25 JST


kazu> getchksbr_file() がないっす。

あれれ。なぜか、書いても書いても戻っちゃう。これで3回目だ。

というわけで、追加のパッチです。

- motonori

*** ../im-111-/IM/Config.pm.in	Tue Mar 23 18:13:04 1999
--- IM/Config.pm.in	Sun Mar 28 09:49:55 1999
***************
*** 34,40 ****
      preserve_dot
      folder_mode msg_mode allowcrlf no_sync
      addrbook_file aliases_file petname_file
!     context_file getsbr_file scansbr_file
      address addresses_regex
      msgdbfile msgdbtype
      mbox_style
--- 34,40 ----
      preserve_dot
      folder_mode msg_mode allowcrlf no_sync
      addrbook_file aliases_file petname_file
!     context_file getchksbr_file getsbr_file scansbr_file
      address addresses_regex
      msgdbfile msgdbtype
      mbox_style
***************
*** 114,119 ****
--- 114,120 ----
      'addrregex;s;;AddrRegex'		=> 'Email addresses by regex',
      'msgdbfile;s;;MsgDBFile'		=> 'Message database location',
      'msgdbtype;s;;MsgDBType'		=> 'Message database type',
+     'getchksbr;s;;GetChkSbrFile'	=> 'GetChk hook subroutine script',
      'getsbr;s;;GetSbrFile'		=> 'Get hook subroutine script',
      'scansbr;s;;ScanSbrFile'		=> 'Scan hook subroutine script',
      'mboxstyle;s;;MBoxStyle'		=> 'Style of local MBox format',
***************
*** 788,793 ****
--- 789,798 ----
  
  sub context_file () {
      return &expand_path($ContextFile);
+ }
+ 
+ sub getchksbr_file () {
+     return &expand_path($GetChkSbrFile);
  }
  
  sub getsbr_file () {



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