From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16333 Path: news.gmane.org!not-for-mail From: Shnippelson Newsgroups: gmane.emacs.gnus.user Subject: nnmaildir + expire-group Date: Thu, 13 Jun 2013 14:20:48 +0400 Organization: Shnippelson Message-ID: <87zjuu8g73.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371119105 5926 80.91.229.3 (13 Jun 2013 10:25:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 10:25:05 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 13 12:25:07 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Un4iI-0003jj-PL for gegu-info-gnus-english@m.gmane.org; Thu, 13 Jun 2013 12:25:06 +0200 Original-Received: from localhost ([::1]:57868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un4iI-0008QR-2W for gegu-info-gnus-english@m.gmane.org; Thu, 13 Jun 2013 06:25:06 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Mail-Address: Shnippelson@yandex.ru User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:jpuyfy3kISVrBt/P4LhPs79Mg3Y= Original-Lines: 23 Original-NNTP-Posting-Host: 80.93.182.139 Original-X-Trace: news.sunsite.dk DXC=STPU_]oMC=V[eoV[BRG`:]YSB=nbEKnk[QP\`8o^3S2Z]Q; VPE]\2c^>XUDLVOIgCQdAjPaRck1O^FSF?PmYPmF[ibQ=i2Pf; oUOEi9 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16333 Archived-At: Hello! i don't understand why gnus deletes my expire mails from "Mail" but not moves to the "Archive" group. Can you help me? I have set: (setq auto-expire t) (setq nnmail-expiry-wait 1) (setq gnus-select-method '(nntp "gnu" (nntp-address "news.gnus.org"))) (setq gnus-secondary-select-methods '( (nnmaildir "Archive" (directory "~/.emacs.d/Gnus/Archive/") (expire-age never)) (nnmaildir "Mail" (directory "~/.emacs.d/Gnus/Mail/") (expire-group "nnmaildir+Archive:INBOX"))))