From: epg <> Date: Wed, 28 Aug 2002 19:29:26 +0000 (+0000) Subject: More mhpath todo commentary. X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/21079a62716567f61e54630b3e3e74d661a4f394?hp=164cf434bca47f3979826a0ddaa7edbfbd8c56fb More mhpath todo commentary. --- diff --git a/minc b/minc index 9ddd85d..d1fe222 100755 --- a/minc +++ b/minc @@ -281,7 +281,11 @@ sub store_message { # it. This should be harmless. mkfolder($mhfolder); - # XXX: Grab the 'mhpath new' algorithm and implement it internally. + # XXX: Grab the 'mhpath new' algorithm and implement it + # internally. Furthermore, use the maildir delivery algorithm + # (though slightly different: get filename, if exists increment + # and start over, create file, if fail bomb) to make sure we + # really do get a new message file. $mhmsg = `mhpath +$mhfolder new`; chomp($mhmsg); $msgnum = basename($mhmsg);