Sujet : Re: tin: article stubs one line short
De : urs (at) *nospam* buil.tin.org (Urs Janßen)
Groupes : news.software.readersDate : 22. Sep 2024, 16:27:09
Autres entêtes
Organisation : tin.org
Message-ID : <vcpd0d$1nn$1@nntp.de>
References : 1 2 3 4 5 6 7
User-Agent : tin/2.6.4-20240917 ("Banff") (Linux/6.1.0-23-amd64 (x86_64))
Anton Shepelev wrote:
Yes. When when I invoke a postponed article by ^O, tin invokes:
vi +0 /home/ant/.tin_dir/.article.2109
oic, I forgot that we didn't bother to check where the body starts
for postponed articles. quick fix: adjust the last arg. of post_loop()
in post.c:post_postponed_article() from 0 to 1.
I'll calculate to correct offset to the fist line in the body for
the next release.