From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Freer Newsgroups: gmane.emacs.help Subject: Re: Use Emacs to compose emails for Gmail web interface Date: Thu, 19 Sep 2013 21:41:11 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379623285 597 80.91.229.3 (19 Sep 2013 20:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 20:41:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Dan Espen To: Jorge <1gato0a@gmail.com> Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 19 22:41:28 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 1VMl2S-0004D2-RY for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Sep 2013 22:41:24 +0200 Original-Received: from localhost ([::1]:53009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMl2S-0000yS-DK for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Sep 2013 16:41:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMl2H-0000yC-W4 for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 16:41:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMl2H-0000eX-5Z for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 16:41:13 -0400 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:64984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMl2G-0000eO-TX for help-gnu-emacs@gnu.org; Thu, 19 Sep 2013 16:41:13 -0400 Original-Received: by mail-pa0-f50.google.com with SMTP id fb10so10138688pad.9 for ; Thu, 19 Sep 2013 13:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PeU+JbpmHusEKhkxnG6/85l+FNQ0cPxbayFMeYhpN0o=; b=EuTN7gewNwNyb7YY4JYQ6TJI9+9kyKjmAFvgzQy3Wd3bMKOBvXIKsCEBIUNX/zDW6v P5kGzcCmsldZjXRdiaDBnxHRIbSUob9X8GOId0mNycqmuj8dZttdpyDoWvwUJJ13JUgf b91N1ECKlht/6OQQv5dfxwYnNsmLAQtB3WtKZsyq88DI8NvbIHJCcWa05UaaqwIb/YX4 kul4R3zDun+td/RAArTvm1kSv5gSpqtKowpCy9YTqPCGlYbR6KJRK6FAlsvjuUjQJnZV 8C+5naZzqTzdVqfRzwy9DwTrDjkTfKy/0nlSY5NvkNgRDN8vjS+UCHq8TPRT0jk7RLsJ 23Bw== X-Received: by 10.66.178.143 with SMTP id cy15mr4823667pac.105.1379623271406; Thu, 19 Sep 2013 13:41:11 -0700 (PDT) Original-Received: by 10.68.2.41 with HTTP; Thu, 19 Sep 2013 13:41:11 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 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:93462 Archived-At: On Thu, Sep 19, 2013 at 5:32 PM, Jorge <1gato0a@gmail.com> wrote: > On Wed, Sep 18, 2013 at 2:07 PM, Dan Espen wrote: >> I use fetchmail and pop to pull email to my local q. > I you pull your email with pop then: > 1) If you leave it in the server, it will be disorganized, because your mail > client won't tell the server when you delete email or move it between folders > (in Gmail, labels). > 2) If you delete it from the server, then you cannot easily access it from > other computers. > > 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. Suppose Just use the All Mail folder... labels I think are set from there. I skip the Inbox with a filter. james