>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 [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
