translated

This commit is contained in:
NearTan 2013-11-27 00:31:50 +08:00
parent 888d0843c5
commit 9a8d7436f5

View File

@ -1,47 +0,0 @@
每日Ubuntu 小技巧 - Get GearyUbuntu下的一个轻量级Email 阅读器
================================================================================
正如大家所知Ubuntu 原本就自带着可以收发邮件的客户端——Thunderbird当然它也支持GmailYahoo Mail Microsoft Outlook 等等支持IMAP 协议的邮件服务。
Thunderbird 是一个无所不能伟大的邮件客户端但是如果你想选择一个能在够在GNOME 下运行的轻量级的客户端Geary 是一个不错的选择。
Geary 是一个界面简洁,能让你快捷方便的阅读邮件的免费程序。它所有的对话均展示在一个简洁的面板上,这样你可以不必用鼠标来切换消息。
Geary 还支持IMAP 协议你可以使用Google, Yahoo 和Microsoft 这样的在线邮箱服务来发送和接收你的邮件。
以Ubuntu 13.10为例Geary 可以在Ubuntu 的软件中心获取。只要运行以下命令即可安装Geary 。
sudo apt-get install geary
在以前的Ubuntu 版本中,键盘按下**Ctrl Alt T** 可以打开终端。打开之后运行以下命令增加PPA 源。
sudo add-apt-repository ppa:yorba/ppa
接下来运行以下命令来升级系统和安装Geary 。
sudo apt-get update && sudo apt-get install geary
当你第一次运行Geary 时,需要你设置邮箱的服务商。
![](http://www.liberiangeek.net/wp-content/uploads/2013/11/gearyubuntu.png)
设置非常的简单只要输入你的账号信息Geary 就会自动配置好你的账号。
若想卸载Geary 首先要从系统中移除它的PPA 源,要运行的命令如下。
sudo add-apt-repository -r ppa:yorba/ppa
然后再运行以下命令卸载Geary 。
sudo apt-get remove geary
就这么简单~
--------------------------------------------------------------------------------
via: http://www.liberiangeek.net/2013/11/daily-ubuntu-tips-get-geary-a-lightweight-email-reader-in-ubuntu/
译者:[NearTan](https://github.com/NearTan) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出