[Mew-dist 03637] Re: Missing QueueDir default value.

SAKAI Kiyotaka ksakai at example.com
1998年 2月 3日 (火) 16:26:05 JST


>> In article <19980202161615H.objectx at example.com>, Masashi Fujita <objectx at example.com> writes:

>> default value を設定するには、Config.pm の __DATA__ から __END__ まで
>> の間の行に
>> 
>> QueueDir=???
>> 
>> を記述すればできますが、default value としてはどのような値がいいのでしょ
>> うか?

> im-84 以前は ~/.im/queue になってたハズです。

では、以下のパッチを当てればいいと思います。
-- 
酒井 清隆 (E-mail: ksakai at example.com)


Index: imsetup.in
===================================================================
RCS file: /home/cvsroot/im-84/imsetup.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 imsetup.in
--- imsetup.in	1998/01/28 09:09:10	1.1.1.1
+++ imsetup.in	1998/02/03 07:20:18
@@ -364,6 +364,7 @@
 
 ## imput specific
 #FccDir=\$MailDir		# directory for FCC folders
+#QueueDir=queue			# directory for to store messages to be sent
 #MsgIdDomain=\${HOST}		# if you want to use FQDN of dispatching host
 #ObeyMTAdomain=yes		# do not append domainpart to addresses by imput
 #NoMsgIdForNews=yes		# do not insert Message-Id: when posting as news
Index: IM.in/Config.pm.in
===================================================================
RCS file: /home/cvsroot/im-84/IM.in/Config.pm.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Config.pm.in
--- Config.pm.in	1998/01/28 09:09:10	1.1.1.1
+++ Config.pm.in	1998/02/03 07:18:45
@@ -886,6 +886,7 @@
 NntpServers=localhost		# default server for NNTP
 # imput
 FccDir=$MailDir
+QueueDir=queue			# relative to ~/.im/
 # imget
 Imget.Src=local			# default source of imget (local mailbox)
 PopHistory=pophist		# to save last state (relative to ~/.im/)
Index: dot.im/Config
===================================================================
RCS file: /home/cvsroot/im-84/dot.im/Config,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Config
--- Config	1998/01/28 09:09:12	1.1.1.1
+++ Config	1998/02/03 07:20:03
@@ -125,6 +125,7 @@
 
 ## imput specific
 #FccDir=$MailDir		# directory for FCC folders
+#QueueDir=queue			# directory for to store messages to be sent
 #MsgIdDomain=${HOST}		# if you want to use FQDN of dispatching host
 #ObeyMTAdomain=yes		# do not append domainpart to addresses by imput
 #NoMsgIdForNews=yes		# do not insert Message-Id: when posting as news



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