]> diplodocus.org Git - minc/commitdiff
More mhpath todo commentary.
authorepg <>
Wed, 28 Aug 2002 19:29:26 +0000 (19:29 +0000)
committerepg <>
Wed, 28 Aug 2002 19:29:26 +0000 (19:29 +0000)
minc

diff --git a/minc b/minc
index 9ddd85d34f56ba991cb401ceaefb60dcd61f407a..d1fe2223e6c69d04bac03b0679e552f04a4b2be1 100755 (executable)
--- 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);