Rene Lange ([EMAIL PROTECTED]) wrote:
> hi again,
>
> q: I want to include my operating system in the header (it's
> completely useless, but it's fun) with "X-Operating-System". The
> problem is, the output of `uname -a` includes a "#", which gets
> recognized as a comment in the .muttrc.
>
> Any suggestions?
This is a bit from my muttrc files:
# eg. Linux/2.2.15 (i686)
my_hdr X-Operating-System: Linux/`uname -r` (`uname -m`)
I didn't want to just have a plain 'uname -a' output, so I changed it. But
it does get around the # being in there.