Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2008 10:31:35 +0100
From:      Baptiste Grenier <baptiste.grenier@healthgrid.org>
To:        Gary Kline <kline@magnesium.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Mutt and IMAP, evo and icons (was: mail questions: mutt and KDE)
Message-ID:  <20080124093135.GA35474@healthgrid.org>
In-Reply-To: <20080124022441.GA29323@thought.org>
References:  <20080124022441.GA29323@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Le 24/01/08 à 03:06, Gary Kline téléscripta :
> 	People,

Hi,

> (...)
>  I want to get mutt functional since most of my mailis ASCII or 8859-15.  For 
> 	friends who mail me URL's of pics, I use the GUI mail user agents.   Is there 
> 	a way me me, on desktops (FBSD and Ubuntu) to send/receive via the mailserver?
> (...)
> 	(I recently learned most of the other one, evo, and it does build, but I'm 
> 	missing its icons...   I see tiny squares with red X's inside.  But this is
> 	another issue. For now, I'd be happy with some clues about the Kmail strangeness
> 	and the mutt+IMAP stuff.)

Foolowing the advices of Girogos, you should be able to use mutt with
imap, I do, and it works quite well, the thing that I miss is
the abilitty to view the number of new mail an imap folder has when
swithching between folders using 'c' . Does anybody be able to do this ?

Here are the relevant parts of my conf (I access a TLS/SSL protected dovecot
server):

# TLS
set ssl_starttls

# Don't wait to enter mailbox manually
unset imap_passive

# Management of multiple imap accounts
account-hook . 'unset imap_user; unset imap_pass'

# plop.org imaps
account-hook imaps://imap.plop.org/ 'set imap_user=baptiste imap_pass="XXXXXXXXXX"'
account-hook imaps://imap.plop.org/ 'set spoolfile=imaps://imap.plop.org/INBOX'
account-hook imaps://imap.plop.org/ 'set folder=imaps://imap.plop.org/INBOX'
account-hook imaps://imap.plop.org/ 'set mbox=imaps://imap.plop.org/INBOX'
account-hook imaps://imap.plop.org/ 'set record=imaps://imap.plop.org/INBOX.Sent'
account-hook imaps://imap.plop.org/ 'set postponed=imaps://imap.plop.org/INBOX.Postponed'
account-hook imaps://imap.plop.org/ 'save-hook . +'

I start mutt like this:

mutt -f imaps://imap.plop.org

For the problem with the evolution icons, it's that you need to launch
gnome-settings-daemon (it needs a dbus session too).

In my xinitrc, I have this:

if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
fi
/usr/local/libexec/gnome-settings-daemon &

> 	tia, guys,
> 	gary

HTH,
Baptiste

-- 
Baptiste Grenier | PGP: 0x069112E2
HealthGrid SysAdmin
http://healthgrid.org/

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHmFr1LLKEaQaREuIRAh5RAKCDJbacafhBk8txJF0zoG3l2Ver6gCfWCXN
uWESpXrAPAEczAJp8pnyJSA=
=m4GL
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080124093135.GA35474>