[Mew-dist 04460] Re: im-90: imget does not handle database as a folder-name but file-name
Motonori Nakamura
motonori at example.com
1998年 4月 22日 (水) 12:09:18 JST
>>>>> On Wed, 22 Apr 1998 11:45:53 +0900, Hideyuki SHIRAI <Shirai at example.com> said:
Shirai> imget時に MsgDBの中身が
Shirai> message-id /home/username/inbox/1
Shirai> になる話ですが、
motonori> 代りにこのパッチで良いと思います。unexpand_path は呼ばないよ
motonori> うにしました。
Shirai> をあてても "Fcc" はダメなようです。自分宛に "Fcc: +tmp"
Shirai> をつけてメールを出してみると、
これは随分前からのバグのような気がします。
--- MsgStore.pm.in-- Wed Apr 22 12:06:09 1998
+++ MsgStore.pm.in Wed Apr 22 12:06:41 1998
@@ -272,7 +272,7 @@
return undef;
}
}
- ($msgfile, $rm_file_on_error) = &new_message(\*FCC, $fcc_folder);
+ ($msgfile, $rm_file_on_error) = &new_message(\*FCC, $folder);
return undef if ($msgfile eq '');
touch_folder($msgfile);
im_debug("FCC storing in $rm_file_on_error\n")
- motonori
Mew-dist メーリングリストの案内