[Mew-dist 06174] Re: UseCL=yes for Solaris 2.x
Murata Takashi
Takashi.Murata at example.com
1998年 8月 27日 (木) 12:25:58 JST
From: Motonori Nakamura <motonori at example.com>
Subject: [Mew-dist 06166] Re: UseCL=yes for Solaris 2.x
Date: Thu, 27 Aug 1998 00:05:18 +0900
> とりあえず、こんなかんじでいかが? imsetup はさわってません。
imsetup も変更しないと、効果がないので…以下のようにしています。
NoSyncもいぢっていますが。
┌───────────── 村田 隆 / Takashi.Murata at example.com ┐
└ 日本システム技術(株) 技術部 Tel:03-3503-8736 Fax:03-3580-7806 ┘
*** imsetup.in.ORG Tue Aug 25 01:58:21 1998
--- imsetup.in Wed Aug 26 22:38:56 1998
***************
*** 115,125 ****
$address = &input_config("What is your E-mail address(es)?", $address);
! $usecl = &input_config("Do you want to use value of Content-Length"
! . " header for delimitation for local\nmail?"
! . " (Answer yes if your OS supports Content-Length"
! . " header like Solaris 2.x,\notherwise answer no.)"
! , $usecl);
$nosync = &input_config("Does your system can detect write errors without"
. " fsync(2)? (You can answer yes,\n"
--- 115,125 ----
$address = &input_config("What is your E-mail address(es)?", $address);
! # $usecl = &input_config("Do you want to use value of Content-Length"
! # . " header for delimitation for local\nmail?"
! # . " (Answer yes if your OS supports Content-Length"
! # . " header like Solaris 2.x,\notherwise answer no.)"
! # , $usecl);
$nosync = &input_config("Does your system can detect write errors without"
. " fsync(2)? (You can answer yes,\n"
***************
*** 342,349 ****
#NntpHistory=newshist # to save last state (relative to ~/.im/)
#MBoxStyle=qmail # if folder style mbox of qmail is used
#Imget.Src=local:\${HOME}/MailDir# in case of qmail
! UseCL=$usecl # Use value of Content-Length header
! NoSync=$nosync # Do not need fsync(2) on writing file
#PopAccount=/APOP\@localhost # account info for POP access
#PopAccount=user/APOP\@host # account info with user name
--- 342,349 ----
#NntpHistory=newshist # to save last state (relative to ~/.im/)
#MBoxStyle=qmail # if folder style mbox of qmail is used
#Imget.Src=local:\${HOME}/MailDir# in case of qmail
! #UseCL=$usecl # Use value of Content-Length header
! #NoSync=$nosync # Do not need fsync(2) on writing file
#PopAccount=/APOP\@localhost # account info for POP access
#PopAccount=user/APOP\@host # account info with user name
Mew-dist メーリングリストの案内