It is set as
Code:
set status_format="Mailbox is %f with %M messages [%v] You have %n new messages."
in my .muttrc.
Is this possible and if so how to do it? Any help would really be appreciated.
I use bash btw.
set status_format="Mailbox is %f with %M messages [%v] You have %n new messages."
host_list=("c15-0330-01.ad.mtu.edu" "c15-0330-02.ad.mtu.edu" "c15-0330-03.ad.mtu.edu" "c15-0330-04.ad.mtu.edu") program=("L_1" "L_2" "L_3" "L_4") subject="The job is finished" ssh -f c15-0330-01.ad.mtu.edu 'echo' "the job ${program[0]} is finished" '|' 'mutt "zwang10@mtu.edu" -s' "This is "${program[0]}".R is finished";
host_list=("c15-0330-01.ad.mtu.edu" "c15-0330-02.ad.mtu.edu" "c15-0330-03.ad.mtu.edu" "c15-0330-04.ad.mtu.edu") program=("L_1" "L_4" "L_3" "L_4") subject="The job is finished" START=$(date +"r") address="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10" ssh -f "${host_list[0]}" "cd '$address' && nohup Rscript '${program[0]}.R' > '${program[0]}_sh.txt';echo 'The job\n $address\n${program[0]} is finished\nSTART TIME = $START\n' END TIME =`date +"%r"` | mutt zwang10@mtu.edu -s '${host_list[0]} - Job ${program[0]}.R finished' -a '$address/${program[0]}_sh.txt';"
$ cd ~ $ touch ~.Xdefaults
mail -s "test" | /usr/sbin/mail myemail@domain.com
sendmail -v my@email.com < /dev/null
spawn scp $usr@$host:$flnm . expect { -re "(.*)assword:" { send -s "$pswd\r" } }
spawn scp file.txt user@host:file.txt expect { -re "(.*)assword:" { send -s "password\r" } "you sure you want to continue connecting" { send -s "yes\r" exp_continue } }