From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71386 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap expiry Date: Wed, 22 Sep 2010 08:19:27 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877hidj4ps.fsf@lifelogs.com> References: <87mxrbq628.fsf@lifelogs.com> <87fwx2hqxf.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285161603 27017 80.91.229.12 (22 Sep 2010 13:20:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 13:20:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19759@lists.math.uh.edu Wed Sep 22 15:20:00 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 1OyPEu-0006m1-Gz for ding-account@gmane.org; Wed, 22 Sep 2010 15:20:00 +0200 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 1OyPEc-0001oW-R7; Wed, 22 Sep 2010 08:19:42 -0500 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 1OyPEb-0001oJ-EW for ding@lists.math.uh.edu; Wed, 22 Sep 2010 08:19:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyPEX-0001Ww-4o for ding@lists.math.uh.edu; Wed, 22 Sep 2010 08:19:41 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyPEW-00081m-00 for ; Wed, 22 Sep 2010 15:19:36 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyPEV-0006ab-Ox for ding@gnus.org; Wed, 22 Sep 2010 15:19:35 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 15:19:35 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 15:19:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Oxb4TfCJmpmMYfbyQBDIXl2PCls= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71386 Archived-At: On Wed, 22 Sep 2010 08:02:36 -0500 Ted Zlatanov wrote: TZ> On Tue, 21 Sep 2010 21:01:13 +0200 Lars Magne Ingebrigtsen wrote: LMI> Ted Zlatanov writes: >>> I get: >>> >>> nnimap-request-expire-articles: Symbol's value as variable is void: nnml-inhibit-expiry >>> >>> when I try "expire now". LMI> Cut'n'paste error. Fixed and pushed. TZ> Now expiry runs when I trigger it manually but the article is not TZ> actually expunged: the mark remains `E' instead of `G' and I can still TZ> select it. The group parameters have (auto-expire t) but that shouldn't TZ> matter since the article definitely has the `E' mark. TZ> 08:00:24 116 SELECT "INBOX" TZ> 08:00:24 117 UID FETCH 274369:274372,274374:274375 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref X-Face Keywords Gcc Cc X-Spam-Status X-Bogosity X-CRM114-Status To Newsgroups)]) TZ> 08:00:33 118 UID FETCH 274375 BODY.PEEK[] TZ> 08:00:40 119 UID SEARCH SENTBEFORE 22-SEP-2010 TZ> (I run `gnus-summary-expire-articles-now' here, then `q'uit the group) TZ> 08:00:40 119 UID SEARCH SENTBEFORE 22-SEP-2010 `B DEL' works to delete the article; I confirmed that nnimap-expunge doesn't make a difference to the issue noted above. So it looks like the gnus-expire flag used to become \Deleted in older Gnus after `gnus-summary-expire-articles-now' but now doesn't. Ted