From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80499 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: gmail and sent mail Date: Thu, 03 Nov 2011 18:06:45 -0500 Organization: Still searching... Message-ID: <87d3d8x0u2.fsf@newsguy.com> References: <87vcr1w74e.fsf@newsguy.com> <87r51p9dth.fsf@FreeBSD.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320361714 10022 80.91.229.12 (3 Nov 2011 23:08:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2011 23:08:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28782@lists.math.uh.edu Fri Nov 04 00:08:27 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RM6OY-0008Vm-6Y for ding-account@gmane.org; Fri, 04 Nov 2011 00:08:26 +0100 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 1RM6Nw-0005WX-1j; Thu, 03 Nov 2011 18:07:48 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RM6Nu-0005WJ-Sk for ding@lists.math.uh.edu; Thu, 03 Nov 2011 18:07:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RM6Nh-0006W5-Jy for ding@lists.math.uh.edu; Thu, 03 Nov 2011 18:07:46 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RM6Ng-0003sT-8H for ding@gnus.org; Fri, 04 Nov 2011 00:07:32 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RM6Nf-0008GM-Tr for ding@gnus.org; Fri, 04 Nov 2011 00:07:31 +0100 Original-Received: from c-98-215-179-64.hsd1.in.comcast.net ([98.215.179.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2011 00:07:31 +0100 Original-Received: from reader by c-98-215-179-64.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Nov 2011 00:07:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-179-64.hsd1.in.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:ciTF2e2DbRHDBnMfQdNa6LmSMVU= X-Spam-Score: -6.1 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80499 Archived-At: Raphael Kubo da Costa writes: > Harry Putnam writes: > >> When I send mail from gmail in a browser, a copy goes to the mailbox >> named `Sent Mail'. >> >> With an imap setup through gnus, of gmail mail boxes, when I send mail >> from one of the gmail mailboxes, should I see a copy sent to that gmailbox >> `Sent Mail'? >> >> Here I do not see that. > > I do after I call gnus-group-get-new-news or gnus-summary-rescan-group. Do you have any kind of archiving language in gnus... something like this: (setq gnus-message-archive-group '((let ((current-archive-date-string (format-time-string "%m%y" (current-time)))) (concat (if (message-news-p) "nnml:news.news-" "nnml:mail.mail-") current-archive-date-string)))) Would that be likely to circumvent the gmail action?. Unless I put a Gcc: header in the nnimap mail those only seem to have a copy appear in the archive groups shown above. nnml:mail.mail