From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51217 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Gnus forgets expiration marks (Agent problem?) Date: Thu, 03 Apr 2003 09:00:42 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049353478 4444 80.91.224.249 (3 Apr 2003 07:04:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 07:04:38 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Thu Apr 03 09:04:37 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190ym4-00019Y-00 for ; Thu, 03 Apr 2003 09:04:36 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 190yif-0001d6-00; Thu, 03 Apr 2003 01:01:05 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Apr 2003 01:02:10 -0600 (CST) Original-Received: from sclp3.sclp.com (ip64-157-176-121.neutelligent.com [64.157.176.121]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA22853 for ; Thu, 3 Apr 2003 01:02:01 -0600 (CST) Original-Received: (qmail 23914 invoked by alias); 3 Apr 2003 07:00:51 -0000 Original-Received: (qmail 23909 invoked from network); 3 Apr 2003 07:00:51 -0000 Original-Received: from krynn.axis.se (HELO krynn.se.axis.com) (193.13.178.10) by 66.230.238.6 with SMTP; 3 Apr 2003 07:00:51 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-222.axis.se [10.13.8.222]) by krynn.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id h3370gfV023635 for ; Thu, 3 Apr 2003 09:00:42 +0200 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (windows-nt) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51217 I use the agent as a cache (but I'm starting to wish I didn't) and mark messages I don't want to see as expirable. These messages are then removed from my IMAP-server, but still available locally. An excellent setup in theory. I have: (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) since I don't want to wait when exiting a group. Instead I use: (gnus-demon-add-handler 'gnus-group-expire-all-groups 180 180) When I came in this morning all expiration marks in my main group were missing. I've had this problem before and went around it by never expiring groups, but then I might as well keep everything on the IMAP-server in the first place. As I've mentioned many times before I also have the problem that when I move messages between groups the message will not be deleted from the first group. I'm sorry to be so negative and wish I could word things in a more diplomatic fashion. Is there anything at all I can do to help solve these problems? Otherwise I'll problably just turn off the agent and use some sort of archive groups on the IMAP-server instead. Niklas