Hello once again, Dirk-Wilhelm,
[email protected] (Dirk-Wilhelm Peters) wrote:
|Steffen Nurpmeso <[email protected]> wrote:
|> [email protected] (Dirk-Wilhelm Peters) wrote:
|>|if a new mail contains only 7bit ASCII-characters, it is always sent
|>|in 7bit transfer mode according to the man page. This also happens if
|>|a signature is appended, even if the signature contains 8-bit characters
|>|in the current tty encoding. This causes problems when replying to this
|>|quoted message at a later time.
|thanks for the patch, that was really instantaneous.
|I have applied and tested it successfully here.
accidentially i've just stumbled over the fact that Heirloom and
myself fail to place a *signature* and a tail at the, well, tail
if the -t option is used.
If you want to use these combinations, you can either apply the
attached patch onto v14.8.8, or update to [master].
You know, if i would have known what i know now from the beginning
then i would have done it in a completely different way, and
S-nail would have far less features but those would have unit
tests and be, at least more or less, bullet proof. It is ever so
astonishing how wicket the codebase still is.
I seem to excuse myself why i haven't thorougly tested all
implications that come with the problem you have reported.
So at least one more of them is now fixed on [master] and with the
one line patch that is attached.
Sorry, and thanks again for reporting the issue as such, it would
have taken until the core rewrite before it would have been
discovered (i am hoping i can do that one).
Ciao!
--steffen
diff --git a/collect.c b/collect.c
index 00d91ed..3b9047b 100644
--- a/collect.c
+++ b/collect.c
@@ -786,7 +788,6 @@ jcont:
pstate |= PS_t_FLAG;
if (makeheader(_coll_fp, hp, checkaddr_err) != OKAY)
goto jerr;
- rewind(_coll_fp);
options &= ~OPT_t_FLAG;
continue;
} else if ((options & OPT_INTERACTIVE) && ok_blook(ignoreeof)) {
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
__________________________________
[email protected]