From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84722 Path: news.gmane.org!not-for-mail From: Carlos Newsgroups: gmane.emacs.gnus.general Subject: Using gnus with gmail: almost there Date: Tue, 29 Jul 2014 13:09:48 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406768700 11649 80.91.229.3 (31 Jul 2014 01:05:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 01:05:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32965@lists.math.uh.edu Thu Jul 31 03:04:53 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCenY-00065j-5h for ding-account@gmane.org; Thu, 31 Jul 2014 03:04:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XCemw-0000qu-SO; Wed, 30 Jul 2014 20:04:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XC7Ax-0000Vd-18 for ding@lists.math.uh.edu; Tue, 29 Jul 2014 08:10:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XC7Ar-0005t9-Dn for ding@lists.math.uh.edu; Tue, 29 Jul 2014 08:10:42 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XC7AJ-0003td-Cd for ding@gnus.org; Tue, 29 Jul 2014 15:10:11 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XC7AF-0003o7-QG for ding@gnus.org; Tue, 29 Jul 2014 15:10:00 +0200 Original-Received: from 216-159-137-186.fibertel.com.ar ([216-159-137-186.fibertel.com.ar]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jul 2014 15:09:59 +0200 Original-Received: from carlosjosepita by 216-159-137-186.fibertel.com.ar with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jul 2014 15:09:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 186.137.159.216 (Mozilla/5.0 (Linux; Android 4.0.4; GT-P7510 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Safari/537.36) X-Spam-Score: -2.7 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84722 Archived-At: Hi all, it's my first day with gnus and I'm pretty happy with the level of integration I was able to achieve with gmail imap. Nevertheless, there are a few quirks remaining and any help from the experienced users here would be very much appreciated. Let's see: 1) I would like to include my sent emails in the threads where they belong, like in the "conversation" view gmail offers. There is a suggestion somewhere in the net to create a virtual group merging the inbox and the sent mail groups, but this will only work for threads in the inbox. Another option is to add a copy of any sent mail to the current group, i.e. something like: (setq gnus-message-archive-group (lambda (g) (concat "nnimap+gmail:" g))) But this has some problems: 1.i) I don't know how to do this *only* for the gmail server. 1.ii) Obviously it doesn't work for emails sent from the webmail. Nevertheless, being able to solve 1.i alone would be very good news for me. 2) I would like to postpone a message directly to a remote group (ideally, the gmail drafts folder). Currently I'm able to locally postpone a message and then move it to the remote group. A way to automate this is what I can't come with (or, better, to directly store the draft in the remote group, which I'm afraid is not possible). Well, I think that's all for the time being. Thank you in advance. Cheers -- Carlos