These are the steps that worked for me in getting closer to a fully
working Evolution (some large folders still don't load).

With latest vanilla Evolution and Exchange support from Ubuntu 10.10
already installed, shut down Evolution, then in a console:

sudo bash
wget -q 
http://ftp.us.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.7.4-2_i386.deb
wget -q 
http://ftp.us.debian.org/debian/pool/main/e/evolution/evolution_2.30.3-5_i386.deb
dpkg-deb -x evolution_2.30.3-5_i386.deb loc
dpkg-deb --control evolution_2.30.3-5_i386.deb loc/DEBIAN
gedit loc/DEBIAN/control     # edit as described in comment #182 and #186
dpkg-deb -b loc evolution_2.30.3-5_i386_loc.deb
dpkg --install libsqlite3-0_3.7.4-2_i386.deb
dpkg --configure libsqlite3-0
wget -q 
http://ftp.us.debian.org/debian/pool/main/e/evolution/evolution-common_2.30.3-5_all.deb
dpkg --install evolution-common_2.30.3-5_all.deb
dpkg --configure evolution-common
dpkg --install evolution_2.30.3-5_i386_loc.deb
dpkg --configure evolution

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631395

Title:
  When upgrading from 10.04 to 10.10, exchange mail accounts no longer
  work in Evolution. When clicking the account, the folder structure
  won't expand and the account does not send or receive e-mail
  (although) it does appear in the send/receive dialog box.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to