From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71281 Path: news.gmane.org!not-for-mail From: George McNinch Newsgroups: gmane.emacs.gnus.general Subject: nnimap and expiry? Date: Tue, 21 Sep 2010 08:22:23 -0400 Message-ID: <87pqw7xp4w.fsf@hamster.tufts.edu> Reply-To: George McNinch NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285071776 16952 80.91.229.12 (21 Sep 2010 12:22:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 12:22:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19654@lists.math.uh.edu Tue Sep 21 14:22:55 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 1Oy1s6-0007bD-6z for ding-account@gmane.org; Tue, 21 Sep 2010 14:22:54 +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 1Oy1ru-0000es-CZ; Tue, 21 Sep 2010 07:22:42 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Oy1rs-0000ef-UV for ding@lists.math.uh.edu; Tue, 21 Sep 2010 07:22:40 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oy1ro-0004w1-5m for ding@lists.math.uh.edu; Tue, 21 Sep 2010 07:22:40 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oy1rn-0003tE-00 for ; Tue, 21 Sep 2010 14:22:35 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oy1rn-0007TM-8E for ding@gnus.org; Tue, 21 Sep 2010 14:22:35 +0200 Original-Received: from 65-78-2-130.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([65.78.2.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 14:22:35 +0200 Original-Received: from gmcninch by 65-78-2-130.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2010 14:22:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 65-78-2-130.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com User-Mail-Address: gmcninch@gmail.com User-Full-Name: George McNinch User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:w6GGCXvz+6ZkL2GsFB82ts36ZW0= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71281 Archived-At: I have set (setq nnmail-expiry-wait 'immediate) (setq nnmail-expiry-target 'nnmail-fancy-expiry-target) and nnmail-fancy-expiry-targets contains a long-ish list of targets based on to-from headers. [here is an edited, shorter version of that list: ((to-from "ArlingtonSchool" "nnimap+gmail:HardySchool") (to-from ".*arlington.k12" "nnimap+gmail:HardySchool") ... ("to" ".*tufts\\.edu.*" "nnimap+imap-tufts:Trash") ("from" ".*" "nnimap+gmail:[Gmail]/Trash")) ] Using a recent nnimap, expiry did nothing to the articles marked `E' upon quitting the summary buffer for an nnimap group (though I did see minibuffer indication that expiry was being performed) -- those articles remained in the group (still marked `E' of course) upon revisiting the group. Restarting using an older nnimap, and not changing gnus.el configs at all, the articles marked with E *were* expired to their various destinations upon quitting the nnimap summary buffer. So the behavior seems to have changed. -george -- George McNinch http://www.tufts.edu/~gmcnin01