Cygwin mutt doesn't recognize smpt_url

redstun redstun@gmail.com
Sun Feb 6 12:58:00 GMT 2011


Error in ~/.muttrc, line 5: smtp_url: unknown variable

looks like it should be compiled with --enable-smtp option, as in the
following script google returned:

#!/bin/sh

./configure --prefix=/sw --with-curses --with-regex --enable-locales-fix \
  --enable-pop --enable-imap --enable-hcache --enable-smtp
--with-sasl=/sw --with-ssl --mandir=/sw/share/man &&
make &&
sudo make install

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list