On 31.05.10,11:54, Jan-Herbert Damm wrote: > Hello All, > > I have > > set smtp_url="..." > set smtp_pass="..." > set pop_host="..." > set pop_user="..." > set pop_pass="..." > > in a .muttrc for a knewly built mutt on another system. But alas, when i > start mutt it reports all those variables as unkown. > > I am sure I have overseen something. > > ====== snip ==== > j...@enit:~$ mutt -v > Mutt 1.5.20 (2009-06-14) > [...] > System: Linux 2.6.18-6-486 (i586) > ncurses: ncurses 5.5.20060422 (compiled with 5.5) > Compile options: > -DOMAIN > -DEBUG > -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK > > -USE_POP -USE_IMAP -USE_SMTP > -USE_SSL_OPENSSL -USE_SSL_GNUTLS -USE_SASL -USE_GSS -HAVE_GETADDRINFO > +HAVE_REGCOMP -USE_GNU_REGEX > +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET > +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM > +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME > -CRYPT_BACKEND_GPGME > -EXACT_ADDRESS -SUN_ATTACHMENT > +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET > +HAVE_LANGINFO_YESEXPR > +HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID -USE_HCACHE > ISPELL="/usr/bin/ispell" > SENDMAIL="/usr/sbin/sendmail" > MAILPATH="/var/mail" > PKGDATADIR="/usr/local/share/mutt" > SYSCONFDIR="/usr/local/etc" > EXECSHELL="/bin/sh" > -MIXMASTER > ==== >
You must compile mutt again with the --enable-pop and --enable-smtp flags. Jostein
