On 07/12/2020 02.32, Doug McGarrett wrote:
Someone suggested that I should put a sig with the version and system in these messages,
No. We only told you to put "Tumbleweed", because it is different than, say, "Leap 15.1" - see my signature.
and, I guess, the desktop type. I can create the version/system from a terminal with
head -2 /etc/os-release
but this doesn't get it into an email, nor does it mention that I'm using KDE. I think this is a useful suggestion, but I don't know how to implement it. (Using Thunderbird Mail.)
It is trivial. Create a script, and run it from crontab every day. echo "Doug," > ~/.signature echo -en "Using Plasma - " >> ~/.signature echo head -2 /etc/os-release >> ~/.signature And then in Thunderbird you specify in account preferences that you will use a signature file instead. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)