After a total breakdown of kmail I want for the time being using Thunderbird. In KMail I was using a signature file which translated the information from my system into something like this: -- Linux User 183145 using LXDE and KDE4 on a Pentium IV , powered by openSUSE 11.4 (i586) Kernel: 3.1.0-3-desktop LXDE WM & KDE Development Platform: 4.7.2 (4.7.2) 21:45pm up 6:41, 3 users, load average: 1.05, 1.03, 0.84 How could I get a similar signature in Thunderbird? The signature file contains following info: $ #!/bin/bash powered="$(head -n 1 /etc/SuSE-release)" echo " Linux User 183145 using LXDE and KDE4 on a Pentium IV ," kernel=`uname -r` echo " powered by $powered Kernel: $kernel" kde=`kde4-config -v | grep KDE` echo " LXDE WM & " $kde uptime lxde=`lxde-config -v | grep LXDE` echo $lxde -- o -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org