From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3015 Path: news.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus problems with archival Date: Tue, 23 Sep 2003 00:24:07 +0200 Message-ID: <86oexc31iw.fsf@slowfox.dyndns.org> References: <87n0dei5rj.fsf@dedasys.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669248 17309 80.91.229.2 (31 Jan 2006 01:00:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:00:48 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:34 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!p508e175f.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: p508e175f.dip.t-dialin.net (80.142.23.95) Original-X-Trace: news.uni-berlin.de 1064269412 3902126 80.142.23.95 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:NvBJRAq3ox43Q4JUchQy24U8fgk= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3156 Original-Lines: 19 X-Gnus-Article-Number: 3156 Tue Jan 17 17:31:34 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3015 Archived-At: davidw@dedasys.com (David N. Welton) writes: > (setq gnus-message-archive-method > '(nnml "archive")) > > I tried this, and it made a mess. It created a bunch of nnml+archive > groups for *all* my groups, not just a sent-mail group like I wanted: > > (setq gnus-message-archive-group > '((if (message-mail-p) > "sent-mail"))) I think you want to go the archives to nnml:sent-mail, right? So I suggest to abstain from touching gnus-message-archive-method at all, and just set gnus-message-archive-group to "nnml:sent-mail" instead of "sent-mail". That's what I do, and it makes me happy. (I just ignore the superfluous nnarchive server that I get due to the default setting for gnus-message-archive-method.)