From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: Re: Gmail in emacs? Date: Sun, 14 Apr 2013 23:44:31 +0530 Message-ID: <87ip3p0yk8.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365963290 23141 80.91.229.3 (14 Apr 2013 18:14:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2013 18:14:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 14 20:14:54 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URRS1-0000FF-4d for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 20:14:53 +0200 Original-Received: from localhost ([::1]:44402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRS0-0001zT-MJ for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 14:14:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRRo-0001zO-O4 for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 14:14:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URRRn-0001IQ-C3 for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 14:14:40 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRRn-0001IC-5m for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 14:14:39 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1URRRl-0008QV-PV for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 20:14:37 +0200 Original-Received: from 122.167.39.168 ([122.167.39.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 20:14:37 +0200 Original-Received: from nsivaram.net by 122.167.39.168 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 20:14:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.167.39.168 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110019 (No Gnus v0.19) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:3HsQAAJ+b4KPyoJ42XNjIf0wSTA= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90154 Archived-At: On Sat, Apr 13 2013,Steven Degutis wrote: > I use gmail heavily for my job. I particularly love how responsive gmail's > website is, and the keyboard shortcuts are great. I just wish it was inside > emacs. > > Is there a sane, modern way to use gmail from within emacs, that archives > instead of deletes mail (technically this probably just means removing the > label "index"), and syncs properly with gmail's labels? > > Thanks for your time reading this. > > -Steven Well, there's Gnus with IMAP support, that might be of help. And you probably have to subscribe to all your labels to see them in your Gnus client. I believe labels are stored in GMAIL as IMAP folders internally but I could be wrong on this. sivaram --