ubuntu intrepid: evolution不能清空回收站

在使用中碰到了evolution不能清空回收站的问题,参考launchpad.net上的bug#270763,通过尝试后发现可以这样解决:

sqlite3 ~/.evolution/mail/local/folders.db
sqlite> delete from “.#evolution/Trash”;
sqlite> delete from “.#evolution/Junk”;

然后看看Templates表是否存在:

sqlite> .tables Templates
sqlite> .quit

如果没有Templates表,则在evolution中随便创建一个草稿,保存为模板。
然后应该就可以清空回收站了。若发生摘要不匹配问题,则可以删除摘要:
先关掉evolution,然后删除对应目录下的摘要文件,比如收件箱:

rm ~/.evoluiton/mail/local/Inbox.ev-sum*

This entry was posted in Linux and tagged , , , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string pH7AGQ to the field below:

以新浪微博帐号登录