[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] mhstore problem
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] mhstore problem |
Date: |
Sat, 17 May 2014 16:05:25 -0400 |
>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