From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32279 Path: main.gmane.org!not-for-mail From: Emerick Rogul Newsgroups: gmane.emacs.gnus.general Subject: Bug with message archiving? Date: 29 Aug 2000 10:37:30 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168576 18846 80.91.224.250 (21 Oct 2002 02:49:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:49:36 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 29CB1D051E for ; Tue, 29 Aug 2000 10:38:50 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAC12808; Tue, 29 Aug 2000 09:38:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 29 Aug 2000 09:37:24 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA16463 for ; Tue, 29 Aug 2000 09:37:15 -0500 (CDT) Original-Received: from cs.bu.edu (CS.BU.EDU [128.197.10.2]) by mailhost.sclp.com (Postfix) with ESMTP id 652ABD051E for ; Tue, 29 Aug 2000 10:37:37 -0400 (EDT) Original-Received: from csa.bu.edu (emerick@csa [128.197.12.3]) by cs.bu.edu (8.10.1/8.10.1) with ESMTP id e7TEbVV14563 for ; Tue, 29 Aug 2000 10:37:31 -0400 (EDT) Original-Received: (from emerick@localhost) by csa.bu.edu (8.10.1/8.10.1) id e7TEbUJ07661; Tue, 29 Aug 2000 10:37:30 -0400 (EDT) Original-To: ding@gnus.org Original-Lines: 39 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32279 Hi, I'm using gnus 5.8.8 (the latest code out of cvs, as of today), and I've been having some problems with my mail archiving. AFAIK, I haven't touched any of those settings in a while, but within the past month or so it's been acting strange. I have my mail and news configured to be archived in ~/Mail/archive/sent-mail.2000.gz and ~/Mail/archive/sent-news.2000.gz respectively. What's been happening lately is that some messages (not all of them) are being archived in ~/Mail/nnfolder/sent-mail.1999.gz (note wrong directory and wrong year are being used). I have no idea what's causing this to happen... Relevant portions of my .gnus.el file are shown below. Does anyone have any ideas? -Emerick (setq nnfolder-directory (concat message-directory "nnfolder/") ;; archive outgoing messages in group-specific folders. (setq gnus-message-archive-group '((let ((group (or gnus-newsgroup-name ""))) (cond ((string-match "forum" group) (concat "sent-forum." (format-time-string "%Y" (current-time)) ".gz")) ((message-news-p) (concat "sent-news." (format-time-string "%Y" (current-time)) ".gz")) (t (concat "sent-mail." (format-time-string "%Y" (current-time)) ".gz")))))) -- ------------------------------------------------------------------------- Emerick Rogul /\/ "the doctor smiles terribly. 'i am referring emerick@cs.bu.edu /\/ your case directly to the coroner.'" ------------------------------------- 'naked lunch', william s. burroughs