From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84726 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: gcc to remote groups Date: Thu, 31 Jul 2014 11:05:00 +0200 Message-ID: <877g2t7vb7.fsf@gnu.org> References: <87d2cm9ilr.fsf@gnu.org> <87r412ngfa.fsf_-_@eps142.cdf.udc.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406797684 28024 80.91.229.3 (31 Jul 2014 09:08:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 09:08:04 +0000 (UTC) Cc: ding@gnus.org To: Alberto Luaces Original-X-From: ding-owner+M32969@lists.math.uh.edu Thu Jul 31 11:07:56 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 1XCmL4-0003Gc-HI for ding-account@gmane.org; Thu, 31 Jul 2014 11:07:54 +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 1XCmKN-0002yn-Vf; Thu, 31 Jul 2014 04:07:12 -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 1XCmKL-0002yV-37 for ding@lists.math.uh.edu; Thu, 31 Jul 2014 04:07:09 -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 1XCmKI-0008TJ-W2 for ding@lists.math.uh.edu; Thu, 31 Jul 2014 04:07:08 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XCmKH-0002ax-9M for ding@gnus.org; Thu, 31 Jul 2014 11:07:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C47061A843F; Thu, 31 Jul 2014 11:07:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7FeyV6_q-WSo; Thu, 31 Jul 2014 11:07:02 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p (dhcp109.uni-koblenz.de [141.26.71.109]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 59EAD1A8436; Thu, 31 Jul 2014 11:07:02 +0200 (CEST) Mail-Followup-To: Alberto Luaces , ding@gnus.org User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84726 Archived-At: Alberto Luaces writes: Hi Alberto, >> (,(rx "nnimap+Uni:ml/") >> (gcc-self . "nnimap+Uni:Sent")) >> (,(rx "nnimap+Fastmail:INBOX.mailinglists.") >> (gcc-self . "nnimap+Fastmail:INBOX.Sent Items")))) > > On a side note, I wanted to do this as well, but I was worrying about > losing the copy of an email if there are network problems during the > sending process. Any issue with that? Indeed, I think that can happen if the mail could successfully be transfered to your SMTP server, but the server hosting the IMAP account you're gcc-ing to is offline. I think it would be nice if the gcc-self value could also be a list, so (gcc-self "nnml+Archive:mail-backups" t) would mean to put outgoing mail into both the local archive group and into the current group as well. I've tried that out, but it doesn't seem to be implemented so far. I'll hack that right now. Shouldn't be too hard to implement, but give me some time so that I can also update the docs accordingly. Bye, Tassilo