From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.emacs.help Subject: GNUS-AGENT-EXPIRE Does Nothing Date: Sat, 19 Jul 2008 18:02:30 +0300 Message-ID: <87tzeldiih.fsf@alamut.mobiliz.com.tr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216481315 5155 80.91.229.12 (19 Jul 2008 15:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2008 15:28:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 19 17:29:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKEN7-0000af-AX for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2008 17:29:21 +0200 Original-Received: from localhost ([127.0.0.1]:44299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKEME-0003yP-Dx for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2008 11:28:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKDxS-0004iX-V1 for help-gnu-emacs@gnu.org; Sat, 19 Jul 2008 11:02:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKDxR-0004h9-CH for help-gnu-emacs@gnu.org; Sat, 19 Jul 2008 11:02:50 -0400 Original-Received: from [199.232.76.173] (port=58562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKDxR-0004h3-6R for help-gnu-emacs@gnu.org; Sat, 19 Jul 2008 11:02:49 -0400 Original-Received: from [88.255.235.9] (port=34491 helo=mailserver.ttmail.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKDxQ-0004BY-FR for help-gnu-emacs@gnu.org; Sat, 19 Jul 2008 11:02:48 -0400 Original-Received: from SMTP2 ([192.168.19.137]) by mailserver.ttmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 19 Jul 2008 18:02:34 +0300 Original-Received: from alamut.mobiliz.com.tr ([88.229.236.38]) by SMTP2 with Microsoft SMTPSVC(6.0.3790.1830); Sat, 19 Jul 2008 18:02:34 +0300 Original-Received: from (unknown [88.229.236.38]) by AVGW-TTMAIL-5.ttmail.com with smtp id 6af7_b5c1aea2_55a3_11dd_8ed5_0011433771ac; Sat, 19 Jul 2008 18:02:33 +0300 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Report: 1 Rules triggered * 0 -- RV3063 -- BODY: Version number X-OriginalArrivalTime: 19 Jul 2008 15:02:34.0178 (UTC) FILETIME=[797C8A20:01C8E9B0] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-Mailman-Approved-At: Sat, 19 Jul 2008 11:27:14 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55728 Archived-At: Hi, [I know this question has been raised many times before, but I couldn't find an appropriate thread fits to my situation. If you know one, don't hesistate to bash me. BTW, gnu.emacs.gnus didn't return any replies.] Despite below configurations, calling GNUS-AGENT-EXPIRE on an article from "18 Oct 2007" returns "Expiry recovered 0 NOV entries, deleted 0 files, and freed 0.000000 B." and obviously no expiration occurs. Any ideas what I might be missing? (defun custom-nnmail-expiry-wait (group) (cond ((string-match "mail" (gnus-group-topic group)) 90) (t 30))) (setq gnus-agent-expire-all nil gnus-agent-expire-days 7 gnus-agent-expire-unagentized-dirs t nnmail-expiry-wait 7 message-expires 7 nnmail-expiry-wait-function 'custom-nnmail-expiry-wait gnus-auto-expirable-newsgroups ".*") BTW, among GNUS-AGENT-EXPIRE-DAYS, NNMAIL-EXPIRY-WAIT, MESSAGE-EXPIRES and NNMAIL-EXPIRY-WAIT-FUNCTION, how gnus decides which one to use? Regards. P.S. Using GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu) of 2008-07-19 compiled against latest CVS tip.