Gnus development mailing list
 help / color / mirror / Atom feed
From: Emerick Rogul <emerick@cs.bu.edu>
Subject: Bug with message archiving?
Date: 29 Aug 2000 10:37:30 -0400	[thread overview]
Message-ID: <vuobsycp1zp.fsf@csa.bu.edu> (raw)

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



                 reply	other threads:[~2000-08-29 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vuobsycp1zp.fsf@csa.bu.edu \
    --to=emerick@cs.bu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).