From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74776 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-message-archive-group not producing a Gcc header Date: Mon, 06 Dec 2010 11:32:33 -0500 Message-ID: <87d3pezwta.fsf@uwo.ca> References: <87pqtfznfd.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291653204 21539 80.91.229.12 (6 Dec 2010 16:33:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 16:33:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23132@lists.math.uh.edu Mon Dec 06 17:33:18 2010 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 1PPdzt-0002TX-RU for ding-account@gmane.org; Mon, 06 Dec 2010 17:33:06 +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 1PPdzr-0005LO-N0; Mon, 06 Dec 2010 10:33:03 -0600 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 1PPdzq-0005LB-FR for ding@lists.math.uh.edu; Mon, 06 Dec 2010 10:33:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPdzp-0006nt-6G for ding@lists.math.uh.edu; Mon, 06 Dec 2010 10:33:02 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPdzo-0003fR-00 for ; Mon, 06 Dec 2010 17:33:00 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PPdzh-0002G8-1R for ding@gnus.org; Mon, 06 Dec 2010 17:32:53 +0100 Original-Received: from bas3-london14-1096780378.dsl.bell.ca ([65.95.138.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 17:32:52 +0100 Original-Received: from jdc by bas3-london14-1096780378.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 17:32:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 44 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096780378.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:LtaeHcTerhDdSMh2bABEZ6iz3q8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74776 Archived-At: Julien Danjou writes: > On Mon, Dec 06 2010, Dan Christensen wrote: > >> I have gnus-message-archive-method set to nil and >> gnus-message-archive-group set to "nnimap+rocky:Sent", but I don't get >> any Gcc header on my outgoing messages. >> >> Until the last pull I used gnus-outgoing-message-group for this purpose >> and it worked fine, but now it's obsolete. Any ideas? > > I've the same setup without any problem. > FYI, the code in `gnus-inews-insert-gcc' does this > > (var (or gnus-outgoing-message-group gnus-message-archive-group)) > > So both var should work the same. > > Could you try to edebug this function and see what it does for you? That function contains ((null gnus-message-archive-method) ;; Ignore. nil) so nothing happens. I don't like having an extra "archive" server in the server buffer, when I just use an existing server for saving outgoing messages. I tried setting gnus-message-archive-method to '("dummy") and things seem to work, but I think nil should be a valid value when gnus-message-archive-group contains a server prefix. (And this seems to match the documentation.) Actually, the documentation is unclear. I think this paragraph is left over from when gnus-outgoing-message-group was not obsolete: That's the default method of archiving sent messages. Gnus offers a different way for the people who don't like the default method. In that case you should set `gnus-message-archive-group' to `nil'; this will disable archiving. Dan