On Thu, Mar 26, 2015 at 6:34 PM, Eduardo A. Bustamante López
<[email protected]> wrote:
> On Thu, Mar 26, 2015 at 05:59:06PM -0500, Peng Yu wrote:
>> System: Darwin 13.4.0 (x86_64) [using ncurses 5.9]
>> Compile options:
>> -DOMAIN
>> -DEBUG
>> -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
>> +USE_FCNTL -USE_FLOCK
>> -USE_POP +USE_IMAP -USE_GSS +USE_SSL -USE_SASL
>> +HAVE_REGCOMP -USE_GNU_REGEX
>> +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
>> +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
>> +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
>> +ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS
>> +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
>> +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID +HAVE_GETADDRINFO
>
>> ~$ mutt
>> Error in /Users/py/.muttrc, line 10: trash: unknown variable
>> Error in /Users/py/.muttrc, line 11: any_label: unknown variable
>> Error in /Users/py/.muttrc, line 14: header_cache: unknown variable
>> Error in /Users/py/.muttrc, line 15: message_cachedir: unknown variable
>> Error in /Users/py/.muttrc, line 19: smtp_url: unknown variable
>> Error in /Users/py/.muttrc, line 20: smtp_pass: unknown variable
>> Error in /Users/py/.muttrc, line 26:
>> source: errors in /Users/py/.muttrc
>> Press any key to continue...
>>
>> --
>> Regards,
>> Peng
>
> You need to compile hcache support (+USE_HCACHE), smtp support (+USE_SMTP),
> and
> probably many others. This is my mutt from debian unstable:
I have now the following installed.
mutt-devel @1.5.23_1+compress+gdbm+imap+smtp+ssl+trash+xlabel (active)
But I still see the following errors.
~$ mutt
Error in /Users/py/.muttrc, line 11: any_label: unknown variable
Error in /Users/py/.muttrc, line 14: header_cache: unknown variable
Error in /Users/py/.muttrc, line 26:
source: errors in /Users/py/.muttrc
mutt-devel has the variants. What else do I need to enable? Thanks.
compress: Compressed folders
date_conditional: Allow the format of dates in the index to vary
based on how recent the message is
* requires deepif
db4: Use Berkeley DB database
* conflicts with gdbm qdbm tokyocabinet
debug: Debugging support
deepif: Allow nested if-else sequences in strings
gdbm: Use GNU dbm database
* conflicts with db4 qdbm tokyocabinet
gnuregex: Use the GNU regular expression library
gpgme: Enable GPGME crypto support
headercache: Enable header caching (requires gdbm, qdbm, or tokyocabinet)
* conflicts with db4
idn: Internationalized Domain Name support
[+]imap: IMAP support
nntp: NNTP support
* conflicts with sidebar
[+]pop: POP support
qdbm: Use QDBM database
* conflicts with db4 gdbm tokyocabinet
sasl: Simple Authentication and Security Layer support
sidebar: Add a sidebar with a list of folders
* conflicts with nntp
smtp: Include internal SMTP relay support
ssl: Secure Sockets Layer support
tokyocabinet: Use Tokyo Cabinet database
* conflicts with db4 gdbm qdbm
trash: Add a Trash folder
universal: Build for multiple architectures
xlabel: Custom message-tagging - X-Label:
> 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 +COMPRESSED +HAVE_WC_FUNCS
> +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID +USE_HCACHE
> -ISPELL
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/usr/share/mutt"
> SYSCONFDIR="/etc"
> EXECSHELL="/bin/sh"
> MIXMASTER="mixmaster"
>
> --
> Eduardo Bustamante | https://dualbus.me/
--
Regards,
Peng