On 11/20/24 00:29, to...@tuxteam.de wrote:
On Tue, Nov 19, 2024 at 07:41:25PM -0500, e...@gmx.us wrote:
On 11/19/24 10:31, Brad Rogers wrote:
On Tue, 19 Nov 2024 10:02:59 -0500
e...@gmx.us wrote:
Hello e...@gmx.us,
That is what I see in the message to which you replied. See the <1k
attachment. This message also has a space. Is that not what you see?
I see what Jonathan sees.
Your sig separator arrives here as "--". If it leaves you as "-- ",
which it seems to be based on your attached image, I'm not sure what's
happening.
I guess until I find a smoking gun I'll just delete the signature and its
separator when sending to this list.
How do you add tyour sig? "By hand"?
No, under "Account Settings" in Tbird, gmx,"[x] Attach the signature from a
file", and that points to ~/.signature. Then I have a script
#! /bin/sh
sigfile=~/.signature
list="$HOME/signatures"
while : ; do
inotifywait -qq "$sigfile"
fortune "$list" > "$sigfile"
done
that replaces the file with a new signature (without the separator) after
every use. I guess Tbird supplies the separator. For example, right now
~/.signature contains
--start--
Here in the US, we are so schizoid and deeply opposed to government
censorship that we insist on having unaccountable private parties
to do it instead.
-- Bill Cole
--end--
The script runs whenever I'm in X. Technically it should run whenever I'm
logged in, but the discrepancy hasn't reared its ugly head yet.
Note that Thunderbird seems to have a
way to add the signature itself, and then it adds the separator (by default).
It does. Unfortunately it attaches the same one every time, and you have to
jump through hoops to get a randomized one. This was easier, but I don't
understand why the separator (which I didn't choose) doesn't work.
Something is stripping trailing spaces when it shouldn't, maybe the same
thing that wraps other text.
Just for kicks:
This line has no trailing spaces.
This line has one trailing space.
This line has two trailing spaces.