On Mon, 2010-11-15 at 12:12 +0800, heyan wrote: > Thanks for your help. I just tried "evolution CAMEL_DEBUG=imapx", > which showed "EI: MAIL PREFS" immediately. Then nothing happened,even > the evolution window did not appear. The version of Evolution is > 2.30.3, and the protocol setting is confirmed to be imap+.
Sorry, I should have made that clearer. The CAMEL_DEBUG=imapx is an environment variable to be set while running evolution. So (if you're using a bash-like shell): export CAMEL_DEBUG=imapx evolution or just: CAMEL_DEBUG=imapx evolution It's often useful to *capture* the output so that you have it all in a file and can share it later. Like this: CAMEL_DEBUG=imapx evolution 2>&1 | tee evo-debug.txt -- dwmw2 _______________________________________________ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... http://mail.gnome.org/mailman/listinfo/evolution-list