From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Use Emacs to compose emails for Gmail web interface Date: Fri, 20 Sep 2013 00:33:07 +0200 Message-ID: <20130919223306.GB13224@kuru.dyndns-at-home.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1379630022 10148 80.91.229.3 (19 Sep 2013 22:33:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 22:33:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 20 00:33:43 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 1VMmn5-0005HQ-Nz for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Sep 2013 00:33:39 +0200 Original-Received: from localhost ([::1]:53378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMmn4-0007Gu-Ko for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Sep 2013 18:33:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMmmm-0007Fx-DB for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 18:33:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMmme-0008Ku-01 for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 18:33:20 -0400 Original-Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:37069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMmmd-0008Kq-Q5 for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 18:33:11 -0400 Original-Received: by mail-ee0-f42.google.com with SMTP id b45so4497043eek.29 for ; Thu, 19 Sep 2013 15:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=rA8NaYohQM+fjGsoc39fDRTELwtskOgIyzcAWhjI+h0=; b=BHP0EdPl4bBprc12D2SAJkd4kAwWMDmpkfpUS+jnfF5Ey+VWCVjJlCjYgktZ2Bkano XbEoCBDafAllo4GEanE24cxZEP0I1JjNfjNInyrlG551JRSecl3CUC+Qxt5hX+Y5QtZo HokcGXjZqoaSuq74h76WgOPaAmqnwgefyLHmpmH4EJDLxXP3IIUOQdRV4znALdGihm47 wSAZXDmkRcgr8ee9h2ZDWetJ1rUZb6a61yGG+p74KzUlmFkTTLyPWnms3JHw0W34dBbj euHvrpRMpE+tBpLwf+31KUuY+m+uwf6HUBGbwTZo/QInHPZvJK2rtnGt9c6g+229U6W/ DvQA== X-Received: by 10.14.208.194 with SMTP id q42mr5257559eeo.31.1379629990708; Thu, 19 Sep 2013 15:33:10 -0700 (PDT) Original-Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id h52sm14595790eez.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 19 Sep 2013 15:33:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22a 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:93463 Archived-At: On Thu, Sep 19, 2013 at 01:32:38PM -0300, Jorge wrote: > > I could pull email with IMAP, but I am afraid that the Gmail label concept > (one message can be in several labels) would not map well into emacs. Gmail labels map to IMAP folders. So if a message has multiple labels, they appear in multiple folders for you. IMAP essentially sees duplicates in different folders. Unless you edit both messages, the state changes (read, flagged, etc) map transparently back to Gmail. I personally choose to one label as important to me, and follow the corresponding folder. In case you do edit these copies, they just appear twice on Gmail. I don't recall what Gmail does then, in the worst case you see the same message multiple times in the conversation view. Hope this helps, -- Suvayu Open source is the future. It sets us free.