* [gentoo-user] Enabling Mutt with SSL for IMAP
@ 2006-08-25 13:49 Anthony Roy
2006-08-25 15:33 ` [gentoo-user] " Jim Ramsay
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Roy @ 2006-08-25 13:49 UTC (permalink / raw
To: gentoo-user
Hi all,
I am trying to set up mutt to access an IMAP account via SSL. Now I
set the 'ssl' USE flag before emerging mutt, but entering > mutt -v I
get the outpu at the bottom of this post.
Note in particular the -USE_SSL flag indicating that mutt has been
built without SSL support. Are there any other USE flags other than
'ssl' that need setting to enable SSL in mutt?
More generally, how do I find out the relationship between the portage
use flags and a packages compile options?
#--------------- mutt -v output -------------------------------
Copyright (C) 1996-2002 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: Linux 2.6.15-gentoo-r1 (i686) [using ncurses 5.4]
Compile options:
-DOMAIN
-DEBUG
+HOMESPOOL -USE_SETGID +USE_DOTLOCK +DL_STANDALONE
-USE_FCNTL +USE_FLOCK -USE_INODESORT
+USE_POP +USE_IMAP -USE_GSS -USE_SSL +USE_GNUTLS -USE_SASL
-HAVE_REGCOMP +USE_GNU_REGEX +COMPRESSED
+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 -BUFFY_SIZE -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
+HAVE_GETADDRINFO +USE_HCACHE
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="Maildir"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc/mutt"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please use the flea(1) utility.
patch-1.5.6.dw.pgp-timeout.1
patch-1.5.6.dw.mbox-hook.1
rr.compressed
patch-1.5.4.lpr.collapse_flagged Lukas P. Ruf <lukas.ruf@lpr.ch>
patch-1.5.10.tt.assumed_charset.1
#-----------------------------------------------------------------------
-------------------
Thanks,
Anthony Roy.
This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of HPI Limited. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify postmaster@hpi.co.uk.This message has been scanned by Anti-Virus. Recipients are advised to apply their own virus checks to this message on delivery.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-user] Re: Enabling Mutt with SSL for IMAP
2006-08-25 13:49 [gentoo-user] Enabling Mutt with SSL for IMAP Anthony Roy
@ 2006-08-25 15:33 ` Jim Ramsay
0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay @ 2006-08-25 15:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 367 bytes --]
Anthony Roy wrote:
> More generally, how do I find out the relationship between the portage
> use flags and a packages compile options?
Short answer is: Read the ebuild. Look for things like:
econf $(use_enable ssl)
if use ssl; then
# Do many things
fi
use ssl & epatch "some_file.patch"
--
Jim Ramsay
"Me fail English? That's unpossible!"
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-25 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-25 13:49 [gentoo-user] Enabling Mutt with SSL for IMAP Anthony Roy
2006-08-25 15:33 ` [gentoo-user] " Jim Ramsay
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox