nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] mhstore problem

2014-05-17 15:05:59
mhstore doesn’t set a return code when it can’t write the
attachments:

It looks like the error message should be bubbled up all the way to
store_switch() in mhstoresbr.c, but store_single_message() is declared
void, and so is store_all_messages().  I think we need to declare those
as "int" (and store_multi() needs some additional logic to total up
errors).  Looks relatively straightforward.

(And Jón ... 1.3?  I'm hurt!  Say it isn't so!)

--Ken

_______________________________________________
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>