Mutt: set dynamic email signature from shell command output
Saturday, October 3rd, 2009I want to set my signature when mailing to the r-help mailing list to contain information about the R version I have currently installed. Creating a bash script that directly echoes the several lines that I want to have in my signature and executing that in the muttrc using backticks gives a “broken pipe” error. [...]