From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7042 Path: main.gmane.org!not-for-mail From: Jack Vinson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus no longer saving mail/posts in archive folder Date: 30 Jun 1996 10:23:50 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147411 5697 80.91.224.250 (20 Oct 2002 20:56:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:56:51 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id IAA28585 for ; Sun, 30 Jun 1996 08:10:04 -0700 Original-Received: from cheux.ecs.umass.edu (cheux.ecs.umass.edu [128.119.82.11]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 30 Jun 1996 16:26:26 +0200 Original-Received: by cheux.ecs.umass.edu (5.65/DEC-Ultrix/4.3) id AA17568; Sun, 30 Jun 1996 10:23:52 -0400 Original-To: Graham Murray In-Reply-To: Graham Murray's message of 30 Jun 1996 06:47:37 +0000 Original-Lines: 28 X-Mailer: Gnus v5.2.29/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:7042 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7042 >>>>> "GM" == Graham Murray writes: GM> In the upgrade of gnus from 5.2.26 to 5.2.27 the behaviour of gnus in GM> automatically adding a Gcc: header to write a copy to an archive file GM> changed. Yes, gnus-message-archive-group now defaults to nil. I think the documentation string should point to either info or (more appropriately) indicate the string/function which will give basic functionality for archiving. (setq gnus-message-archive-group "nnfolder+archive:misc-mail") will put ALL archives in misc-mail. Something like (defun jmv-archive-group (group) (if (message-news-p) "misc-news" "misc-mail")) (setq gnus-message-archive-group 'jmv-archive-group) Will return to the pre-5.27 default settings. There is probably a Gnus function which does this. The doc string should point to it. -- (setq sender '((name . "Jack Vinson") (email . "jvinson@cheux.ecs.umass.edu") (employer . "University of Massachusetts, Jim Douglas") (phone . "413.545.6144") (url . ))