|
|
发表于 2007-5-23 21:28:44
|
显示全部楼层
我的按照这个处理成功。
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425390
We see this issue too, debian sid, in sidux.
The problem is trivial to fix if you know beforehand it's going to happen:
1. rename your .mozilla-thunderbird directory in ~/
2. apt-get install icedove
3. open icedove 2.0 (the email client will be empty of any user data)
4. close icedove 2.0
5. copy over the CONTENTS of the old .mozilla-thunderbird directory into
the newly created one.
6. open icedove 2.0 again.
Email and settings are restored.
If you have already apparently lost your data, don't worry, it's not
gone, just do this, after enabling testing sources in /etc/apt/sources.list
1. apt-get remove --purge icedove
2. apt-get install -t testing icedove (this should restore 1.5.x for
now, at least while it's in testing)
3. open icedove, your stuff should be back to normal
4. close icedove
5. do the above 6 steps, and it will work fine. |
|