PURPOSE of /CoreOS/mutt/Regression/bz1083524-segmentation-fault-when-sending-an-e-mail-from-a-command-line
Description: Test for BZ#1083524 (segmentation fault when sending an e-mail from a)
Author: Lukas Zachar <lzachar@redhat.com>
Bug summary: segmentation fault when sending an e-mail from a command line
Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1083524

1. put the following into .muttrc
set smtp_url = "smtp://test@smtp.redhat.com:587/"

2. run
mutt -s "test" test@redhat.com < /dev/null

Broken result:
mutt segfaults

Working result:
mutt doesn't crash
