1. 首先移除 Evolution
# sudo apt-get remove --purge evolution evolution-indicator
2. 安装 Thunderbird 和系统通知 libnotify-bin
# sudo apt-get install thunderbird libnotify-bin
3. 删除 indicator 里的 evolution 并添加 thunderbird
# cd /usr/share/indicators/messages/applications
# sudo rm evolution
# sudo echo '/usr/share/applications/thunderbird.desktop' > thunderbird
4. 安装thunderbird插件 Gnome Integration
https://addons.mozilla.org/zh-CN/thunderbird/addon/gnome-integration/




