translated

This commit is contained in:
NearTan 2013-11-26 19:02:26 +08:00
parent 97fe1adaf9
commit dc04a5f116
2 changed files with 47 additions and 46 deletions

View File

@ -1,46 +0,0 @@
NearTan占坑
Daily Ubuntu Tips Get Geary, A Lightweight Email Reader In Ubuntu
================================================================================
As you may already know, Ubuntu comes with its own email client called Thunderbird that allows you to setup email accounts to send and receive emails. It also support IMAP protocol which services like Gmail, Yahoo Mail and Microsoft Outlook support.
Thunderbird is a great email client and does everything an email client supposed to do, but if youre looking for an alternative that is lightweight and built around GNOME, then you may want to try Geary.
Geary is a free email program that lets you quickly and effortlessly read emails with a simple interface based around conversations. The entire discuss is read from a single pane without you having to click from one message to another.
Geary also support IMAP protocol which will let you send and receive emails using your online webmail accounts from Google, Yahoo and Microsoft.
For users with Ubuntu 13.10, Geary is already available from Ubuntu Software Center. All they have to do is run the commands below to install Geary.
sudo apt-get install geary
For previous versions of Ubuntu, press **Ctrl Alt T** on your keyboard to open the terminal. When opens, run the commands below to add its PPA repository.
sudo add-apt-repository ppa:yorba/ppa
Next, run the commands below to update your system and install Geary.
sudo apt-get update && sudo apt-get install geary
When you launch Geary the first time, it wants you to setup email accounts from Gmail, Yahoo or Microsoft.
![](http://www.liberiangeek.net/wp-content/uploads/2013/11/gearyubuntu.png)
The setup is pretty easy, just enter your account info and Geary will attempt to automatically configure your account.
To uninstall Geary, first remove its PPA repository from your system by running the commands below.
sudo add-apt-repository -r ppa:yorba/ppa
Then run the commands below to remove Geary.
sudo apt-get remove geary
Thats it.
--------------------------------------------------------------------------------
via: http://www.liberiangeek.net/2013/11/daily-ubuntu-tips-get-geary-a-lightweight-email-reader-in-ubuntu/
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出

View File

@ -0,0 +1,47 @@
每日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/) 荣誉推出