On 12/6/20 8:46 PM, Malcolm wrote:
On Sun 06 Dec 2020 08:32:58 PM CST, Doug McGarrett wrote:
Someone suggested that I should put a sig with the version and system in these messages, 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.)
doug@linux1:~> head -2 /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20201203"
--dm Hi Have a look here, in claws-mail I run a script to produce mine.... https://support.mozilla.org/en-US/kb/signatures
No html though ;) plain text. This would require me to update the sig every time I update the system. However, the idea is interesting. Perhaps I could call a routine that runs the head file. I'll have to think about that. It's a long time since I wrote any kind of code! --doug