Re: NMH mail package utility "inc" aborts before incorporating first new email into an NMH folder
Robert Elz <[email protected]>
| Newsgroups | gmane.mail.nmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Date: Sat, 15 Aug 2026 18:06:04 +0200
From: Philipp <[email protected]>
Message-ID: <[email protected]>
| because just call abort() when a pop server contains
| a broken[0] mail is not good error handling.
What makes you think that is what it is doing? The "aborted" in question
I believe means it issues an error, and ceases processing, not that it
calls abort(3) which truly would be bad (that's useful only for cases
where the code finds itself in a state which should be impossible, and
needs to make a core dump so someone can work out what happened, and how.)
kre