mailcap/Sanity/basic/mutt.exp
2024-05-31 14:36:02 +02:00

8 lines
84 B
Text

spawn mutt -d 5
expect "q:Quit" {
sleep 2
send "\r"; send "qq";
}
interact