nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] nmh should be more careful about when it unlinks draft files

2017-01-03 09:17:27
Hi Ken,

- The file is created with creat(), which as you know does get called
with O_CREAT, but does not include O_EXCL.

Could that be considered a bug?  That's comp(1).  I UTSL this time and
repl(1) appears to fopen(..., "w") so it's no better off.

Really, the safest thing to do for Laura's case is to use the MH
environment variable to point to a new .mh_profile that has it's own
Path that doesn't stomp all over your personal mail directory.

Yep.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>