Re: [Evolution] Evolution stops responding whenretrievingmessagesfrom imap.qq.com



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]