Re: Compiling Mutt on a Macbook Pro and recommendation for mailing
On Tuesday, 06 January 2009 at 21:35, John J. Foster wrote:
> On Tue, Jan 06, 2009 at 07:59:02PM -0800, Brendan Cully wrote:
> > Ok. In that case I'd compare mutt -v to ~/src/mutt/mutt -v :)
> > And if they are both the old versions, make clean and make again.
> >
> Done, they're the same. Just a reminder that the "only" version of mutt that
> has
> ever been installed on this machine is 1.5.19 pulled tonight from HEAD.
>
> I haven't yet posted a complete output from mutt
> -v, so hear goes:
that's all indicative of an old version. But note that:
~/src/mutt $ mutt -v
is NOT the same as
~/src/mutt $ ./mutt -v
(. is not normally in your path). So if you pulled, forgot to up -C
HEAD, and make installed you will still be seeing that version even
after up -C HEAD, make.
Try this:
~/src/mutt $ which mutt
> festus@magpie ~/src/mutt $ mutt -v
> Mutt 1.5.14 (2007-03-31)
> Copyright (C) 1996-2007 Michael R. Elkins and others.
> Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
> Mutt is free software, and you are welcome to redistribute it
> under certain conditions; type `mutt -vv' for details.
>
> System: Darwin 9.6.0 (i386)
> ncurses: ncurses 5.5.20051010 (compiled with 5.5)
> libiconv: 1.11
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
> -USE_FCNTL +USE_FLOCK -USE_INODESORT
> -USE_POP +USE_IMAP -USE_SMTP -USE_GSS +USE_SSL_OPENSSL
> -USE_SSL_GNUTLS -USE_SASL +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
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/opt/local//share/mutt"
> SYSCONFDIR="/opt/local//etc"
> EXECSHELL="/bin/sh"
> -MIXMASTER
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please visit http://bugs.mutt.org/.