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
--0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le 24/01/08 =E0 03:06, Gary Kline t=E9l=E9scripta : > People, Hi, > (...) > I want to get mutt functional since most of my mailis ASCII or 8859-15. = For=20 > friends who mail me URL's of pics, I use the GUI mail user agents. Is = there=20 > a way me me, on desktops (FBSD and Ubuntu) to send/receive via the mails= erver? > (...) > (I recently learned most of the other one, evo, and it does build, but I= 'm=20 > 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 str= angeness > 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=3Dbaptiste imap_pass=3D"= XXXXXXXXXX"' account-hook imaps://imap.plop.org/ 'set spoolfile=3Dimaps://imap.plop.org/= INBOX' account-hook imaps://imap.plop.org/ 'set folder=3Dimaps://imap.plop.org/INB= OX' account-hook imaps://imap.plop.org/ 'set mbox=3Dimaps://imap.plop.org/INBOX' account-hook imaps://imap.plop.org/ 'set record=3Dimaps://imap.plop.org/INB= OX.Sent' account-hook imaps://imap.plop.org/ 'set postponed=3Dimaps://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 --=20 Baptiste Grenier | PGP: 0x069112E2 HealthGrid SysAdmin http://healthgrid.org/ --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHmFr1LLKEaQaREuIRAh5RAKCDJbacafhBk8txJF0zoG3l2Ver6gCfWCXN uWESpXrAPAEczAJp8pnyJSA= =m4GL -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080124093135.GA35474>