<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #3012: missing From:-header in command line call



#3012: missing From:-header in command line call

 In mutt 1.5.17 there is no From:-header in messages, if it's called via
 command line interface. Example:
 {{{
 echo "foobar" | mutt -F sampleMuttrc -s "subject text" \
 receiver@xxxxxxxxx
 }}}

 If it's called
 {{{
 mutt -F sampleMuttrc -s "subject text" receiver@xxxxxxxxx
 }}}
 in "interactive mode" everything is fine.

 mutt 1.5.16 runs well.

 === sampleMuttrc

 {{{
 set spoolfile=~/Maildir
 set folder=~/Maildir

 set hostname=sampleserver.de
 set sendmail="~/bin/msmtp-enqueue.sh"
 set envelope_from=yes

 set from ="user@xxxxxxxxxx"
 set realname="Joe Avarage"
 set use_from=yes

 set record ="/dev/null"
 }}}

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3012>